Interface VertexMultimodalDatasetDestination

This class is experimental and may change in future versions.

The specification for an output Vertex AI multimodal dataset.

interface VertexMultimodalDatasetDestination {
    bigqueryDestination?: string;
    displayName?: string;
}

Properties

bigqueryDestination?: string

The BigQuery destination for the multimodal dataset.

displayName?: string

The display name of the multimodal dataset.