class Aws::Personalize::Types::CreateFilterRequest

@note When making an API call, you may pass CreateFilterRequest

data as a hash:

    {
      name: "Name", # required
      dataset_group_arn: "Arn", # required
      filter_expression: "FilterExpression", # required
    }

@!attribute [rw] name

The name of the filter to create.
@return [String]

@!attribute [rw] dataset_group_arn

The ARN of the dataset group that the filter will belong to.
@return [String]

@!attribute [rw] filter_expression

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CreateFilterRequest AWS API Documentation

Constants

SENSITIVE