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.Builder
EmbedContentBatch.builder()
Instantiates a builder for EmbedContentBatch.abstract EmbedContentBatch.Builder
EmbedContentBatch.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.Builder
Setter for contents.abstract EmbedContentBatch.Builder
EmbedContentBatch.toBuilder()
Creates a builder with the same values as this instance.