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: 0Unspecified Execution state
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PBNEW
Value: 1The Execution is new
Generated from protobuf enum NEW = 1;
RUNNING
Value: 2The Execution is running
Generated from protobuf enum RUNNING = 2;
COMPLETE
Value: 3The Execution has finished running
Generated from protobuf enum COMPLETE = 3;
FAILED
Value: 4The Execution has failed
Generated from protobuf enum FAILED = 4;
CACHED
Value: 5The Execution completed through Cache hit.
Generated from protobuf enum CACHED = 5;
CANCELLED
Value: 6The Execution was cancelled.
Generated from protobuf enum CANCELLED = 6;