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

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 event-record-api.

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.

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.