GetPersonalizedRankingResponse
public struct GetPersonalizedRankingResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of items in order of most likely interest to the user. The maximum is 500.
Declaration
Swift
public let personalizedRanking: [PredictedItem]? -
The ID of the recommendation.
Declaration
Swift
public let recommendationId: String? -
Undocumented
Declaration
Swift
public init(personalizedRanking: [PredictedItem]? = nil, recommendationId: String? = nil)
View on GitHub
GetPersonalizedRankingResponse Structure Reference