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

GooglePrivacyDlpV2VertexDatasetResourceReference

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

Identifies a single Vertex AI resource. Only datasets are supported.

interface GooglePrivacyDlpV2VertexDatasetResourceReference {
datasetResourceName?: string;
}

§Properties

§
datasetResourceName?: string
[src]

Required. The name of the Vertex AI resource. If set within a project-level configuration, the specified resource must be within the project. Examples: * projects/{project}/locations/{location}/datasets/{dataset}