Package com.google.genai.types
Class EmbeddingsBatchJobSource
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.EmbeddingsBatchJobSource
None
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for EmbeddingsBatchJobSource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for EmbeddingsBatchJobSource.fileName()The Gemini Developer API's file resource name of the input data (e.g.static EmbeddingsBatchJobSourceDeserializes a JSON string to a EmbeddingsBatchJobSource object.abstract Optional<EmbedContentBatch>The Gemini Developer API's inlined input data to run batch job.abstract EmbeddingsBatchJobSource.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
EmbeddingsBatchJobSource
public EmbeddingsBatchJobSource()
-
-
Method Details
-
fileName
The Gemini Developer API's file resource name of the input data (e.g. "files/12345"). -
inlinedRequests
The Gemini Developer API's inlined input data to run batch job. -
builder
Instantiates a builder for EmbeddingsBatchJobSource. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a EmbeddingsBatchJobSource object.
-