[][src]Crate rusoto_personalize_events

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.

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.

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.