Uses of Class
com.google.cloud.aiplatform.v1beta1.StudySpec.AutomatedStoppingSpecCase
-
Packages that use StudySpec.AutomatedStoppingSpecCase Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of StudySpec.AutomatedStoppingSpecCase in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StudySpec.AutomatedStoppingSpecCase Modifier and Type Method Description static StudySpec.AutomatedStoppingSpecCase
StudySpec.AutomatedStoppingSpecCase. forNumber(int value)
StudySpec.AutomatedStoppingSpecCase
StudySpec.Builder. getAutomatedStoppingSpecCase()
StudySpec.AutomatedStoppingSpecCase
StudySpec. getAutomatedStoppingSpecCase()
StudySpec.AutomatedStoppingSpecCase
StudySpecOrBuilder. getAutomatedStoppingSpecCase()
static StudySpec.AutomatedStoppingSpecCase
StudySpec.AutomatedStoppingSpecCase. valueOf(int value)
Deprecated.static StudySpec.AutomatedStoppingSpecCase
StudySpec.AutomatedStoppingSpecCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static StudySpec.AutomatedStoppingSpecCase[]
StudySpec.AutomatedStoppingSpecCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-