libZSservicesZSamazonka-personalizeZSamazonka-personalize
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Personalize.Types.AutoMLConfig

Description

 
Synopsis

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

Instances details
Eq AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Read AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Show AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Generic AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Associated Types

type Rep AutoMLConfig :: Type -> Type #

NFData AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Methods

rnf :: AutoMLConfig -> () #

Hashable AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

ToJSON AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

FromJSON AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

type Rep AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

type Rep AutoMLConfig = D1 ('MetaData "AutoMLConfig" "Amazonka.Personalize.Types.AutoMLConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "AutoMLConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipeList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.