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. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
BigQuery source table.
End of mutually exclusive fields.
| 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 } |