Class PipelineTaskDetail.Types.PipelineTaskStatus (2.1.0)

public sealed class PipelineTaskStatus : IMessage<PipelineTaskDetail.Types.PipelineTaskStatus>, IEquatable<PipelineTaskDetail.Types.PipelineTaskStatus>, IDeepCloneable<PipelineTaskDetail.Types.PipelineTaskStatus>, IBufferMessage, IMessage

A single record of the task status.

Inheritance

Object > PipelineTaskDetail.Types.PipelineTaskStatus

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PipelineTaskStatus()

public PipelineTaskStatus()

PipelineTaskStatus(PipelineTaskDetail.Types.PipelineTaskStatus)

public PipelineTaskStatus(PipelineTaskDetail.Types.PipelineTaskStatus other)
Parameter
NameDescription
otherPipelineTaskDetail.Types.PipelineTaskStatus

Properties

Error

public Status Error { get; set; }

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.

Property Value
TypeDescription
Status

State

public PipelineTaskDetail.Types.State State { get; set; }

Output only. The state of the task.

Property Value
TypeDescription
PipelineTaskDetail.Types.State

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Update time of this status.

Property Value
TypeDescription
Timestamp