logo
Expand description

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.

If you’re using the service, you’re probably looking for PersonalizeEventsClient and PersonalizeEvents.

Structs

Represents user interaction event information sent using the PutEvents API.

Represents item metadata added to an Items dataset using the PutItems API. For more information see Importing Items Incrementally.

A client for the Amazon Personalize Events API.

Represents user metadata added to a Users dataset using the PutUsers API. For more information see Importing Users Incrementally.

Enums

Errors returned by PutEvents

Errors returned by PutItems

Errors returned by PutUsers

Traits

Trait representing the capabilities of the Amazon Personalize Events API. Amazon Personalize Events clients implement this trait.