personalize_create_filter: Creates a recommendation filter

View source: R/personalize_operations.R

personalize_create_filterR Documentation

Creates a recommendation filter

Description

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.

Usage

personalize_create_filter(name, datasetGroupArn, filterExpression, tags = NULL)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.