public enum PipelineState
Reference documentation and code samples for the Cloud AI Platform v1beta1 API enum PipelineState.
Describes the state of a pipeline.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
Cancelled |
The pipeline has been cancelled. |
Cancelling |
The pipeline is being cancelled. From this state, the pipeline may only go to either PIPELINE_STATE_SUCCEEDED, PIPELINE_STATE_FAILED or PIPELINE_STATE_CANCELLED. |
Failed |
The pipeline failed. |
Paused |
The pipeline has been stopped, and can be resumed. |
Pending |
The service is preparing to run the pipeline. |
Queued |
The pipeline has been created or resumed, and processing has not yet begun. |
Running |
The pipeline is in progress. |
Succeeded |
The pipeline completed successfully. |
Unspecified |
The pipeline state is unspecified. |