The metadata of Multimodal Datasets.
Specifies the input source and configuration.
The configuration for how to read Gemini requests from the dataset.
keyColumnNamestring
The name of the column in the BigQuery table that contains the keys of the rows.
| JSON representation |
|---|
{ "inputConfig": { object ( |
MultimodalDatasetInputConfig
Specifies the input source and configuration.
sourceUnion type
The source of the input. We only support BigQuery as source for now.
source can be only one of the following:BigQuery source table.
| JSON representation |
|---|
{
// source
"bigquerySource": {
object ( |
BigQuerySource
Specifies the BigQuery source.
uristring
The URI of a BigQuery table. e.g. bq://project.bqDataset.bqTable
| JSON representation |
|---|
{ "uri": string } |