| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
HPOObjective |
HPOObjective.clone() |
HPOObjective |
HPOConfig.getHpoObjective()
The metric to optimize during HPO.
|
HPOObjective |
HPOObjective.withMetricName(String metricName)
The name of the metric.
|
HPOObjective |
HPOObjective.withMetricRegex(String metricRegex)
A regular expression for finding the metric in the training job logs.
|
HPOObjective |
HPOObjective.withType(String type)
The data type of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HPOConfig.setHpoObjective(HPOObjective hpoObjective)
The metric to optimize during HPO.
|
HPOConfig |
HPOConfig.withHpoObjective(HPOObjective hpoObjective)
The metric to optimize during HPO.
|
Copyright © 2020. All rights reserved.