Uses of Class
com.google.genai.types.RetrievalConfig
Packages that use RetrievalConfig
-
Uses of RetrievalConfig in com.google.genai.types
Methods in com.google.genai.types that return RetrievalConfigModifier and TypeMethodDescriptionabstract RetrievalConfig
RetrievalConfig.Builder.build()
static RetrievalConfig
Deserializes a JSON string to a RetrievalConfig object.Methods in com.google.genai.types that return types with arguments of type RetrievalConfigModifier and TypeMethodDescriptionabstract Optional<RetrievalConfig>
ToolConfig.retrievalConfig()
Optional.Methods in com.google.genai.types with parameters of type RetrievalConfigModifier and TypeMethodDescriptionabstract ToolConfig.Builder
ToolConfig.Builder.retrievalConfig
(RetrievalConfig retrievalConfig) Setter for retrievalConfig.