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 |
Context
Output only. The context of the pipeline. |
↳ pipeline_run_context |
Context
Output only. The context of the current pipeline run. |
↳ task_details |
array<PipelineTaskDetail>
Output only. The runtime details of the tasks under the pipeline. |
getPipelineContext
Output only. The context of the pipeline.
| Returns | |
|---|---|
| Type | Description |
Context|null |
|
hasPipelineContext
clearPipelineContext
setPipelineContext
Output only. The context of the pipeline.
| Parameter | |
|---|---|
| Name | Description |
var |
Context
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPipelineRunContext
Output only. The context of the current pipeline run.
| Returns | |
|---|---|
| Type | Description |
Context|null |
|
hasPipelineRunContext
clearPipelineRunContext
setPipelineRunContext
Output only. The context of the current pipeline run.
| Parameter | |
|---|---|
| Name | Description |
var |
Context
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTaskDetails
Output only. The runtime details of the tasks under the pipeline.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<PipelineTaskDetail> |
|
setTaskDetails
Output only. The runtime details of the tasks under the pipeline.
| Parameter | |
|---|---|
| Name | Description |
var |
array<PipelineTaskDetail>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|