Uses of Interface
software.amazon.awssdk.services.personalizeruntime.model.PredictedAction.Builder
-
Packages that use PredictedAction.Builder Package Description software.amazon.awssdk.services.personalizeruntime.model -
-
Uses of PredictedAction.Builder in software.amazon.awssdk.services.personalizeruntime.model
Methods in software.amazon.awssdk.services.personalizeruntime.model that return PredictedAction.Builder Modifier and Type Method Description PredictedAction.BuilderPredictedAction.Builder. actionId(String actionId)The ID of the recommended action.static PredictedAction.BuilderPredictedAction. builder()PredictedAction.BuilderPredictedAction.Builder. score(Double score)The score of the recommended action.PredictedAction.BuilderPredictedAction. toBuilder()Methods in software.amazon.awssdk.services.personalizeruntime.model that return types with arguments of type PredictedAction.Builder Modifier and Type Method Description static Class<? extends PredictedAction.Builder>PredictedAction. serializableBuilderClass()
-