Class PipelineTaskExecutorDetail (1.3.0)

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

The runtime detail of a pipeline executor. .. attribute:: container_detail

Output only. The detailed info for a container executor.

:type: google.cloud.aiplatform_v1.types.PipelineTaskExecutorDetail.ContainerDetail

Attribute

NameDescription
custom_job_detail google.cloud.aiplatform_v1.types.PipelineTaskExecutorDetail.CustomJobDetail
Output only. The detailed info for a custom job executor.

Inheritance

builtins.object > proto.message.Message > PipelineTaskExecutorDetail

Classes

ContainerDetail

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

The detail of a container execution. It contains the job names of the lifecycle of a container execution.

CustomJobDetail

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

The detailed info for a custom job executor. .. attribute:: job

Output only. The name of the CustomJob.

:type: str