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.3/services/personalize.ts?docs=full";
interface CreateFilterRequest {
datasetGroupArn: string;
filterExpression: string;
name: string;
}

§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.