GooglePrivacyDlpV2VertexDatasetDiscoveryTarget
import type { GooglePrivacyDlpV2VertexDatasetDiscoveryTarget } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Target used to match against for discovery with Vertex AI datasets.
interface GooglePrivacyDlpV2VertexDatasetDiscoveryTarget {
conditions?: GooglePrivacyDlpV2DiscoveryVertexDatasetConditions;
disabled?: GooglePrivacyDlpV2Disabled;
generationCadence?: GooglePrivacyDlpV2DiscoveryVertexDatasetGenerationCadence;
}§Properties
§
In addition to matching the filter, these conditions must be true before a profile is generated.
§
disabled?: GooglePrivacyDlpV2Disabled
[src]Disable profiling for datasets that match this filter.
§
Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset.
§
generationCadence?: GooglePrivacyDlpV2DiscoveryVertexDatasetGenerationCadence
[src]How often and when to update profiles. New datasets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.