Amazon Personalize Runtime
Amazon Personalize Runtime
personalizeruntime(config = list())
config |
Optional configuration of credentials, endpoint, and/or region. |
svc <- personalizeruntime( config = list( credentials = list( creds = list( access_key_id = "string", secret_access_key = "string", session_token = "string" ), profile = "string" ), endpoint = "string", region = "string" ) )
get_personalized_ranking | Re-ranks a list of recommended items for the given user |
get_recommendations | Returns a list of recommended items |
## Not run: svc <- personalizeruntime() svc$get_personalized_ranking( Foo = 123 ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.