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
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__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.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\Context|null |
hasPipelineContext
clearPipelineContext
setPipelineContext
Output only. The context of the pipeline.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\Context
|
Returns | |
---|---|
Type | Description |
$this |
getPipelineRunContext
Output only. The context of the current pipeline run.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\Context|null |
hasPipelineRunContext
clearPipelineRunContext
setPipelineRunContext
Output only. The context of the current pipeline run.
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTaskDetails
Output only. The runtime details of the tasks under the pipeline.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\PipelineTaskDetail>
|
Returns | |
---|---|
Type | Description |
$this |