pipelineContext = $pipelineContext; } /** * @return GoogleCloudAiplatformV1Context */ public function getPipelineContext() { return $this->pipelineContext; } /** * @param GoogleCloudAiplatformV1Context */ public function setPipelineRunContext(GoogleCloudAiplatformV1Context $pipelineRunContext) { $this->pipelineRunContext = $pipelineRunContext; } /** * @return GoogleCloudAiplatformV1Context */ public function getPipelineRunContext() { return $this->pipelineRunContext; } /** * @param GoogleCloudAiplatformV1PipelineTaskDetail[] */ public function setTaskDetails($taskDetails) { $this->taskDetails = $taskDetails; } /** * @return GoogleCloudAiplatformV1PipelineTaskDetail[] */ public function getTaskDetails() { return $this->taskDetails; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1PipelineJobDetail::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1PipelineJobDetail');