You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::PersonalizeRuntime::Types::PredictedItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeRuntime::Types::PredictedItem
- Defined in:
- (unknown)
Overview
An object that identifies an item.
The and APIs return a list of PredictedItem
s.
Instance Attribute Summary collapse
-
#item_id ⇒ String
The recommended item ID.
-
#score ⇒ Float
A numeric representation of the model\'s certainty that the item will be the next user selection.
Instance Attribute Details
#item_id ⇒ String
The recommended item ID.
#score ⇒ Float
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.