Amazon Personalize Events
Amazon Personalize can consume real-time user event data, such as stream or click data, and use it for model training either alone or combined with historical data. For more information see recording-events.
personalizeevents(config = list())
config |
Optional configuration of credentials, endpoint, and/or region. |
svc <- personalizeevents( config = list( credentials = list( creds = list( access_key_id = "string", secret_access_key = "string", session_token = "string" ), profile = "string" ), endpoint = "string", region = "string" ) )
put_events | Records user interaction event data |
put_items | Adds one or more items to an Items dataset |
put_users | Adds one or more users to a Users dataset |
## Not run: svc <- personalizeevents() svc$put_events( Foo = 123 ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.