Uses of Class
com.google.cloud.aiplatform.v1beta1.Trial.State
-
Packages that use Trial.State Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Trial.State in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Trial.State Modifier and Type Method Description static Trial.State
Trial.State. forNumber(int value)
Trial.State
Trial.Builder. getState()
Output only.Trial.State
Trial. getState()
Output only.Trial.State
TrialOrBuilder. getState()
Output only.static Trial.State
Trial.State. valueOf(int value)
Deprecated.static Trial.State
Trial.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Trial.State
Trial.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Trial.State[]
Trial.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 Trial.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Trial.State>
Trial.State. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Trial.State Modifier and Type Method Description Trial.Builder
Trial.Builder. setState(Trial.State value)
Output only.
-