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