public static interface StudySpec.ParameterSpec.CategoricalValueSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
A default value for a `CATEGORICAL` parameter that is assumed to be a
relatively good starting point.
|
com.google.protobuf.ByteString |
getDefaultValueBytes()
A default value for a `CATEGORICAL` parameter that is assumed to be a
relatively good starting point.
|
String |
getValues(int index)
Required.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
Required.
|
int |
getValuesCount()
Required.
|
List<String> |
getValuesList()
Required.
|
boolean |
hasDefaultValue()
A default value for a `CATEGORICAL` parameter that is assumed to be a
relatively good starting point.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getValuesList()
Required. The list of possible categories.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];int getValuesCount()
Required. The list of possible categories.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];String getValues(int index)
Required. The list of possible categories.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
Required. The list of possible categories.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.boolean hasDefaultValue()
A default value for a `CATEGORICAL` parameter that is assumed to be a relatively good starting point. Unset value signals that there is no offered starting point. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
optional string default_value = 3;String getDefaultValue()
A default value for a `CATEGORICAL` parameter that is assumed to be a relatively good starting point. Unset value signals that there is no offered starting point. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
optional string default_value = 3;com.google.protobuf.ByteString getDefaultValueBytes()
A default value for a `CATEGORICAL` parameter that is assumed to be a relatively good starting point. Unset value signals that there is no offered starting point. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
optional string default_value = 3;Copyright © 2023 Google LLC. All rights reserved.