public static enum NasTrial.State extends Enum<NasTrial.State> implements com.google.protobuf.ProtocolMessageEnum
Describes a NasTrial state.Protobuf enum
google.cloud.aiplatform.v1.NasTrial.State| Enum Constant and Description |
|---|
ACTIVE
Indicates that the NasTrial has been suggested.
|
INFEASIBLE
Indicates that the NasTrial should not be attempted again.
|
REQUESTED
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.
|
STOPPING
Indicates that the NasTrial should stop according to the service.
|
SUCCEEDED
Indicates that the NasTrial is completed successfully.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
Indicates that the NasTrial has been suggested.
|
static int |
INFEASIBLE_VALUE
Indicates that the NasTrial should not be attempted again.
|
static int |
REQUESTED_VALUE
Indicates that a specific NasTrial has been requested, but it has not yet
been suggested by the service.
|
static int |
STATE_UNSPECIFIED_VALUE
The NasTrial state is unspecified.
|
static int |
STOPPING_VALUE
Indicates that the NasTrial should stop according to the service.
|
static int |
SUCCEEDED_VALUE
Indicates that the NasTrial is completed successfully.
|
| Modifier and Type | Method and Description |
|---|---|
static NasTrial.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<NasTrial.State> |
internalGetValueMap() |
static NasTrial.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NasTrial.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NasTrial.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NasTrial.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NasTrial.State STATE_UNSPECIFIED
The NasTrial state is unspecified.
STATE_UNSPECIFIED = 0;public static final NasTrial.State REQUESTED
Indicates that a specific NasTrial has been requested, but it has not yet been suggested by the service.
REQUESTED = 1;public static final NasTrial.State ACTIVE
Indicates that the NasTrial has been suggested.
ACTIVE = 2;public static final NasTrial.State STOPPING
Indicates that the NasTrial should stop according to the service.
STOPPING = 3;public static final NasTrial.State SUCCEEDED
Indicates that the NasTrial is completed successfully.
SUCCEEDED = 4;public static final NasTrial.State 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 = 5;public static final NasTrial.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
The NasTrial state is unspecified.
STATE_UNSPECIFIED = 0;public static final int REQUESTED_VALUE
Indicates that a specific NasTrial has been requested, but it has not yet been suggested by the service.
REQUESTED = 1;public static final int ACTIVE_VALUE
Indicates that the NasTrial has been suggested.
ACTIVE = 2;public static final int STOPPING_VALUE
Indicates that the NasTrial should stop according to the service.
STOPPING = 3;public static final int SUCCEEDED_VALUE
Indicates that the NasTrial is completed successfully.
SUCCEEDED = 4;public static final int 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.
INFEASIBLE = 5;public static NasTrial.State[] values()
for (NasTrial.State c : NasTrial.State.values()) System.out.println(c);
public static NasTrial.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static NasTrial.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NasTrial.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NasTrial.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static NasTrial.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.