Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data HPOObjective = HPOObjective' {
- metricName :: Maybe Text
- type' :: Maybe Text
- metricRegex :: Maybe Text
- newHPOObjective :: HPOObjective
- hPOObjective_metricName :: Lens' HPOObjective (Maybe Text)
- hPOObjective_type :: Lens' HPOObjective (Maybe Text)
- hPOObjective_metricRegex :: 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.
HPOObjective' | |
|
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:type':HPOObjective'
, hPOObjective_type
- The type of the metric. Valid values are Maximize
and Minimize
.
$sel:metricRegex:HPOObjective'
, hPOObjective_metricRegex
- A regular expression for finding the metric in the training job logs.
hPOObjective_metricName :: Lens' HPOObjective (Maybe Text) Source #
The name of the metric.
hPOObjective_type :: Lens' HPOObjective (Maybe Text) Source #
The type of the metric. Valid values are Maximize
and Minimize
.
hPOObjective_metricRegex :: Lens' HPOObjective (Maybe Text) Source #
A regular expression for finding the metric in the training job logs.