Uses of Class
com.google.genai.types.EmbedContentBatch
Packages that use EmbedContentBatch
-
Uses of EmbedContentBatch in com.google.genai.types
Methods in com.google.genai.types that return EmbedContentBatchModifier and TypeMethodDescriptionabstract EmbedContentBatchEmbedContentBatch.Builder.build()static EmbedContentBatchDeserializes a JSON string to a EmbedContentBatch object.Methods in com.google.genai.types that return types with arguments of type EmbedContentBatchModifier and TypeMethodDescriptionabstract Optional<EmbedContentBatch>EmbeddingsBatchJobSource.inlinedRequests()The Gemini Developer API's inlined input data to run batch job.Methods in com.google.genai.types with parameters of type EmbedContentBatchModifier and TypeMethodDescriptionabstract EmbeddingsBatchJobSource.BuilderEmbeddingsBatchJobSource.Builder.inlinedRequests(EmbedContentBatch inlinedRequests) Setter for inlinedRequests.