| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultIntegerHyperParameterRange |
DefaultIntegerHyperParameterRange.clone() |
DefaultIntegerHyperParameterRange |
DefaultIntegerHyperParameterRange.withIsTunable(Boolean isTunable)
Indicates whether the hyperparameter is tunable.
|
DefaultIntegerHyperParameterRange |
DefaultIntegerHyperParameterRange.withMaxValue(Integer maxValue)
The maximum allowable value for the hyperparameter.
|
DefaultIntegerHyperParameterRange |
DefaultIntegerHyperParameterRange.withMinValue(Integer minValue)
The minimum allowable value for the hyperparameter.
|
DefaultIntegerHyperParameterRange |
DefaultIntegerHyperParameterRange.withName(String name)
The name of the hyperparameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<DefaultIntegerHyperParameterRange> |
DefaultHyperParameterRanges.getIntegerHyperParameterRanges()
The integer-valued hyperparameters and their default ranges.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultHyperParameterRanges |
DefaultHyperParameterRanges.withIntegerHyperParameterRanges(DefaultIntegerHyperParameterRange... integerHyperParameterRanges)
The integer-valued hyperparameters and their default ranges.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHyperParameterRanges.setIntegerHyperParameterRanges(Collection<DefaultIntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their default ranges.
|
DefaultHyperParameterRanges |
DefaultHyperParameterRanges.withIntegerHyperParameterRanges(Collection<DefaultIntegerHyperParameterRange> integerHyperParameterRanges)
The integer-valued hyperparameters and their default ranges.
|
Copyright © 2019. All rights reserved.