@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonPersonalizeRuntimeAsync extends AbstractAmazonPersonalizeRuntime implements AmazonPersonalizeRuntimeAsync
AmazonPersonalizeRuntimeAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<GetPersonalizedRankingResult> |
getPersonalizedRankingAsync(GetPersonalizedRankingRequest request)
Re-ranks a list of recommended items for the given user.
|
Future<GetPersonalizedRankingResult> |
getPersonalizedRankingAsync(GetPersonalizedRankingRequest request,
AsyncHandler<GetPersonalizedRankingRequest,GetPersonalizedRankingResult> asyncHandler)
Re-ranks a list of recommended items for the given user.
|
Future<GetRecommendationsResult> |
getRecommendationsAsync(GetRecommendationsRequest request)
Returns a list of recommended items.
|
Future<GetRecommendationsResult> |
getRecommendationsAsync(GetRecommendationsRequest request,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler)
Returns a list of recommended items.
|
getCachedResponseMetadata, getPersonalizedRanking, getRecommendations, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, getPersonalizedRanking, getRecommendations, shutdown
public Future<GetPersonalizedRankingResult> getPersonalizedRankingAsync(GetPersonalizedRankingRequest request)
AmazonPersonalizeRuntimeAsync
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.
getPersonalizedRankingAsync
in interface AmazonPersonalizeRuntimeAsync
public Future<GetPersonalizedRankingResult> getPersonalizedRankingAsync(GetPersonalizedRankingRequest request, AsyncHandler<GetPersonalizedRankingRequest,GetPersonalizedRankingResult> asyncHandler)
AmazonPersonalizeRuntimeAsync
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.
getPersonalizedRankingAsync
in interface AmazonPersonalizeRuntimeAsync
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.public Future<GetRecommendationsResult> getRecommendationsAsync(GetRecommendationsRequest request)
AmazonPersonalizeRuntimeAsync
Returns a list of recommended items. For campaigns, the campaign's Amazon Resource Name (ARN) is required and the required user and item input depends on the recipe type used to create the solution backing the campaign as follows:
USER_PERSONALIZATION - userId
required, itemId
not used
RELATED_ITEMS - itemId
required, userId
not used
Campaigns that are backed by a solution created using a recipe of type PERSONALIZED_RANKING use the API.
For recommenders, the recommender's ARN is required and the required item and user input depends on the use case (domain-based recipe) backing the recommender. For information on use case requirements see Choosing recommender use cases.
getRecommendationsAsync
in interface AmazonPersonalizeRuntimeAsync
public Future<GetRecommendationsResult> getRecommendationsAsync(GetRecommendationsRequest request, AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler)
AmazonPersonalizeRuntimeAsync
Returns a list of recommended items. For campaigns, the campaign's Amazon Resource Name (ARN) is required and the required user and item input depends on the recipe type used to create the solution backing the campaign as follows:
USER_PERSONALIZATION - userId
required, itemId
not used
RELATED_ITEMS - itemId
required, userId
not used
Campaigns that are backed by a solution created using a recipe of type PERSONALIZED_RANKING use the API.
For recommenders, the recommender's ARN is required and the required item and user input depends on the use case (domain-based recipe) backing the recommender. For information on use case requirements see Choosing recommender use cases.
getRecommendationsAsync
in interface AmazonPersonalizeRuntimeAsync
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.