@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonPersonalizeRuntimeAsync extends AmazonPersonalizeRuntime
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonPersonalizeRuntimeAsync
instead.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<GetPersonalizedRankingResult> |
getPersonalizedRankingAsync(GetPersonalizedRankingRequest getPersonalizedRankingRequest)
Re-ranks a list of recommended items for the given user.
|
Future<GetPersonalizedRankingResult> |
getPersonalizedRankingAsync(GetPersonalizedRankingRequest getPersonalizedRankingRequest,
AsyncHandler<GetPersonalizedRankingRequest,GetPersonalizedRankingResult> asyncHandler)
Re-ranks a list of recommended items for the given user.
|
Future<GetRecommendationsResult> |
getRecommendationsAsync(GetRecommendationsRequest getRecommendationsRequest)
Returns a list of recommended items.
|
Future<GetRecommendationsResult> |
getRecommendationsAsync(GetRecommendationsRequest getRecommendationsRequest,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler)
Returns a list of recommended items.
|
getCachedResponseMetadata, getPersonalizedRanking, getRecommendations, shutdown
Future<GetPersonalizedRankingResult> getPersonalizedRankingAsync(GetPersonalizedRankingRequest getPersonalizedRankingRequest)
Re-ranks a list of recommended items for the given user. The first item in the list is deemed the most likely item to be of interest to the user.
The solution backing the campaign must have been created using a recipe of type PERSONALIZED_RANKING.
getPersonalizedRankingRequest
- Future<GetPersonalizedRankingResult> getPersonalizedRankingAsync(GetPersonalizedRankingRequest getPersonalizedRankingRequest, AsyncHandler<GetPersonalizedRankingRequest,GetPersonalizedRankingResult> asyncHandler)
Re-ranks a list of recommended items for the given user. The first item in the list is deemed the most likely item to be of interest to the user.
The solution backing the campaign must have been created using a recipe of type PERSONALIZED_RANKING.
getPersonalizedRankingRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetRecommendationsResult> getRecommendationsAsync(GetRecommendationsRequest getRecommendationsRequest)
Returns a list of recommended items. The required input depends on the recipe type used to create the solution backing the campaign, as follows:
RELATED_ITEMS - itemId
required, userId
not used
USER_PERSONALIZATION - itemId
optional, userId
required
Campaigns that are backed by a solution created using a recipe of type PERSONALIZED_RANKING use the API.
getRecommendationsRequest
- Future<GetRecommendationsResult> getRecommendationsAsync(GetRecommendationsRequest getRecommendationsRequest, AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler)
Returns a list of recommended items. The required input depends on the recipe type used to create the solution backing the campaign, as follows:
RELATED_ITEMS - itemId
required, userId
not used
USER_PERSONALIZATION - itemId
optional, userId
required
Campaigns that are backed by a solution created using a recipe of type PERSONALIZED_RANKING use the API.
getRecommendationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.