| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoParameter |
AutoParameter.clone() |
AutoParameter |
AutoParameter.withName(String name)
The name of the hyperparameter to optimize using Autotune.
|
AutoParameter |
AutoParameter.withValueHint(String valueHint)
An example value of the hyperparameter to optimize using Autotune.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoParameter> |
ParameterRanges.getAutoParameters()
A list containing hyperparameter names and example values to be used by Autotune to determine optimal ranges for
your tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRanges |
ParameterRanges.withAutoParameters(AutoParameter... autoParameters)
A list containing hyperparameter names and example values to be used by Autotune to determine optimal ranges for
your tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterRanges.setAutoParameters(Collection<AutoParameter> autoParameters)
A list containing hyperparameter names and example values to be used by Autotune to determine optimal ranges for
your tuning job.
|
ParameterRanges |
ParameterRanges.withAutoParameters(Collection<AutoParameter> autoParameters)
A list containing hyperparameter names and example values to be used by Autotune to determine optimal ranges for
your tuning job.
|
Copyright © 2025. All rights reserved.