View source: R/personalize_operations.R
personalize_create_filter | R Documentation |
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)
name |
[required] The name of the filter to create. |
datasetGroupArn |
[required] The ARN of the dataset group that the filter will belong to. |
filterExpression |
[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. |
tags |
A list of tags to apply to the filter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.