public enum PipelineTaskDetail.Types.State
Reference documentation and code samples for the Cloud AI Platform v1beta1 API enum PipelineTaskDetail.Types.State.
Specifies state of TaskExecution
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
CancelPending |
Specifies Task cancel is in pending state. |
Cancelled |
Specifies task was cancelled. |
Cancelling |
Specifies task is being cancelled. |
Failed |
Specifies task failed. |
NotTriggered |
Specifies that the task was not triggered because the task's trigger
policy is not satisfied. The trigger policy is specified in the
|
Pending |
Specifies pending state for the task. |
Running |
Specifies task is being executed. |
Skipped |
Specifies task was skipped due to cache hit. |
Succeeded |
Specifies task completed successfully. |
Unspecified |
Unspecified. |