| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ContinuousParameterRange |
ContinuousParameterRange.clone() |
ContinuousParameterRange |
ContinuousParameterRange.withMaxValue(String maxValue)
The maximum value for the hyperparameter.
|
ContinuousParameterRange |
ContinuousParameterRange.withMinValue(String minValue)
The minimum value for the hyperparameter.
|
ContinuousParameterRange |
ContinuousParameterRange.withName(String name)
The name of the continuous hyperparameter to tune.
|
ContinuousParameterRange |
ContinuousParameterRange.withScalingType(HyperParameterScalingType 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()
The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter
tuning job searches.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRanges |
ParameterRanges.withContinuousParameterRanges(ContinuousParameterRange... continuousParameterRanges)
The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter
tuning job searches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterRanges.setContinuousParameterRanges(Collection<ContinuousParameterRange> continuousParameterRanges)
The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter
tuning job searches.
|
ParameterRanges |
ParameterRanges.withContinuousParameterRanges(Collection<ContinuousParameterRange> continuousParameterRanges)
The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter
tuning job searches.
|
Copyright © 2023. All rights reserved.