PredictedItem
public struct PredictedItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The recommended item ID.
Declaration
Swift
public let itemId: String?
-
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.
Declaration
Swift
public let score: Double?
-
Undocumented
Declaration
Swift
public init(itemId: String? = nil, score: Double? = nil)