Interface BigQuerySource

The BigQuery location for the input content. This data type is not supported in Gemini API.

interface BigQuerySource {
    inputUri?: string;
}

Properties

Properties

inputUri?: string

Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.