Uses of Class
com.google.cloud.aiplatform.v1beta1.NasTrial.State
-
Packages that use NasTrial.State Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of NasTrial.State in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return NasTrial.State Modifier and Type Method Description static NasTrial.State
NasTrial.State. forNumber(int value)
NasTrial.State
NasTrial.Builder. getState()
Output only.NasTrial.State
NasTrial. getState()
Output only.NasTrial.State
NasTrialOrBuilder. getState()
Output only.static NasTrial.State
NasTrial.State. valueOf(int value)
Deprecated.static NasTrial.State
NasTrial.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NasTrial.State
NasTrial.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static NasTrial.State[]
NasTrial.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type NasTrial.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NasTrial.State>
NasTrial.State. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type NasTrial.State Modifier and Type Method Description NasTrial.Builder
NasTrial.Builder. setState(NasTrial.State value)
Output only.
-