/AWS1/CL_PZZBTCINFERENCEJOBCFG¶
The configuration details of a batch inference job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_itemexplorationconfig TYPE /AWS1/CL_PZZHYPERPARAMETERS_W=>TT_HYPERPARAMETERS TT_HYPERPARAMETERS¶
A string to string map specifying the exploration configuration hyperparameters, including
explorationWeightandexplorationItemAgeCutOff, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. See User-Personalization.
it_rankinginfluence TYPE /AWS1/CL_PZZRANKINGINFLUENCE_W=>TT_RANKINGINFLUENCE TT_RANKINGINFLUENCE¶
A map of ranking influence values for POPULARITY and FRESHNESS. For each key, specify a numerical value between 0.0 and 1.0 that determines how much influence that ranking factor has on the final recommendations. A value closer to 1.0 gives more weight to the factor, while a value closer to 0.0 reduces its influence.
Queryable Attributes¶
itemExplorationConfig¶
A string to string map specifying the exploration configuration hyperparameters, including
explorationWeightandexplorationItemAgeCutOff, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. See User-Personalization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMEXPLORATIONCONFIG() |
Getter for ITEMEXPLORATIONCONFIG, with configurable default |
ASK_ITEMEXPLORATIONCONFIG() |
Getter for ITEMEXPLORATIONCONFIG w/ exceptions if field has |
HAS_ITEMEXPLORATIONCONFIG() |
Determine if ITEMEXPLORATIONCONFIG has a value |
rankingInfluence¶
A map of ranking influence values for POPULARITY and FRESHNESS. For each key, specify a numerical value between 0.0 and 1.0 that determines how much influence that ranking factor has on the final recommendations. A value closer to 1.0 gives more weight to the factor, while a value closer to 0.0 reduces its influence.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RANKINGINFLUENCE() |
Getter for RANKINGINFLUENCE, with configurable default |
ASK_RANKINGINFLUENCE() |
Getter for RANKINGINFLUENCE w/ exceptions if field has no va |
HAS_RANKINGINFLUENCE() |
Determine if RANKINGINFLUENCE has a value |