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