| 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 |
Amazonka.Personalize.Types.AutoMLConfig
Description
Synopsis
- data AutoMLConfig = AutoMLConfig' {
- recipeList :: Maybe [Text]
- metricName :: Maybe Text
- newAutoMLConfig :: AutoMLConfig
- autoMLConfig_recipeList :: Lens' AutoMLConfig (Maybe [Text])
- autoMLConfig_metricName :: Lens' AutoMLConfig (Maybe Text)
Documentation
data AutoMLConfig Source #
When the solution performs AutoML (performAutoML is true in
CreateSolution), Amazon Personalize determines which recipe, from the
specified list, optimizes the given metric. Amazon Personalize then uses
that recipe for the solution.
See: newAutoMLConfig smart constructor.
Constructors
| AutoMLConfig' | |
Fields
| |
Instances
newAutoMLConfig :: AutoMLConfig Source #
Create a value of AutoMLConfig 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:recipeList:AutoMLConfig', autoMLConfig_recipeList - The list of candidate recipes.
$sel:metricName:AutoMLConfig', autoMLConfig_metricName - The metric to optimize.
autoMLConfig_recipeList :: Lens' AutoMLConfig (Maybe [Text]) Source #
The list of candidate recipes.
autoMLConfig_metricName :: Lens' AutoMLConfig (Maybe Text) Source #
The metric to optimize.