String campaignArn
The Amazon Resource Name (ARN) of the campaign to use for generating the personalized ranking.
List<E> inputList
A list of items (itemId's) to rank. If an item was not included in the training dataset, the item is appended to the end of the reranked list.
String userId
The user for which you want the campaign to provide a personalized ranking.
String campaignArn
The Amazon Resource Name (ARN) of the campaign to use for getting recommendations.
String itemId
The item ID to provide recommendations for.
Required for RELATED_ITEMS recipe type.
String userId
The user ID to provide recommendations for.
Required for USER_PERSONALIZATION recipe type.
Integer numResults
The number of results to return. The default is 25. The maximum is 100.
String itemId
The recommended item ID.
Copyright © 2019. All rights reserved.