Creates a recommendation filter. For more information, see Filtering recommendations and user segments.
See https://www.paws-r-sdk.com/docs/personalize_create_filter/ for full documentation.
personalize_create_filter(name, datasetGroupArn, filterExpression, tags = NULL)
[required] The name of the filter to create.
[required] The ARN of the dataset group that the filter will belong to.
[required] The filter expression defines which items are included or excluded from recommendations. Filter expression must follow specific format rules. For information about filter expression structure and syntax, see Filter expressions.
A list of tags to apply to the filter.