Uses of Class
com.google.cloud.aiplatform.v1beta1.StudySpec.ObservationNoise
-
Packages that use StudySpec.ObservationNoise Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of StudySpec.ObservationNoise in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StudySpec.ObservationNoise Modifier and Type Method Description static StudySpec.ObservationNoiseStudySpec.ObservationNoise. forNumber(int value)StudySpec.ObservationNoiseStudySpec.Builder. getObservationNoise()The observation noise level of the study.StudySpec.ObservationNoiseStudySpec. getObservationNoise()The observation noise level of the study.StudySpec.ObservationNoiseStudySpecOrBuilder. 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.ObservationNoiseStudySpec.ObservationNoise. valueOf(String name)Returns 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.v1beta1 that return types with arguments of type StudySpec.ObservationNoise Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StudySpec.ObservationNoise>StudySpec.ObservationNoise. internalGetValueMap()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type StudySpec.ObservationNoise Modifier and Type Method Description StudySpec.BuilderStudySpec.Builder. setObservationNoise(StudySpec.ObservationNoise value)The observation noise level of the study.
-