Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateFilterRequest

import type { CreateFilterRequest } from "https://aws-api.deno.dev/v0.4/services/personalize.ts?docs=full";
interface CreateFilterRequest {
datasetGroupArn: string;
filterExpression: string;
name: string;
tags?: Tag[] | null;
}

§Properties

§
datasetGroupArn: string
[src]

The ARN of the dataset group that the filter will belong to.

§
filterExpression: string
[src]

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.

§
name: string
[src]

The name of the filter to create.

§
tags?: Tag[] | null
[src]

A list of tags to apply to the filter.