Uses of Class
com.google.genai.types.EmbedContentConfig
Packages that use EmbedContentConfig
-
Uses of EmbedContentConfig in com.google.genai
Methods in com.google.genai with parameters of type EmbedContentConfigModifier and TypeMethodDescriptionAsyncModels.embedContent(String model, String text, EmbedContentConfig config) Asynchronously embeds content given a GenAI model and a text string.AsyncModels.embedContent(String model, List<String> texts, EmbedContentConfig config) Asynchronously embeds content given a GenAI model and a list of text strings.Models.embedContent(String model, String text, EmbedContentConfig config) Embeds content given a GenAI model and a text string.Models.embedContent(String model, List<String> texts, EmbedContentConfig config) Embeds content given a GenAI model and a list of text strings. -
Uses of EmbedContentConfig in com.google.genai.types
Methods in com.google.genai.types that return EmbedContentConfigModifier and TypeMethodDescriptionabstract EmbedContentConfigEmbedContentConfig.Builder.build()static EmbedContentConfigDeserializes a JSON string to a EmbedContentConfig object.Methods in com.google.genai.types that return types with arguments of type EmbedContentConfigModifier and TypeMethodDescriptionabstract Optional<EmbedContentConfig>EmbedContentBatch.config()Configuration that contains optional parameters.abstract Optional<EmbedContentConfig>EmbedContentParameters.config()Configuration that contains optional parameters.Methods in com.google.genai.types with parameters of type EmbedContentConfigModifier and TypeMethodDescriptionabstract EmbedContentBatch.BuilderEmbedContentBatch.Builder.config(EmbedContentConfig config) Setter for config.abstract EmbedContentParameters.BuilderEmbedContentParameters.Builder.config(EmbedContentConfig config) Setter for config.