Module Awso_personalize_runtime.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule ColumnName : sig ... end
Sourcemodule ColumnValue : sig ... end
Sourcemodule Reason : sig ... end
Sourcemodule FilterAttributeName : sig ... end
Sourcemodule FilterAttributeValue : sig ... end
Sourcemodule ItemID : sig ... end
Sourcemodule Metadata : sig ... end
Sourcemodule Name : sig ... end
Sourcemodule ReasonList : sig ... end
Sourcemodule Score : sig ... end
Sourcemodule Arn : sig ... end
Sourcemodule FilterValues : sig ... end
Sourcemodule PercentPromotedItems : sig ... end
Sourcemodule ActionID : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule PredictedItem : sig ... end

An object that identifies an item. The and APIs return a list of PredictedItems.

Sourcemodule AttributeName : sig ... end
Sourcemodule AttributeValue : sig ... end
Sourcemodule ColumnNamesList : sig ... end
Sourcemodule DatasetType : sig ... end
Sourcemodule Promotion : sig ... end

Contains information on a promotion. A promotion defines additional business rules that apply to a configurable subset of recommended items.

Sourcemodule PredictedAction : sig ... end

An object that identifies an action. The API returns a list of PredictedActions.

Sourcemodule InvalidInputException : sig ... end

Provide a valid value for the field or parameter.

Sourcemodule ItemList : sig ... end
Sourcemodule RecommendationID : sig ... end
Sourcemodule ResourceNotFoundException : sig ... end

The specified resource does not exist.

Sourcemodule Context : sig ... end
Sourcemodule MetadataColumns : sig ... end
Sourcemodule NumResults : sig ... end
Sourcemodule PromotionList : sig ... end
Sourcemodule UserID : sig ... end
Sourcemodule InputList : sig ... end
Sourcemodule ActionList : sig ... end

Returns a list of recommended items. For campaigns, the campaign's Amazon Resource Name (ARN) is required and the required user and item input depends on the recipe type used to create the solution backing the campaign as follows: USER_PERSONALIZATION - userId required, itemId not used RELATED_ITEMS - itemId required, userId not used Campaigns that are backed by a solution created using a recipe of type PERSONALIZED_RANKING use the API. For recommenders, the recommender's ARN is required and the required item and user input depends on the use case (domain-based recipe) backing the recommender. For information on use case requirements see Choosing recommender use cases.

Sourcemodule GetRecommendationsRequest : sig ... end

Returns a list of recommended items. For campaigns, the campaign's Amazon Resource Name (ARN) is required and the required user and item input depends on the recipe type used to create the solution backing the campaign as follows: USER_PERSONALIZATION - userId required, itemId not used RELATED_ITEMS - itemId required, userId not used Campaigns that are backed by a solution created using a recipe of type PERSONALIZED_RANKING use the API. For recommenders, the recommender's ARN is required and the required item and user input depends on the use case (domain-based recipe) backing the recommender. For information on use case requirements see Choosing recommender use cases.

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.

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.

Returns a list of recommended actions in sorted in descending order by prediction score. Use the GetActionRecommendations API if you have a custom campaign that deploys a solution version trained with a PERSONALIZED_ACTIONS recipe. For more information about PERSONALIZED_ACTIONS recipes, see PERSONALIZED_ACTIONS recipes. For more information about getting action recommendations, see Getting action recommendations.

Returns a list of recommended actions in sorted in descending order by prediction score. Use the GetActionRecommendations API if you have a custom campaign that deploys a solution version trained with a PERSONALIZED_ACTIONS recipe. For more information about PERSONALIZED_ACTIONS recipes, see PERSONALIZED_ACTIONS recipes. For more information about getting action recommendations, see Getting action recommendations.