public static interface StudySpec.ParameterSpec.DiscreteValueSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDefaultValue()
A default value for a `DISCRETE` parameter that is assumed to be a
relatively good starting point.
|
double |
getValues(int index)
Required.
|
int |
getValuesCount()
Required.
|
List<Double> |
getValuesList()
Required.
|
boolean |
hasDefaultValue()
A default value for a `DISCRETE` parameter that is assumed to be a
relatively good starting point.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Double> getValuesList()
Required. A list of possible values. The list should be in increasing order and at least 1e-10 apart. For instance, this parameter might have possible settings of 1.5, 2.5, and 4.0. This list should not contain more than 1,000 values.
repeated double values = 1 [(.google.api.field_behavior) = REQUIRED];int getValuesCount()
Required. A list of possible values. The list should be in increasing order and at least 1e-10 apart. For instance, this parameter might have possible settings of 1.5, 2.5, and 4.0. This list should not contain more than 1,000 values.
repeated double values = 1 [(.google.api.field_behavior) = REQUIRED];double getValues(int index)
Required. A list of possible values. The list should be in increasing order and at least 1e-10 apart. For instance, this parameter might have possible settings of 1.5, 2.5, and 4.0. This list should not contain more than 1,000 values.
repeated double values = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.boolean hasDefaultValue()
A default value for a `DISCRETE` parameter that is assumed to be a relatively good starting point. Unset value signals that there is no offered starting point. It automatically rounds to the nearest feasible discrete point. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
optional double default_value = 3;double getDefaultValue()
A default value for a `DISCRETE` parameter that is assumed to be a relatively good starting point. Unset value signals that there is no offered starting point. It automatically rounds to the nearest feasible discrete point. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
optional double default_value = 3;Copyright © 2023 Google LLC. All rights reserved.