Personalization Recommender Input

Contains the details for creating a personalization recommender.

This representation inherits properties from the Personalization Recommender Base Input.

Note

Name Type Description Required or Optional Available Version
dataSpaceName String The name of the data space for the recommender. Required 64.0
excludeFilters Personalization Recommender Rule Group Input The exclusion filters for the recommender. Optional 64.0
includeFilters Personalization Recommender Rule Group Input The inclusion filters for the recommender. Optional 64.0
itemDataGraphName String The name of the item data graph for the recommender. Required 64.0
objectiveName String The custom objective for the recommender. Optional 64.0
profileDataGraphName String The name of the profile data graph for the recommender. Required 64.0
sortCriteria Personalization Recommender Sort Criteria Input The sort order for rule-based recommenders. Optional 64.0

The objectiveName value can be one of: MaximizeRevenue, MaximizeClicks, or {customObjectiveApiName}. The first two are out-of-the-box objective names; the third is the API name of a custom objective defined by the user.

Note