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§
- Event
Represents user interaction event information sent using the
PutEvents
API.- Item
Represents item metadata added to an Items dataset using the
PutItems
API. For more information see Importing Items Incrementally.- Personalize
Events Client - A client for the Amazon Personalize Events API.
- PutEvents
Request - PutItems
Request - PutUsers
Request - User
Represents user metadata added to a Users dataset using the
PutUsers
API. For more information see Importing Users Incrementally.
Enums§
- PutEvents
Error - Errors returned by PutEvents
- PutItems
Error - Errors returned by PutItems
- PutUsers
Error - Errors returned by PutUsers
Traits§
- Personalize
Events - Trait representing the capabilities of the Amazon Personalize Events API. Amazon Personalize Events clients implement this trait.