Interface BatchJobSource

Config for src parameter.

interface BatchJobSource {
    bigqueryUri?: string;
    fileName?: string;
    format?: string;
    gcsUri?: string[];
    inlinedRequests?: InlinedRequest[];
}

Properties

bigqueryUri?: string

The BigQuery URI to input table.

fileName?: string

The Gemini Developer API's file resource name of the input data (e.g. "files/12345").

format?: string

Storage format of the input files. Must be one of: 'jsonl', 'bigquery'.

gcsUri?: string[]

The Google Cloud Storage URIs to input files.

inlinedRequests?: InlinedRequest[]

The Gemini Developer API's inlined input data to run batch job.