Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class PipelineJobDetail.
The runtime detail of PipelineJob.
Generated from protobuf message google.cloud.aiplatform.v1.PipelineJobDetail
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ pipeline_context |
Google\Cloud\AIPlatform\V1\Context
Output only. The context of the pipeline. |
↳ pipeline_run_context |
Google\Cloud\AIPlatform\V1\Context
Output only. The context of the current pipeline run. |
↳ task_details |
array<Google\Cloud\AIPlatform\V1\PipelineTaskDetail>
Output only. The runtime details of the tasks under the pipeline. |
getPipelineContext
Output only. The context of the pipeline.
Generated from protobuf field .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\Context|null |
hasPipelineContext
clearPipelineContext
setPipelineContext
Output only. The context of the pipeline.
Generated from protobuf field .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\Context
|
Returns | |
---|---|
Type | Description |
$this |
getPipelineRunContext
Output only. The context of the current pipeline run.
Generated from protobuf field .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\Context|null |
hasPipelineRunContext
clearPipelineRunContext
setPipelineRunContext
Output only. The context of the current pipeline run.
Generated from protobuf field .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\Context
|
Returns | |
---|---|
Type | Description |
$this |
getTaskDetails
Output only. The runtime details of the tasks under the pipeline.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTaskDetails
Output only. The runtime details of the tasks under the pipeline.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\PipelineTaskDetail>
|
Returns | |
---|---|
Type | Description |
$this |