public sealed class PipelineTaskDetail.Types.PipelineTaskStatus : IMessage<PipelineTaskDetail.Types.PipelineTaskStatus>, IEquatable<PipelineTaskDetail.Types.PipelineTaskStatus>, IDeepCloneable<PipelineTaskDetail.Types.PipelineTaskStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PipelineTaskDetail.Types.PipelineTaskStatus.
A single record of the task status.
Implements
IMessagePipelineTaskDetailTypesPipelineTaskStatus, IEquatablePipelineTaskDetailTypesPipelineTaskStatus, IDeepCloneablePipelineTaskDetailTypesPipelineTaskStatus, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PipelineTaskStatus()
public PipelineTaskStatus()
PipelineTaskStatus(PipelineTaskStatus)
public PipelineTaskStatus(PipelineTaskDetail.Types.PipelineTaskStatus other)
Parameter | |
---|---|
Name | Description |
other |
PipelineTaskDetailTypesPipelineTaskStatus |
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 | |
---|---|
Type | Description |
Status |
State
public PipelineTaskDetail.Types.State State { get; set; }
Output only. The state of the task.
Property Value | |
---|---|
Type | Description |
PipelineTaskDetailTypesState |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Update time of this status.
Property Value | |
---|---|
Type | Description |
Timestamp |