| 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.BatchInferenceJobConfig
Description
Documentation
data BatchInferenceJobConfig Source #
The configuration details of a batch inference job.
See: newBatchInferenceJobConfig smart constructor.
Constructors
| BatchInferenceJobConfig' | |
Fields
| |
Instances
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.