Google Cloud Ai Platform V1 Client - Class PipelineJobDetail (0.10.0)

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
NameDescription
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
TypeDescription
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
NameDescription
var Google\Cloud\AIPlatform\V1\Context
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Cloud\AIPlatform\V1\Context
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var array<Google\Cloud\AIPlatform\V1\PipelineTaskDetail>
Returns
TypeDescription
$this