Google Cloud Ai Platform V1 Client - Class PipelineJobDetail (0.21.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

Namespace

Google \ Cloud \ AIPlatform \ V1

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.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\Context|null

hasPipelineContext

clearPipelineContext

setPipelineContext

Output only. The context of the pipeline.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\Context
Returns
TypeDescription
$this

getPipelineRunContext

Output only. The context of the current pipeline run.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\Context|null

hasPipelineRunContext

clearPipelineRunContext

setPipelineRunContext

Output only. The context of the current pipeline run.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\Context
Returns
TypeDescription
$this

getTaskDetails

Output only. The runtime details of the tasks under the pipeline.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTaskDetails

Output only. The runtime details of the tasks under the pipeline.

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\PipelineTaskDetail>
Returns
TypeDescription
$this