Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Execution::State (v1.47.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::Execution::State.
Describes the state of the Execution.
Constants
STATE_UNSPECIFIED
value: 0 Unspecified Execution state
NEW
value: 1 The Execution is new
RUNNING
value: 2 The Execution is running
COMPLETE
value: 3 The Execution has finished running
FAILED
value: 4 The Execution has failed
CACHED
value: 5 The Execution completed through Cache hit.