Class PipelineTaskExecutorDetail (1.13.1)

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

The runtime detail of a pipeline executor.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
container_detail google.cloud.aiplatform_v1.types.PipelineTaskExecutorDetail.ContainerDetail
Output only. The detailed info for a container executor. This field is a member of `oneof`_ ``details``.
custom_job_detail google.cloud.aiplatform_v1.types.PipelineTaskExecutorDetail.CustomJobDetail
Output only. The detailed info for a custom job executor. This field is a member of `oneof`_ ``details``.

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.