| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Personalize.Types.HPOObjective
Description
Synopsis
- data HPOObjective = HPOObjective' {
- metricName :: Maybe Text
- metricRegex :: Maybe Text
- type' :: Maybe Text
- newHPOObjective :: HPOObjective
- hPOObjective_metricName :: Lens' HPOObjective (Maybe Text)
- hPOObjective_metricRegex :: Lens' HPOObjective (Maybe Text)
- hPOObjective_type :: Lens' HPOObjective (Maybe Text)
Documentation
data HPOObjective Source #
The metric to optimize during hyperparameter optimization (HPO).
Amazon Personalize doesn't support configuring the hpoObjective at
this time.
See: newHPOObjective smart constructor.
Constructors
| HPOObjective' | |
Fields
| |
Instances
newHPOObjective :: HPOObjective Source #
Create a value of HPOObjective with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:metricName:HPOObjective', hPOObjective_metricName - The name of the metric.
$sel:metricRegex:HPOObjective', hPOObjective_metricRegex - A regular expression for finding the metric in the training job logs.
$sel:type':HPOObjective', hPOObjective_type - The type of the metric. Valid values are Maximize and Minimize.
hPOObjective_metricName :: Lens' HPOObjective (Maybe Text) Source #
The name of the metric.
hPOObjective_metricRegex :: Lens' HPOObjective (Maybe Text) Source #
A regular expression for finding the metric in the training job logs.
hPOObjective_type :: Lens' HPOObjective (Maybe Text) Source #
The type of the metric. Valid values are Maximize and Minimize.