Class PipelineJobDetail (1.16.1)

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

The runtime detail of PipelineJob.

Attributes

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

Inheritance

builtins.object > proto.message.Message > PipelineJobDetail