public static interface CategoricalParameterRangeSpecification.Builder extends SdkPojo, CopyableBuilder<CategoricalParameterRangeSpecification.Builder,CategoricalParameterRangeSpecification>
| Modifier and Type | Method and Description |
|---|---|
CategoricalParameterRangeSpecification.Builder |
values(Collection<String> values)
The allowed categories for the hyperparameter.
|
CategoricalParameterRangeSpecification.Builder |
values(String... values)
The allowed categories for the hyperparameter.
|
copyapplyMutation, buildCategoricalParameterRangeSpecification.Builder values(Collection<String> values)
The allowed categories for the hyperparameter.
values - The allowed categories for the hyperparameter.CategoricalParameterRangeSpecification.Builder values(String... values)
The allowed categories for the hyperparameter.
values - The allowed categories for the hyperparameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.