Interface EmbeddingsBatchJobSource

interface EmbeddingsBatchJobSource {
    fileName?: string;
    inlinedRequests?: EmbedContentBatch;
}

Properties

fileName?: string

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

inlinedRequests?: EmbedContentBatch

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