PredictedItem
An object that identifies an item.
The GetRecommendations and GetPersonalizedRanking APIs return a list of
PredictedItem
s.
Contents
- itemId
-
The recommended item ID.
Type: String
Length Constraints: Maximum length of 256.
Required: No
- promotionName
-
The name of the promotion that included the predicted item.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9\-_]*
Required: No
- score
-
A numeric representation of the model's certainty that the item will be the next user selection. For more information on scoring logic, see Recommendation scores.
Type: Double
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: