| Package | Description |
|---|---|
| com.amazonaws.services.personalizeruntime |
|
| com.amazonaws.services.personalizeruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResult |
AbstractAmazonPersonalizeRuntime.getRecommendations(GetRecommendationsRequest request) |
GetRecommendationsResult |
AmazonPersonalizeRuntimeClient.getRecommendations(GetRecommendationsRequest request)
Returns a list of recommended items.
|
GetRecommendationsResult |
AmazonPersonalizeRuntime.getRecommendations(GetRecommendationsRequest getRecommendationsRequest)
Returns a list of recommended items.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRecommendationsResult> |
AbstractAmazonPersonalizeRuntimeAsync.getRecommendationsAsync(GetRecommendationsRequest request,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler) |
Future<GetRecommendationsResult> |
AmazonPersonalizeRuntimeAsync.getRecommendationsAsync(GetRecommendationsRequest getRecommendationsRequest,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler)
Returns a list of recommended items.
|
Future<GetRecommendationsResult> |
AmazonPersonalizeRuntimeAsyncClient.getRecommendationsAsync(GetRecommendationsRequest request,
AsyncHandler<GetRecommendationsRequest,GetRecommendationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsResult |
GetRecommendationsResult.clone() |
GetRecommendationsResult |
GetRecommendationsResult.withItemList(Collection<PredictedItem> itemList)
A list of recommendations sorted in descending order by prediction score.
|
GetRecommendationsResult |
GetRecommendationsResult.withItemList(PredictedItem... itemList)
A list of recommendations sorted in descending order by prediction score.
|
GetRecommendationsResult |
GetRecommendationsResult.withRecommendationId(String recommendationId)
The ID of the recommendation.
|
Copyright © 2025. All rights reserved.