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.ObservationNoise
StudySpec.ObservationNoise. forNumber(int value)
StudySpec.ObservationNoise
StudySpec.Builder. getObservationNoise()
The observation noise level of the study.StudySpec.ObservationNoise
StudySpec. getObservationNoise()
The observation noise level of the study.StudySpec.ObservationNoise
StudySpecOrBuilder. getObservationNoise()
The observation noise level of the study.static StudySpec.ObservationNoise
StudySpec.ObservationNoise. valueOf(int value)
Deprecated.static StudySpec.ObservationNoise
StudySpec.ObservationNoise. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StudySpec.ObservationNoise
StudySpec.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.Builder
StudySpec.Builder. setObservationNoise(StudySpec.ObservationNoise value)
The observation noise level of the study.
-