| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
TunedHPOParams.Builder |
TunedHPOParams.Builder.algorithmHyperParameters(Map<String,String> algorithmHyperParameters)
A list of the hyperparameter values of the best performing model.
|
static TunedHPOParams.Builder |
TunedHPOParams.builder() |
TunedHPOParams.Builder |
TunedHPOParams.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TunedHPOParams.Builder> |
TunedHPOParams.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SolutionVersion.Builder |
SolutionVersion.Builder.tunedHPOParams(Consumer<TunedHPOParams.Builder> tunedHPOParams)
If hyperparameter optimization was performed, contains the hyperparameter values of the best performing
model.
|
Copyright © 2020. All rights reserved.