View Source aws_personalize_events (aws v1.0.4)

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 item interaction events: https://docs.aws.amazon.com/personalize/latest/dg/recording-item-interaction-events.html.

Summary

Functions

Link to this function

put_action_interactions(Client, Input)

View Source

Records action interaction event data.

An action interaction event is an interaction between a user and an action. For example, a user taking an action, such a enrolling in a membership program or downloading your app.

For more information about recording action interactions, see Recording action interaction events: https://docs.aws.amazon.com/personalize/latest/dg/recording-action-interaction-events.html. For more information about actions in an Actions dataset, see Actions dataset: https://docs.aws.amazon.com/personalize/latest/dg/actions-datasets.html.
Link to this function

put_action_interactions(Client, Input0, Options0)

View Source
Link to this function

put_actions(Client, Input)

View Source

Adds one or more actions to an Actions dataset.

For more information see Importing actions individually: https://docs.aws.amazon.com/personalize/latest/dg/importing-actions.html.
Link to this function

put_actions(Client, Input0, Options0)

View Source
Link to this function

put_events(Client, Input)

View Source

Records item interaction event data.

For more information see Recording item interaction events: https://docs.aws.amazon.com/personalize/latest/dg/recording-item-interaction-events.html.
Link to this function

put_events(Client, Input0, Options0)

View Source
Link to this function

put_items(Client, Input)

View Source

Adds one or more items to an Items dataset.

For more information see Importing items individually: https://docs.aws.amazon.com/personalize/latest/dg/importing-items.html.
Link to this function

put_items(Client, Input0, Options0)

View Source
Link to this function

put_users(Client, Input)

View Source

Adds one or more users to a Users dataset.

For more information see Importing users individually: https://docs.aws.amazon.com/personalize/latest/dg/importing-users.html.
Link to this function

put_users(Client, Input0, Options0)

View Source