| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
ContinuousParameterRange |
ContinuousParameterRange.clone() |
ContinuousParameterRange |
ContinuousParameterRange.withMaxValue(Double maxValue)
The maximum tunable value of the hyperparameter.
|
ContinuousParameterRange |
ContinuousParameterRange.withMinValue(Double minValue)
The minimum tunable value of the hyperparameter.
|
ContinuousParameterRange |
ContinuousParameterRange.withName(String name)
The name of the hyperparameter to tune.
|
ContinuousParameterRange |
ContinuousParameterRange.withScalingType(ScalingType scalingType)
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
ContinuousParameterRange |
ContinuousParameterRange.withScalingType(String scalingType)
The scale that hyperparameter tuning uses to search the hyperparameter range.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContinuousParameterRange> |
ParameterRanges.getContinuousParameterRanges()
Specifies the tunable range for each continuous hyperparameter.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRanges |
ParameterRanges.withContinuousParameterRanges(ContinuousParameterRange... continuousParameterRanges)
Specifies the tunable range for each continuous hyperparameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterRanges.setContinuousParameterRanges(Collection<ContinuousParameterRange> continuousParameterRanges)
Specifies the tunable range for each continuous hyperparameter.
|
ParameterRanges |
ParameterRanges.withContinuousParameterRanges(Collection<ContinuousParameterRange> continuousParameterRanges)
Specifies the tunable range for each continuous hyperparameter.
|
Copyright © 2022. All rights reserved.