| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
HPOConfig |
HPOConfig.clone() |
HPOConfig |
SolutionConfig.getHpoConfig()
Describes the properties for hyperparameter optimization (HPO).
|
HPOConfig |
HPOConfig.withAlgorithmHyperParameterRanges(HyperParameterRanges algorithmHyperParameterRanges)
The hyperparameters and their allowable ranges.
|
HPOConfig |
HPOConfig.withHpoObjective(HPOObjective hpoObjective)
The metric to optimize during HPO.
|
HPOConfig |
HPOConfig.withHpoResourceConfig(HPOResourceConfig hpoResourceConfig)
Describes the resource configuration for HPO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolutionConfig.setHpoConfig(HPOConfig hpoConfig)
Describes the properties for hyperparameter optimization (HPO).
|
SolutionConfig |
SolutionConfig.withHpoConfig(HPOConfig hpoConfig)
Describes the properties for hyperparameter optimization (HPO).
|
Copyright © 2019. All rights reserved.