Amazon Personalize User Personalization

This node returns item recommendations for a specific user by calling the Amazon Personalize service. At least one campaign must be available that was created using a recipe of type user personalization. As input, the node takes a user ID and, optionally, an item ID. The output will be a list of recommended items.
More information is available on the website or in the documentation.

Options

Campaign
Specify the the campaign. See also here.
User ID column
Select the column that contains user IDs. See also here.
Item ID column (optional)
Optionally, select the column that contains item IDs. See also here.
Number of results
Specify the number of recommended items. Valid range is from 1 to 500. See also here.
Missing value handling
Specify the action if a missing value is in the input. If Fail is selected, the node will fail. Otherwise, the node just gives a warning and puts missing values in the output for the corresponding rows.

Input Ports

Icon
The AWS connection information.
Icon
The input table containing user IDs (and item IDs).

Output Ports

Icon
The input table with one appended column containing a list of recommended items. The list is sorted. The first element is the most recommended item.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.