Crate rusoto_personalize_events

Source
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.

PersonalizeEventsClient
A client for the Amazon Personalize Events API.
PutEventsRequest
PutItemsRequest
PutUsersRequest
User

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

Enums§

PutEventsError
Errors returned by PutEvents
PutItemsError
Errors returned by PutItems
PutUsersError
Errors returned by PutUsers

Traits§

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