public enum Execution.State extends Enum<Execution.State> implements ProtocolMessageEnumDescribes the state of the Execution.
Protobuf enum google.cloud.aiplatform.v1beta1.Execution.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CACHED |
The Execution completed through Cache hit. |
CACHED_VALUE |
The Execution completed through Cache hit. |
CANCELLED |
The Execution was cancelled. |
CANCELLED_VALUE |
The Execution was cancelled. |
COMPLETE |
The Execution has finished running |
COMPLETE_VALUE |
The Execution has finished running |
FAILED |
The Execution has failed |
FAILED_VALUE |
The Execution has failed |
NEW |
The Execution is new |
NEW_VALUE |
The Execution is new |
RUNNING |
The Execution is running |
RUNNING_VALUE |
The Execution is running |
STATE_UNSPECIFIED |
Unspecified Execution state |
STATE_UNSPECIFIED_VALUE |
Unspecified Execution state |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|