Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

personalizeruntime

Amazon Personalize Runtime


Description

Amazon Personalize Runtime

Usage

personalizeruntime(config = list())

Arguments

config

Optional configuration of credentials, endpoint, and/or region.

Service syntax

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"
  )
)

Operations

get_personalized_ranking Re-ranks a list of recommended items for the given user
get_recommendations Returns a list of recommended items

Examples

## Not run: 
svc <- personalizeruntime()
svc$get_personalized_ranking(
  Foo = 123
)

## End(Not run)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.