Module: Google::Cloud::AIPlatform::V1::PipelineState
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_state.rb
Overview
Describes the state of a pipeline.
Constant Summary collapse
- PIPELINE_STATE_UNSPECIFIED =
The pipeline state is unspecified.
0
- PIPELINE_STATE_QUEUED =
The pipeline has been created or resumed, and processing has not yet begun.
1
- PIPELINE_STATE_PENDING =
The service is preparing to run the pipeline.
2
- PIPELINE_STATE_RUNNING =
The pipeline is in progress.
3
- PIPELINE_STATE_SUCCEEDED =
The pipeline completed successfully.
4
- PIPELINE_STATE_FAILED =
The pipeline failed.
5
- PIPELINE_STATE_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.
6
- PIPELINE_STATE_CANCELLED =
The pipeline has been cancelled.
7
- PIPELINE_STATE_PAUSED =
The pipeline has been stopped, and can be resumed.
8