Class PipelineJobDetail (1.15.1)

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

The runtime detail of PipelineJob.

Attributes

NameDescription
pipeline_context google.cloud.aiplatform_v1.types.Context
Output only. The context of the pipeline.
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