Uses of Enum
com.google.cloud.aiplatform.v1.StudySpec.Algorithm
Packages that use StudySpec.Algorithm
-
Uses of StudySpec.Algorithm in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StudySpec.AlgorithmModifier and TypeMethodDescriptionstatic StudySpec.AlgorithmStudySpec.Algorithm.forNumber(int value) StudySpec.Builder.getAlgorithm()The search algorithm specified for the Study.StudySpec.getAlgorithm()The search algorithm specified for the Study.StudySpecOrBuilder.getAlgorithm()The search algorithm specified for the Study.static StudySpec.AlgorithmStudySpec.Algorithm.valueOf(int value) Deprecated.static StudySpec.AlgorithmStudySpec.Algorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static StudySpec.AlgorithmReturns the enum constant of this type with the specified name.static StudySpec.Algorithm[]StudySpec.Algorithm.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 StudySpec.AlgorithmModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StudySpec.Algorithm>StudySpec.Algorithm.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type StudySpec.AlgorithmModifier and TypeMethodDescriptionStudySpec.Builder.setAlgorithm(StudySpec.Algorithm value) The search algorithm specified for the Study.