Configuration for how to read Gemini requests from a multimodal dataset.
read_configUnion type
The read config for the dataset. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
Gemini request template with placeholders.
assembledRequestColumnNamestring
Optional. column name in the dataset table that contains already fully assembled Gemini requests.
End of mutually exclusive fields.
| JSON representation |
|---|
{
// read_config
"templateConfig": {
object ( |
GeminiTemplateConfig
Template configuration to create Gemini examples from a multimodal dataset.
Required. The template that will be used for assembling the request to use for downstream applications.
fieldMappingmap (key: string, value: string)
Required. Map of template parameters to the columns in the dataset table.
| JSON representation |
|---|
{
"geminiExample": {
object ( |