| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
TunedHPOParams |
TunedHPOParams.addAlgorithmHyperParametersEntry(String key,
String value)
Add a single AlgorithmHyperParameters entry
|
TunedHPOParams |
TunedHPOParams.clearAlgorithmHyperParametersEntries()
Removes all the entries added into AlgorithmHyperParameters.
|
TunedHPOParams |
TunedHPOParams.clone() |
TunedHPOParams |
SolutionVersion.getTunedHPOParams()
If hyperparameter optimization was performed, contains the hyperparameter values of the best performing model.
|
TunedHPOParams |
TunedHPOParams.withAlgorithmHyperParameters(Map<String,String> algorithmHyperParameters)
A list of the hyperparameter values of the best performing model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolutionVersion.setTunedHPOParams(TunedHPOParams tunedHPOParams)
If hyperparameter optimization was performed, contains the hyperparameter values of the best performing model.
|
SolutionVersion |
SolutionVersion.withTunedHPOParams(TunedHPOParams tunedHPOParams)
If hyperparameter optimization was performed, contains the hyperparameter values of the best performing model.
|
Copyright © 2020. All rights reserved.