public static enum StudySpec.ObservationNoise extends Enum<StudySpec.ObservationNoise> implements com.google.protobuf.ProtocolMessageEnum
Describes the noise level of the repeated observations. "Noisy" means that the repeated observations with the same Trial parameters may lead to different metric evaluations.Protobuf enum
google.cloud.aiplatform.v1beta1.StudySpec.ObservationNoise| Enum Constant and Description |
|---|
HIGH
Vertex AI will estimate the amount of noise in metric
evaluations, it may repeat the same Trial parameters more than once.
|
LOW
Vertex AI assumes that the objective function is (nearly)
perfectly reproducible, and will never repeat the same Trial
parameters.
|
OBSERVATION_NOISE_UNSPECIFIED
The default noise level chosen by Vertex AI.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
HIGH_VALUE
Vertex AI will estimate the amount of noise in metric
evaluations, it may repeat the same Trial parameters more than once.
|
static int |
LOW_VALUE
Vertex AI assumes that the objective function is (nearly)
perfectly reproducible, and will never repeat the same Trial
parameters.
|
static int |
OBSERVATION_NOISE_UNSPECIFIED_VALUE
The default noise level chosen by Vertex AI.
|
| Modifier and Type | Method and Description |
|---|---|
static StudySpec.ObservationNoise |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<StudySpec.ObservationNoise> |
internalGetValueMap() |
static StudySpec.ObservationNoise |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StudySpec.ObservationNoise |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StudySpec.ObservationNoise |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudySpec.ObservationNoise[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StudySpec.ObservationNoise OBSERVATION_NOISE_UNSPECIFIED
The default noise level chosen by Vertex AI.
OBSERVATION_NOISE_UNSPECIFIED = 0;public static final StudySpec.ObservationNoise LOW
Vertex AI assumes that the objective function is (nearly) perfectly reproducible, and will never repeat the same Trial parameters.
LOW = 1;public static final StudySpec.ObservationNoise HIGH
Vertex AI will estimate the amount of noise in metric evaluations, it may repeat the same Trial parameters more than once.
HIGH = 2;public static final StudySpec.ObservationNoise UNRECOGNIZED
public static final int OBSERVATION_NOISE_UNSPECIFIED_VALUE
The default noise level chosen by Vertex AI.
OBSERVATION_NOISE_UNSPECIFIED = 0;public static final int LOW_VALUE
Vertex AI assumes that the objective function is (nearly) perfectly reproducible, and will never repeat the same Trial parameters.
LOW = 1;public static final int HIGH_VALUE
Vertex AI will estimate the amount of noise in metric evaluations, it may repeat the same Trial parameters more than once.
HIGH = 2;public static StudySpec.ObservationNoise[] values()
for (StudySpec.ObservationNoise c : StudySpec.ObservationNoise.values()) System.out.println(c);
public static StudySpec.ObservationNoise valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static StudySpec.ObservationNoise valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static StudySpec.ObservationNoise forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<StudySpec.ObservationNoise> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static StudySpec.ObservationNoise valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.