Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class State.
Describes the state of the Execution.
Protobuf type google.cloud.aiplatform.v1.Execution.State
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ExecutionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified Execution state
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PBNEW
Value: 1
The Execution is new
Generated from protobuf enum NEW = 1;
RUNNING
Value: 2
The Execution is running
Generated from protobuf enum RUNNING = 2;
COMPLETE
Value: 3
The Execution has finished running
Generated from protobuf enum COMPLETE = 3;
FAILED
Value: 4
The Execution has failed
Generated from protobuf enum FAILED = 4;
CACHED
Value: 5
The Execution completed through Cache hit.
Generated from protobuf enum CACHED = 5;
CANCELLED
Value: 6
The Execution was cancelled.
Generated from protobuf enum CANCELLED = 6;