@Stability(value=Stable)
public static interface CfnSolution.CategoricalHyperParameterRangeProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.personalize.*;
CategoricalHyperParameterRangeProperty categoricalHyperParameterRangeProperty = CategoricalHyperParameterRangeProperty.builder()
.name("name")
.values(List.of("values"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSolution.CategoricalHyperParameterRangeProperty.Builder
A builder for
CfnSolution.CategoricalHyperParameterRangeProperty |
static class |
CfnSolution.CategoricalHyperParameterRangeProperty.Jsii$Proxy
An implementation for
CfnSolution.CategoricalHyperParameterRangeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSolution.CategoricalHyperParameterRangeProperty.Builder |
builder() |
default String |
getName()
The name of the hyperparameter.
|
default List<String> |
getValues()
A list of the categories for the hyperparameter.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<String> getValues()
@Stability(value=Stable) static CfnSolution.CategoricalHyperParameterRangeProperty.Builder builder()
Copyright © 2023. All rights reserved.