parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * Required. The PipelineJob to create. * * @param GoogleCloudAiplatformV1PipelineJob $pipelineJob */ public function setPipelineJob(GoogleCloudAiplatformV1PipelineJob $pipelineJob) { $this->pipelineJob = $pipelineJob; } /** * @return GoogleCloudAiplatformV1PipelineJob */ public function getPipelineJob() { return $this->pipelineJob; } /** * The ID to use for the PipelineJob, which will become the final component of * the PipelineJob name. If not provided, an ID will be automatically * generated. This value should be less than 128 characters, and valid * characters are `/a-z-/`. * * @param string $pipelineJobId */ public function setPipelineJobId($pipelineJobId) { $this->pipelineJobId = $pipelineJobId; } /** * @return string */ public function getPipelineJobId() { return $this->pipelineJobId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1CreatePipelineJobRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1CreatePipelineJobRequest');