Uses of Class
software.amazon.awssdk.services.personalizeruntime.model.PersonalizeRuntimeException
-
Packages that use PersonalizeRuntimeException Package Description software.amazon.awssdk.services.personalizeruntime software.amazon.awssdk.services.personalizeruntime.model -
-
Uses of PersonalizeRuntimeException in software.amazon.awssdk.services.personalizeruntime
Methods in software.amazon.awssdk.services.personalizeruntime that throw PersonalizeRuntimeException Modifier and Type Method Description default GetActionRecommendationsResponsePersonalizeRuntimeClient. getActionRecommendations(Consumer<GetActionRecommendationsRequest.Builder> getActionRecommendationsRequest)Returns a list of recommended actions in sorted in descending order by prediction score.default GetActionRecommendationsResponsePersonalizeRuntimeClient. getActionRecommendations(GetActionRecommendationsRequest getActionRecommendationsRequest)Returns a list of recommended actions in sorted in descending order by prediction score.default GetPersonalizedRankingResponsePersonalizeRuntimeClient. getPersonalizedRanking(Consumer<GetPersonalizedRankingRequest.Builder> getPersonalizedRankingRequest)Re-ranks a list of recommended items for the given user.default GetPersonalizedRankingResponsePersonalizeRuntimeClient. getPersonalizedRanking(GetPersonalizedRankingRequest getPersonalizedRankingRequest)Re-ranks a list of recommended items for the given user.default GetRecommendationsResponsePersonalizeRuntimeClient. getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)Returns a list of recommended items.default GetRecommendationsResponsePersonalizeRuntimeClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Returns a list of recommended items. -
Uses of PersonalizeRuntimeException in software.amazon.awssdk.services.personalizeruntime.model
Subclasses of PersonalizeRuntimeException in software.amazon.awssdk.services.personalizeruntime.model Modifier and Type Class Description classInvalidInputExceptionProvide a valid value for the field or parameter.classResourceNotFoundExceptionThe specified resource does not exist.Methods in software.amazon.awssdk.services.personalizeruntime.model that return PersonalizeRuntimeException Modifier and Type Method Description PersonalizeRuntimeExceptionPersonalizeRuntimeException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.personalizeruntime.model with parameters of type PersonalizeRuntimeException Constructor Description BuilderImpl(PersonalizeRuntimeException ex)
-