Uses of Class
com.google.genai.types.EmbedContentConfig.Builder
Packages that use EmbedContentConfig.Builder
-
Uses of EmbedContentConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return EmbedContentConfig.BuilderModifier and TypeMethodDescriptionabstract EmbedContentConfig.Builder
EmbedContentConfig.Builder.autoTruncate
(boolean autoTruncate) Setter for autoTruncate.static EmbedContentConfig.Builder
EmbedContentConfig.builder()
Instantiates a builder for EmbedContentConfig.abstract EmbedContentConfig.Builder
EmbedContentConfig.Builder.httpOptions
(HttpOptions httpOptions) Setter for httpOptions.EmbedContentConfig.Builder.httpOptions
(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.abstract EmbedContentConfig.Builder
Setter for mimeType.abstract EmbedContentConfig.Builder
EmbedContentConfig.Builder.outputDimensionality
(Integer outputDimensionality) Setter for outputDimensionality.abstract EmbedContentConfig.Builder
Setter for taskType.abstract EmbedContentConfig.Builder
Setter for title.abstract EmbedContentConfig.Builder
EmbedContentConfig.toBuilder()
Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type EmbedContentConfig.BuilderModifier and TypeMethodDescriptionEmbedContentBatch.Builder.config
(EmbedContentConfig.Builder configBuilder) Setter for config builder.EmbedContentParameters.Builder.config
(EmbedContentConfig.Builder configBuilder) Setter for config builder.