Class PipelineJobDetail (1.4.3)

PipelineJobDetail(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The runtime detail of PipelineJob. .. attribute:: pipeline_context

Output only. The context of the pipeline.

:type: google.cloud.aiplatform_v1.types.Context

Attributes

NameDescription
pipeline_run_context google.cloud.aiplatform_v1.types.Context
Output only. The context of the current pipeline run.
task_details Sequence[google.cloud.aiplatform_v1.types.PipelineTaskDetail]
Output only. The runtime details of the tasks under the pipeline.

Inheritance

builtins.object > proto.message.Message > PipelineJobDetail