View source: R/personalize_operations.R
personalize_create_recommender | R Documentation |
Creates a recommender with the recipe (a Domain dataset group use case) you specify. You create recommenders for a Domain dataset group and specify the recommender's Amazon Resource Name (ARN) when you make a GetRecommendations request.
See https://www.paws-r-sdk.com/docs/personalize_create_recommender/ for full documentation.
personalize_create_recommender(
name,
datasetGroupArn,
recipeArn,
recommenderConfig = NULL,
tags = NULL
)
name |
[required] The name of the recommender. |
datasetGroupArn |
[required] The Amazon Resource Name (ARN) of the destination domain dataset group for the recommender. |
recipeArn |
[required] The Amazon Resource Name (ARN) of the recipe that the recommender will use. For a recommender, a recipe is a Domain dataset group use case. Only Domain dataset group use cases can be used to create a recommender. For information about use cases see Choosing recommender use cases. |
recommenderConfig |
The configuration details of the recommender. |
tags |
A list of tags to apply to the recommender. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.