Interface PersonalizeEventsClient
- All Superinterfaces:
- AutoCloseable,- AwsClient,- SdkAutoCloseable,- SdkClient
builder()
 method.
 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.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Create a builder that can be used to configure and create aPersonalizeEventsClient.static PersonalizeEventsClientcreate()Create aPersonalizeEventsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default PutActionInteractionsResponseputActionInteractions(Consumer<PutActionInteractionsRequest.Builder> putActionInteractionsRequest) Records action interaction event data.default PutActionInteractionsResponseputActionInteractions(PutActionInteractionsRequest putActionInteractionsRequest) Records action interaction event data.default PutActionsResponseputActions(Consumer<PutActionsRequest.Builder> putActionsRequest) Adds one or more actions to an Actions dataset.default PutActionsResponseputActions(PutActionsRequest putActionsRequest) Adds one or more actions to an Actions dataset.default PutEventsResponseputEvents(Consumer<PutEventsRequest.Builder> putEventsRequest) Records item interaction event data.default PutEventsResponseputEvents(PutEventsRequest putEventsRequest) Records item interaction event data.default PutItemsResponseputItems(Consumer<PutItemsRequest.Builder> putItemsRequest) Adds one or more items to an Items dataset.default PutItemsResponseputItems(PutItemsRequest putItemsRequest) Adds one or more items to an Items dataset.default PutUsersResponseputUsers(Consumer<PutUsersRequest.Builder> putUsersRequest) Adds one or more users to a Users dataset.default PutUsersResponseputUsers(PutUsersRequest putUsersRequest) Adds one or more users to a Users dataset.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadataMethods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseablecloseMethods inherited from interface software.amazon.awssdk.core.SdkClientserviceName
- 
Field Details- 
SERVICE_NAME- See Also:
 
- 
SERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.- See Also:
 
 
- 
- 
Method Details- 
putActionInteractionsdefault PutActionInteractionsResponse putActionInteractions(PutActionInteractionsRequest putActionInteractionsRequest) throws InvalidInputException, ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, PersonalizeEventsException 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. - Parameters:
- putActionInteractionsRequest-
- Returns:
- Result of the PutActionInteractions operation returned by the service.
- See Also:
 
- 
putActionInteractionsdefault PutActionInteractionsResponse putActionInteractions(Consumer<PutActionInteractionsRequest.Builder> putActionInteractionsRequest) throws InvalidInputException, ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, PersonalizeEventsException 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. 
 This is a convenience which creates an instance of the PutActionInteractionsRequest.Builderavoiding the need to create one manually viaPutActionInteractionsRequest.builder()- Parameters:
- putActionInteractionsRequest- A- Consumerthat will call methods on- PutActionInteractionsRequest.Builderto create a request.
- Returns:
- Result of the PutActionInteractions operation returned by the service.
- See Also:
 
- 
putActionsdefault PutActionsResponse putActions(PutActionsRequest putActionsRequest) throws InvalidInputException, ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, PersonalizeEventsException Adds one or more actions to an Actions dataset. For more information see Importing actions individually. - Parameters:
- putActionsRequest-
- Returns:
- Result of the PutActions operation returned by the service.
- See Also:
 
- 
putActionsdefault PutActionsResponse putActions(Consumer<PutActionsRequest.Builder> putActionsRequest) throws InvalidInputException, ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, PersonalizeEventsException Adds one or more actions to an Actions dataset. For more information see Importing actions individually. 
 This is a convenience which creates an instance of the PutActionsRequest.Builderavoiding the need to create one manually viaPutActionsRequest.builder()- Parameters:
- putActionsRequest- A- Consumerthat will call methods on- PutActionsRequest.Builderto create a request.
- Returns:
- Result of the PutActions operation returned by the service.
- See Also:
 
- 
putEventsdefault PutEventsResponse putEvents(PutEventsRequest putEventsRequest) throws InvalidInputException, AwsServiceException, SdkClientException, PersonalizeEventsException Records item interaction event data. For more information see Recording item interaction events. - Parameters:
- putEventsRequest-
- Returns:
- Result of the PutEvents operation returned by the service.
- See Also:
 
- 
putEventsdefault PutEventsResponse putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest) throws InvalidInputException, AwsServiceException, SdkClientException, PersonalizeEventsException Records item interaction event data. For more information see Recording item interaction events. 
 This is a convenience which creates an instance of the PutEventsRequest.Builderavoiding the need to create one manually viaPutEventsRequest.builder()- Parameters:
- putEventsRequest- A- Consumerthat will call methods on- PutEventsRequest.Builderto create a request.
- Returns:
- Result of the PutEvents operation returned by the service.
- See Also:
 
- 
putItemsdefault PutItemsResponse putItems(PutItemsRequest putItemsRequest) throws InvalidInputException, ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, PersonalizeEventsException Adds one or more items to an Items dataset. For more information see Importing items individually. - Parameters:
- putItemsRequest-
- Returns:
- Result of the PutItems operation returned by the service.
- See Also:
 
- 
putItemsdefault PutItemsResponse putItems(Consumer<PutItemsRequest.Builder> putItemsRequest) throws InvalidInputException, ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, PersonalizeEventsException Adds one or more items to an Items dataset. For more information see Importing items individually. 
 This is a convenience which creates an instance of the PutItemsRequest.Builderavoiding the need to create one manually viaPutItemsRequest.builder()- Parameters:
- putItemsRequest- A- Consumerthat will call methods on- PutItemsRequest.Builderto create a request.
- Returns:
- Result of the PutItems operation returned by the service.
- See Also:
 
- 
putUsersdefault PutUsersResponse putUsers(PutUsersRequest putUsersRequest) throws InvalidInputException, ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, PersonalizeEventsException Adds one or more users to a Users dataset. For more information see Importing users individually. - Parameters:
- putUsersRequest-
- Returns:
- Result of the PutUsers operation returned by the service.
- See Also:
 
- 
putUsersdefault PutUsersResponse putUsers(Consumer<PutUsersRequest.Builder> putUsersRequest) throws InvalidInputException, ResourceNotFoundException, ResourceInUseException, AwsServiceException, SdkClientException, PersonalizeEventsException Adds one or more users to a Users dataset. For more information see Importing users individually. 
 This is a convenience which creates an instance of the PutUsersRequest.Builderavoiding the need to create one manually viaPutUsersRequest.builder()- Parameters:
- putUsersRequest- A- Consumerthat will call methods on- PutUsersRequest.Builderto create a request.
- Returns:
- Result of the PutUsers operation returned by the service.
- See Also:
 
- 
createCreate aPersonalizeEventsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
- 
builderCreate a builder that can be used to configure and create aPersonalizeEventsClient.
- 
serviceMetadata
- 
serviceClientConfigurationDescription copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
- serviceClientConfigurationin interface- AwsClient
- Specified by:
- serviceClientConfigurationin interface- SdkClient
- Returns:
- SdkServiceClientConfiguration
 
 
-