View source: R/personalize_operations.R
personalize_update_recommender | R Documentation |
Updates the recommender to modify the recommender configuration. If you update the recommender to modify the columns used in training, Amazon Personalize automatically starts a full retraining of the models backing your recommender. While the update completes, you can still get recommendations from the recommender. The recommender uses the previous configuration until the update completes. To track the status of this update, use the latestRecommenderUpdate
returned in the describe_recommender
operation.
See https://www.paws-r-sdk.com/docs/personalize_update_recommender/ for full documentation.
personalize_update_recommender(recommenderArn, recommenderConfig)
recommenderArn |
[required] The Amazon Resource Name (ARN) of the recommender to modify. |
recommenderConfig |
[required] The configuration details of the recommender. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.