Uses of Class
com.google.genai.types.EmbedContentBatch.Builder
Packages that use EmbedContentBatch.Builder
-
Uses of EmbedContentBatch.Builder in com.google.genai.types
Methods in com.google.genai.types that return EmbedContentBatch.BuilderModifier and TypeMethodDescriptionstatic EmbedContentBatch.BuilderEmbedContentBatch.builder()Instantiates a builder for EmbedContentBatch.abstract EmbedContentBatch.BuilderEmbedContentBatch.Builder.config(EmbedContentConfig config) Setter for config.EmbedContentBatch.Builder.config(EmbedContentConfig.Builder configBuilder) Setter for config builder.Setter for contents.EmbedContentBatch.Builder.contents(Content.Builder... contentsBuilders) Setter for contents builder.abstract EmbedContentBatch.BuilderSetter for contents.abstract EmbedContentBatch.BuilderEmbedContentBatch.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type EmbedContentBatch.BuilderModifier and TypeMethodDescriptionEmbeddingsBatchJobSource.Builder.inlinedRequests(EmbedContentBatch.Builder inlinedRequestsBuilder) Setter for inlinedRequests builder.