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.StateNasTrial.State. forNumber(int value)NasTrial.StateNasTrial.Builder. getState()Output only.NasTrial.StateNasTrial. getState()Output only.NasTrial.StateNasTrialOrBuilder. getState()Output only.static NasTrial.StateNasTrial.State. valueOf(int value)Deprecated.static NasTrial.StateNasTrial.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NasTrial.StateNasTrial.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.BuilderNasTrial.Builder. setState(NasTrial.State value)Output only.
-