Uses of Class
software.amazon.awssdk.services.personalizeruntime.model.PredictedAction
-
Packages that use PredictedAction Package Description software.amazon.awssdk.services.personalizeruntime.model -
-
Uses of PredictedAction in software.amazon.awssdk.services.personalizeruntime.model
Methods in software.amazon.awssdk.services.personalizeruntime.model that return types with arguments of type PredictedAction Modifier and Type Method Description List<PredictedAction>GetActionRecommendationsResponse. actionList()A list of action recommendations sorted in descending order by prediction score.Methods in software.amazon.awssdk.services.personalizeruntime.model with parameters of type PredictedAction Modifier and Type Method Description GetActionRecommendationsResponse.BuilderGetActionRecommendationsResponse.Builder. actionList(PredictedAction... actionList)A list of action recommendations sorted in descending order by prediction score.Method parameters in software.amazon.awssdk.services.personalizeruntime.model with type arguments of type PredictedAction Modifier and Type Method Description GetActionRecommendationsResponse.BuilderGetActionRecommendationsResponse.Builder. actionList(Collection<PredictedAction> actionList)A list of action recommendations sorted in descending order by prediction score.
-