EmbeddingsBatchJobSource

@Serializable
data class EmbeddingsBatchJobSource(val fileName: String? = null, val inlinedRequests: EmbedContentBatch? = null)

Constructors

Link copied to clipboard
constructor(fileName: String? = null, inlinedRequests: EmbedContentBatch? = null)

Properties

Link copied to clipboard
val fileName: String? = null

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

Link copied to clipboard

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