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