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.State
Study.State. forNumber(int value)
Study.State
Study.Builder. getState()
Output only.Study.State
Study. getState()
Output only.Study.State
StudyOrBuilder. getState()
Output only.Study.State
SuggestTrialsResponse.Builder. getStudyState()
The state of the Study.Study.State
SuggestTrialsResponse. getStudyState()
The state of the Study.Study.State
SuggestTrialsResponseOrBuilder. getStudyState()
The state of the Study.static Study.State
Study.State. valueOf(int value)
Deprecated.static Study.State
Study.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Study.State
Study.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.Builder
Study.Builder. setState(Study.State value)
Output only.SuggestTrialsResponse.Builder
SuggestTrialsResponse.Builder. setStudyState(Study.State value)
The state of the Study.
-