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

GoogleCloudAiplatformV1VertexMultimodalDatasetDestination

import type { GoogleCloudAiplatformV1VertexMultimodalDatasetDestination } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

The details for a Vertex Multimodal Dataset output.

interface GoogleCloudAiplatformV1VertexMultimodalDatasetDestination {
displayName?: string;
}

§Properties

§

Optional. The destination of the underlying BigQuery table that will be created for the output Multimodal Dataset. If not specified, the BigQuery table will be created in a default BigQuery dataset.

§
displayName?: string
[src]

Optional. Display name of the output dataset.