@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 item interaction 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.
|
PutActionInteractionsResult |
putActionInteractions(PutActionInteractionsRequest putActionInteractionsRequest)
Records action interaction event data.
|
PutActionsResult |
putActions(PutActionsRequest putActionsRequest)
Adds one or more actions to an Actions dataset.
|
PutEventsResult |
putEvents(PutEventsRequest putEventsRequest)
Records item 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
PutActionInteractionsResult putActionInteractions(PutActionInteractionsRequest putActionInteractionsRequest)
Records action interaction event data. An action interaction event is an interaction between a user and an action. For example, a user taking an action, such a enrolling in a membership program or downloading your app.
For more information about recording action interactions, see Recording action interaction events. For more information about actions in an Actions dataset, see Actions dataset.
putActionInteractionsRequest
- InvalidInputException
- Provide a valid value for the field or parameter.ResourceNotFoundException
- Could not find the specified resource.ResourceInUseException
- The specified resource is in use.PutActionsResult putActions(PutActionsRequest putActionsRequest)
Adds one or more actions to an Actions dataset. For more information see Importing actions individually.
putActionsRequest
- InvalidInputException
- Provide a valid value for the field or parameter.ResourceNotFoundException
- Could not find the specified resource.ResourceInUseException
- The specified resource is in use.PutEventsResult putEvents(PutEventsRequest putEventsRequest)
Records item interaction event data. For more information see Recording item interaction 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 individually.
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 individually.
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.