Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Execution::State (v0.8.0)

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.

CANCELLED

value: 6
The Execution was cancelled.