View on GitHub

aws-sdk-swift

PersonalizeRuntimeClient

public class PersonalizeRuntimeClient 

Inheritance

PersonalizeRuntimeClientProtocol

Initializers

init(config:)

public init(config: AWSClientRuntime.AWSClientConfiguration) 

init(region:)

public convenience init(region: Swift.String? = nil) throws 

Properties

clientName

public static let clientName = "PersonalizeRuntimeClient"

Methods

getPersonalizedRanking(input:completion:)

Re-ranks a list of recommended items for the given user. The first item in the list is deemed the most likely item to be of interest to the user. The solution backing the campaign must have been created using a recipe of type PERSONALIZED_RANKING.

public func getPersonalizedRanking(input: GetPersonalizedRankingInput, completion: @escaping (ClientRuntime.SdkResult<GetPersonalizedRankingOutputResponse, GetPersonalizedRankingOutputError>) -> Void)

getRecommendations(input:completion:)

Returns a list of recommended items. The required input depends on the recipe type used to create the solution backing the campaign, as follows:

public func getRecommendations(input: GetRecommendationsInput, completion: @escaping (ClientRuntime.SdkResult<GetRecommendationsOutputResponse, GetRecommendationsOutputError>) -> Void)

Campaigns that are backed by a solution created using a recipe of type PERSONALIZED_RANKING use the API.