Module Google::Cloud::AIPlatform::V1::Execution::State (v0.1.0)

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.