| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalizeruntime |
|
| software.amazon.awssdk.services.personalizeruntime.model |
| Modifier and Type | Method and Description |
|---|---|
default GetPersonalizedRankingResponse |
PersonalizeRuntimeClient.getPersonalizedRanking(Consumer<GetPersonalizedRankingRequest.Builder> getPersonalizedRankingRequest)
Re-ranks a list of recommended items for the given user.
|
default GetPersonalizedRankingResponse |
PersonalizeRuntimeClient.getPersonalizedRanking(GetPersonalizedRankingRequest getPersonalizedRankingRequest)
Re-ranks a list of recommended items for the given user.
|
default GetRecommendationsResponse |
PersonalizeRuntimeClient.getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)
Returns a list of recommended items.
|
default GetRecommendationsResponse |
PersonalizeRuntimeClient.getRecommendations(GetRecommendationsRequest getRecommendationsRequest)
Returns a list of recommended items.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidInputException
Provide a valid value for the field or parameter.
|
class |
ResourceNotFoundException
The specified resource does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
PersonalizeRuntimeException |
PersonalizeRuntimeException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(PersonalizeRuntimeException ex) |
Copyright © 2020. All rights reserved.