| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultContinuousHyperParameterRange |
DefaultContinuousHyperParameterRange.clone() |
DefaultContinuousHyperParameterRange |
DefaultContinuousHyperParameterRange.withIsTunable(Boolean isTunable)
Whether the hyperparameter is tunable.
|
DefaultContinuousHyperParameterRange |
DefaultContinuousHyperParameterRange.withMaxValue(Double maxValue)
The maximum allowable value for the hyperparameter.
|
DefaultContinuousHyperParameterRange |
DefaultContinuousHyperParameterRange.withMinValue(Double minValue)
The minimum allowable value for the hyperparameter.
|
DefaultContinuousHyperParameterRange |
DefaultContinuousHyperParameterRange.withName(String name)
The name of the hyperparameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<DefaultContinuousHyperParameterRange> |
DefaultHyperParameterRanges.getContinuousHyperParameterRanges()
The continuous hyperparameters and their default ranges.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultHyperParameterRanges |
DefaultHyperParameterRanges.withContinuousHyperParameterRanges(DefaultContinuousHyperParameterRange... continuousHyperParameterRanges)
The continuous hyperparameters and their default ranges.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHyperParameterRanges.setContinuousHyperParameterRanges(Collection<DefaultContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their default ranges.
|
DefaultHyperParameterRanges |
DefaultHyperParameterRanges.withContinuousHyperParameterRanges(Collection<DefaultContinuousHyperParameterRange> continuousHyperParameterRanges)
The continuous hyperparameters and their default ranges.
|
Copyright © 2022. All rights reserved.