amazonka-personalize-2.0: Amazon Personalize SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

ToJSON 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 #

Read AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Show AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

NFData AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Methods

rnf :: AutoMLConfig -> () #

Eq AutoMLConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.AutoMLConfig

Hashable 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" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "AutoMLConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recipeList") '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:metricName:AutoMLConfig', autoMLConfig_metricName - The metric to optimize.

$sel:recipeList:AutoMLConfig', autoMLConfig_recipeList - The list of candidate recipes.

autoMLConfig_recipeList :: Lens' AutoMLConfig (Maybe [Text]) Source #

The list of candidate recipes.