@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonPersonalizeRuntimeAsyncClient extends AmazonPersonalizeRuntimeClient implements AmazonPersonalizeRuntimeAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
builder, getCachedResponseMetadata, getPersonalizedRanking, getRecommendations
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, getPersonalizedRanking, getRecommendations
public static AmazonPersonalizeRuntimeAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
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. 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.
getRecommendationsAsync
in interface AmazonPersonalizeRuntimeAsync
public Future<GetRecommendationsResult> getRecommendationsAsync(GetRecommendationsRequest request, AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler)
AmazonPersonalizeRuntimeAsync
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.
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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonPersonalizeRuntime
shutdown
in class AmazonPersonalizeRuntimeClient