Creates a recommender filter
Source:R/customerprofiles_operations.R
customerprofiles_create_recommender_filter.RdCreates a recommender filter. A recommender filter specifies which items to include or exclude from recommendations.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_recommender_filter/ for full documentation.
Usage
customerprofiles_create_recommender_filter(
DomainName,
RecommenderFilterName,
RecommenderFilterExpression,
RecommenderSchemaName = NULL,
Description = NULL,
Tags = NULL
)Arguments
- DomainName
[required] The unique name of the domain.
- RecommenderFilterName
[required] The name of the recommender filter. The name must be unique within the domain.
- RecommenderFilterExpression
[required] The filter expression that defines which items to include or exclude from recommendations.
- RecommenderSchemaName
The name of the recommender schema to use for this recommender filter. If not specified, the default schema is used.
- Description
A description of the recommender filter.
The tags used to organize, track, or control access for this resource.