VertexMultimodalDatasetDestination

@Serializable
data class VertexMultimodalDatasetDestination(val bigqueryDestination: String? = null, val displayName: String? = null)

This class is experimental and may change in future versions.

The specification for an output Vertex AI multimodal dataset.

Constructors

Link copied to clipboard
constructor(bigqueryDestination: String? = null, displayName: String? = null)

Properties

Link copied to clipboard

The BigQuery destination for the multimodal dataset.

Link copied to clipboard
val displayName: String? = null

The display name of the multimodal dataset.