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.BatchInferenceJobConfig

Description

 
Synopsis

Documentation

data BatchInferenceJobConfig Source #

The configuration details of a batch inference job.

See: newBatchInferenceJobConfig smart constructor.

Constructors

BatchInferenceJobConfig' 

Fields

  • itemExplorationConfig :: Maybe (HashMap Text Text)

    A string to string map specifying the exploration configuration hyperparameters, including explorationWeight and explorationItemAgeCutOff, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. See User-Personalization.

Instances

Instances details
Eq BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Read BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Show BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Generic BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Associated Types

type Rep BatchInferenceJobConfig :: Type -> Type #

NFData BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

Methods

rnf :: BatchInferenceJobConfig -> () #

Hashable BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

ToJSON BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

FromJSON BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

type Rep BatchInferenceJobConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobConfig

type Rep BatchInferenceJobConfig = D1 ('MetaData "BatchInferenceJobConfig" "Amazonka.Personalize.Types.BatchInferenceJobConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "BatchInferenceJobConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemExplorationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))

newBatchInferenceJobConfig :: BatchInferenceJobConfig Source #

Create a value of BatchInferenceJobConfig 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:itemExplorationConfig:BatchInferenceJobConfig', batchInferenceJobConfig_itemExplorationConfig - A string to string map specifying the exploration configuration hyperparameters, including explorationWeight and explorationItemAgeCutOff, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. See User-Personalization.

batchInferenceJobConfig_itemExplorationConfig :: Lens' BatchInferenceJobConfig (Maybe (HashMap Text Text)) Source #

A string to string map specifying the exploration configuration hyperparameters, including explorationWeight and explorationItemAgeCutOff, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. See User-Personalization.