Uses of Enum
com.google.cloud.aiplatform.v1.StudySpec.ObservationNoise
Packages that use StudySpec.ObservationNoise
-
Uses of StudySpec.ObservationNoise in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StudySpec.ObservationNoiseModifier and TypeMethodDescriptionstatic StudySpec.ObservationNoiseStudySpec.ObservationNoise.forNumber(int value) StudySpec.Builder.getObservationNoise()The observation noise level of the study.StudySpec.getObservationNoise()The observation noise level of the study.StudySpecOrBuilder.getObservationNoise()The observation noise level of the study.static StudySpec.ObservationNoiseStudySpec.ObservationNoise.valueOf(int value) Deprecated.static StudySpec.ObservationNoiseStudySpec.ObservationNoise.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static StudySpec.ObservationNoiseReturns the enum constant of this type with the specified name.static StudySpec.ObservationNoise[]StudySpec.ObservationNoise.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.ObservationNoiseModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StudySpec.ObservationNoise>StudySpec.ObservationNoise.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type StudySpec.ObservationNoiseModifier and TypeMethodDescriptionStudySpec.Builder.setObservationNoise(StudySpec.ObservationNoise value) The observation noise level of the study.