PredictedItem

An object that identifies an item.

The and APIs return a list of PredictedItems.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The recommended item ID.

Link copied to clipboard

Metadata about the item from your Items dataset.

Link copied to clipboard

The name of the promotion that included the predicted item.

Link copied to clipboard

If you use User-Personalization-v2, a list of reasons for why the item was included in recommendations. Possible reasons include the following:

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: PredictedItem.Builder.() -> Unit = {}): PredictedItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String