Class PipelineTaskStatus (1.11.0)

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

A single record of the task status.

Attributes

NameDescription
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Update time of this status.
state google.cloud.aiplatform_v1.types.PipelineTaskDetail.State
Output only. The state of the task.
error google.rpc.status_pb2.Status
Output only. The error that occurred during the state. May be set when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state. If the state is FAILED, the error here is final and not going to be retried. If the state is a non-final state, the error indicates a system-error being retried.

Inheritance

builtins.object > proto.message.Message > PipelineTaskStatus