Uses of Interface
software.amazon.awssdk.services.personalizeruntime.model.PredictedItem.Builder
-
Packages that use PredictedItem.Builder Package Description software.amazon.awssdk.services.personalizeruntime.model -
-
Uses of PredictedItem.Builder in software.amazon.awssdk.services.personalizeruntime.model
Methods in software.amazon.awssdk.services.personalizeruntime.model that return PredictedItem.Builder Modifier and Type Method Description static PredictedItem.BuilderPredictedItem. builder()PredictedItem.BuilderPredictedItem.Builder. itemId(String itemId)The recommended item ID.PredictedItem.BuilderPredictedItem.Builder. metadata(Map<String,String> metadata)Metadata about the item from your Items dataset.PredictedItem.BuilderPredictedItem.Builder. promotionName(String promotionName)The name of the promotion that included the predicted item.PredictedItem.BuilderPredictedItem.Builder. reason(String... reason)If you use User-Personalization-v2, a list of reasons for why the item was included in recommendations.PredictedItem.BuilderPredictedItem.Builder. reason(Collection<String> reason)If you use User-Personalization-v2, a list of reasons for why the item was included in recommendations.PredictedItem.BuilderPredictedItem.Builder. score(Double score)A numeric representation of the model's certainty that the item will be the next user selection.PredictedItem.BuilderPredictedItem. toBuilder()Methods in software.amazon.awssdk.services.personalizeruntime.model that return types with arguments of type PredictedItem.Builder Modifier and Type Method Description static Class<? extends PredictedItem.Builder>PredictedItem. serializableBuilderClass()
-