View Source AWS.PersonalizeEvents (aws-elixir v0.13.3)

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.

Link to this section Summary

Functions

Records user interaction event data.

Adds one or more items to an Items dataset.

Adds one or more users to a Users dataset.

Link to this section Functions

Link to this function

put_events(client, input, options \\ [])

View Source

Records user interaction event data.

For more information see Recording Events.

Link to this function

put_items(client, input, options \\ [])

View Source

Adds one or more items to an Items dataset.

For more information see Importing Items Incrementally.

Link to this function

put_users(client, input, options \\ [])

View Source

Adds one or more users to a Users dataset.

For more information see Importing Users Incrementally.