GoogleCloudAiplatformV1VertexMultimodalDatasetDestination
import type { GoogleCloudAiplatformV1VertexMultimodalDatasetDestination } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";The details for a Vertex Multimodal Dataset output.
interface GoogleCloudAiplatformV1VertexMultimodalDatasetDestination {
bigqueryDestination?: GoogleCloudAiplatformV1BigQueryDestination;
displayName?: string;
}§Properties
§
bigqueryDestination?: GoogleCloudAiplatformV1BigQueryDestination
[src]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.