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 RetrievalConfigRetrievalConfig.Builder.build()static RetrievalConfigDeserializes 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.BuilderToolConfig.Builder.retrievalConfig(RetrievalConfig retrievalConfig) Setter for retrievalConfig.