public static interface StudySpec.ParameterSpec.ConditionalParameterSpec.DiscreteValueConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getValues(int index)
Required.
|
int |
getValuesCount()
Required.
|
List<Double> |
getValuesList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Double> getValuesList()
Required. Matches values of the parent parameter of 'DISCRETE' type. All values must exist in `discrete_value_spec` of parent parameter. The Epsilon of the value matching is 1e-10.
repeated double values = 1 [(.google.api.field_behavior) = REQUIRED];int getValuesCount()
Required. Matches values of the parent parameter of 'DISCRETE' type. All values must exist in `discrete_value_spec` of parent parameter. The Epsilon of the value matching is 1e-10.
repeated double values = 1 [(.google.api.field_behavior) = REQUIRED];double getValues(int index)
Required. Matches values of the parent parameter of 'DISCRETE' type. All values must exist in `discrete_value_spec` of parent parameter. The Epsilon of the value matching is 1e-10.
repeated double values = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.Copyright © 2023 Google LLC. All rights reserved.