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 {
collection?: GooglePrivacyDlpV2VertexDatasetCollection;
others?: GooglePrivacyDlpV2AllOtherResources;
vertexDatasetResourceReference?: GooglePrivacyDlpV2VertexDatasetResourceReference;
}§Properties
§
collection?: GooglePrivacyDlpV2VertexDatasetCollection
[src]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.
§
vertexDatasetResourceReference?: GooglePrivacyDlpV2VertexDatasetResourceReference
[src]The dataset resource to scan. Targets including this can only include one target (the target with this dataset resource reference).