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

GooglePrivacyDlpV2DiscoveryVertexDatasetConditions

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

Requirements that must be true before a dataset is profiled for the first time.

interface GooglePrivacyDlpV2DiscoveryVertexDatasetConditions {
createdAfter?: Date;
minAge?: number;
}

§Properties

§
createdAfter?: Date
[src]

Vertex AI dataset must have been created after this date. Used to avoid backfilling.

§
minAge?: number
[src]

Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.