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

GooglePrivacyDlpV2DiscoveryVertexDatasetFilter

import type { GooglePrivacyDlpV2DiscoveryVertexDatasetFilter } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Determines what datasets will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID or dataset regex.

interface GooglePrivacyDlpV2DiscoveryVertexDatasetFilter {
vertexDatasetResourceReference?: GooglePrivacyDlpV2VertexDatasetResourceReference;
}

§Properties

§

A specific set of Vertex AI datasets for this filter to apply to.

§

Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

§

The dataset resource to scan. Targets including this can only include one target (the target with this dataset resource reference).