| Package | Description |
|---|---|
| com.amazonaws.services.personalizeruntime.model |
| Modifier and Type | Method and Description |
|---|---|
PredictedAction |
PredictedAction.clone() |
PredictedAction |
PredictedAction.withActionId(String actionId)
The ID of the recommended action.
|
PredictedAction |
PredictedAction.withScore(Double score)
The score of the recommended action.
|
| Modifier and Type | Method and Description |
|---|---|
List<PredictedAction> |
GetActionRecommendationsResult.getActionList()
A list of action recommendations sorted in descending order by prediction score.
|
| Modifier and Type | Method and Description |
|---|---|
GetActionRecommendationsResult |
GetActionRecommendationsResult.withActionList(PredictedAction... actionList)
A list of action recommendations sorted in descending order by prediction score.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetActionRecommendationsResult.setActionList(Collection<PredictedAction> actionList)
A list of action recommendations sorted in descending order by prediction score.
|
GetActionRecommendationsResult |
GetActionRecommendationsResult.withActionList(Collection<PredictedAction> actionList)
A list of action recommendations sorted in descending order by prediction score.
|
Copyright © 2025. All rights reserved.