GooglePrivacyDlpV2VertexDatasetResourceReference
import type { GooglePrivacyDlpV2VertexDatasetResourceReference } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Identifies a single Vertex AI dataset.
interface GooglePrivacyDlpV2VertexDatasetResourceReference {
datasetResourceName?: string;
}