public static interface PredictedItem.Builder extends SdkPojo, CopyableBuilder<PredictedItem.Builder,PredictedItem>
| Modifier and Type | Method and Description |
|---|---|
PredictedItem.Builder |
itemId(String itemId)
The recommended item ID.
|
PredictedItem.Builder |
score(Double score)
A numeric representation of the model's certainty that the item will be the next user selection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPredictedItem.Builder itemId(String itemId)
The recommended item ID.
itemId - The recommended item ID.PredictedItem.Builder score(Double score)
A numeric representation of the model's certainty that the item will be the next user selection. For more information on scoring logic, see how-scores-work.
score - A numeric representation of the model's certainty that the item will be the next user selection. For
more information on scoring logic, see how-scores-work.Copyright © 2022. All rights reserved.