PersonalizeEvents#
Client#
- class PersonalizeEvents.Client#
A low-level client representing Amazon 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.
client = session.create_client('personalize-events')
These are the available methods:
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are: