| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Personalize.Types.CampaignConfig
Description
Synopsis
Documentation
data CampaignConfig Source #
The configuration details of a campaign.
See: newCampaignConfig smart constructor.
Constructors
| CampaignConfig' | |
Fields
| |
Instances
newCampaignConfig :: CampaignConfig Source #
Create a value of CampaignConfig 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:CampaignConfig', campaignConfig_itemExplorationConfig - Specifies 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. Provide itemExplorationConfig data only if your
solution uses the
User-Personalization
recipe.
campaignConfig_itemExplorationConfig :: Lens' CampaignConfig (Maybe (HashMap Text Text)) Source #
Specifies 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. Provide itemExplorationConfig data only if your
solution uses the
User-Personalization
recipe.