| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterRanges |
HyperParameterTrainingJobDefinition.hyperParameterRanges()
Returns the value of the HyperParameterRanges property for this object.
|
ParameterRanges |
HyperParameterTuningJobConfig.parameterRanges()
The ParameterRanges
object that specifies the ranges of hyperparameters that this tuning job searches over to find the optimal
configuration for the highest model performance against your chosen objective metric.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTrainingJobDefinition.Builder |
HyperParameterTrainingJobDefinition.Builder.hyperParameterRanges(ParameterRanges hyperParameterRanges)
Sets the value of the HyperParameterRanges property for this object.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.parameterRanges(ParameterRanges parameterRanges)
The ParameterRanges
object that specifies the ranges of hyperparameters that this tuning job searches over to find the optimal
configuration for the highest model performance against your chosen objective metric.
|
Copyright © 2023. All rights reserved.