Skip to content

Commit 874e6c6

Browse files
1 parent 29e8a43 commit 874e6c6

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/Aiplatform/GoogleCloudAiplatformV1PipelineJob.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ class GoogleCloudAiplatformV1PipelineJob extends \Google\Collection
117117
*/
118118
public $network;
119119
/**
120-
* The spec of the pipeline.
120+
* A compiled definition of a pipeline, represented as a `JSON` object.
121+
* Defines the structure of the pipeline, including its components, tasks, and
122+
* parameters. This specification is generated by compiling a pipeline
123+
* function defined in `Python` using the `Kubeflow Pipelines SDK`.
121124
*
122125
* @var array[]
123126
*/
@@ -352,7 +355,10 @@ public function getNetwork()
352355
return $this->network;
353356
}
354357
/**
355-
* The spec of the pipeline.
358+
* A compiled definition of a pipeline, represented as a `JSON` object.
359+
* Defines the structure of the pipeline, including its components, tasks, and
360+
* parameters. This specification is generated by compiling a pipeline
361+
* function defined in `Python` using the `Kubeflow Pipelines SDK`.
356362
*
357363
* @param array[] $pipelineSpec
358364
*/

0 commit comments

Comments
 (0)