Module: Google::Cloud::AIPlatform::V1::Execution::State
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/execution.rb
Overview
Describes the state of the Execution.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified Execution state
0
- NEW =
The Execution is new
1
- RUNNING =
The Execution is running
2
- COMPLETE =
The Execution has finished running
3
- FAILED =
The Execution has failed
4
- CACHED =
The Execution completed through Cache hit.
5
- CANCELLED =
The Execution was cancelled.
6