@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonPersonalizeEvents
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonPersonalizeEvents
instead.
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.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
PutEventsResult |
putEvents(PutEventsRequest putEventsRequest)
Records user interaction event data.
|
PutItemsResult |
putItems(PutItemsRequest putItemsRequest)
Adds one or more items to an Items dataset.
|
PutUsersResult |
putUsers(PutUsersRequest putUsersRequest)
Adds one or more users to a Users dataset.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
PutEventsResult putEvents(PutEventsRequest putEventsRequest)
Records user interaction event data. For more information see Recording Events.
putEventsRequest
- InvalidInputException
- Provide a valid value for the field or parameter.PutItemsResult putItems(PutItemsRequest putItemsRequest)
Adds one or more items to an Items dataset. For more information see Importing Items Incrementally.
putItemsRequest
- InvalidInputException
- Provide a valid value for the field or parameter.ResourceNotFoundException
- Could not find the specified resource.ResourceInUseException
- The specified resource is in use.PutUsersResult putUsers(PutUsersRequest putUsersRequest)
Adds one or more users to a Users dataset. For more information see Importing Users Incrementally.
putUsersRequest
- InvalidInputException
- Provide a valid value for the field or parameter.ResourceNotFoundException
- Could not find the specified resource.ResourceInUseException
- The specified resource is in use.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.