public enum Trial.State extends Enum<Trial.State> implements ProtocolMessageEnumDescribes a Trial state.
Protobuf enum google.cloud.aiplatform.v1.Trial.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
Indicates that the Trial has been suggested. |
ACTIVE_VALUE |
Indicates that the Trial has been suggested. |
INFEASIBLE |
Indicates that the Trial should not be attempted again. The service will set a Trial to INFEASIBLE when it's done but missing the final_measurement. |
INFEASIBLE_VALUE |
Indicates that the Trial should not be attempted again. The service will set a Trial to INFEASIBLE when it's done but missing the final_measurement. |
REQUESTED |
Indicates that a specific Trial has been requested, but it has not yet been suggested by the service. |
REQUESTED_VALUE |
Indicates that a specific Trial has been requested, but it has not yet been suggested by the service. |
STATE_UNSPECIFIED |
The Trial state is unspecified. |
STATE_UNSPECIFIED_VALUE |
The Trial state is unspecified. |
STOPPING |
Indicates that the Trial should stop according to the service. |
STOPPING_VALUE |
Indicates that the Trial should stop according to the service. |
SUCCEEDED |
Indicates that the Trial is completed successfully. |
SUCCEEDED_VALUE |
Indicates that the Trial is completed successfully. |
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() |
|