| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
IntegerParameterRange |
IntegerParameterRange.clone() |
IntegerParameterRange |
IntegerParameterRange.withMaxValue(Integer maxValue)
The maximum tunable value of the hyperparameter.
|
IntegerParameterRange |
IntegerParameterRange.withMinValue(Integer minValue)
The minimum tunable value of the hyperparameter.
|
IntegerParameterRange |
IntegerParameterRange.withName(String name)
The name of the hyperparameter to tune.
|
IntegerParameterRange |
IntegerParameterRange.withScalingType(ScalingType scalingType)
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
IntegerParameterRange |
IntegerParameterRange.withScalingType(String scalingType)
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntegerParameterRange> |
ParameterRanges.getIntegerParameterRanges()
Specifies the tunable range for each integer hyperparameter.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRanges |
ParameterRanges.withIntegerParameterRanges(IntegerParameterRange... integerParameterRanges)
Specifies the tunable range for each integer hyperparameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterRanges.setIntegerParameterRanges(Collection<IntegerParameterRange> integerParameterRanges)
Specifies the tunable range for each integer hyperparameter.
|
ParameterRanges |
ParameterRanges.withIntegerParameterRanges(Collection<IntegerParameterRange> integerParameterRanges)
Specifies the tunable range for each integer hyperparameter.
|
Copyright © 2021. All rights reserved.