Uses of Class
com.google.genai.types.ContextWindowCompressionConfig
Packages that use ContextWindowCompressionConfig
-
Uses of ContextWindowCompressionConfig in com.google.genai.types
Methods in com.google.genai.types that return ContextWindowCompressionConfigModifier and TypeMethodDescriptionabstract ContextWindowCompressionConfig
ContextWindowCompressionConfig.Builder.build()
Deserializes a JSON string to a ContextWindowCompressionConfig object.Methods in com.google.genai.types that return types with arguments of type ContextWindowCompressionConfigModifier and TypeMethodDescriptionabstract Optional<ContextWindowCompressionConfig>
LiveClientSetup.contextWindowCompression()
Configures context window compression mechanism.abstract Optional<ContextWindowCompressionConfig>
LiveConnectConfig.contextWindowCompression()
Configures context window compression mechanism.Methods in com.google.genai.types with parameters of type ContextWindowCompressionConfigModifier and TypeMethodDescriptionabstract LiveClientSetup.Builder
LiveClientSetup.Builder.contextWindowCompression
(ContextWindowCompressionConfig contextWindowCompression) Setter for contextWindowCompression.abstract LiveConnectConfig.Builder
LiveConnectConfig.Builder.contextWindowCompression
(ContextWindowCompressionConfig contextWindowCompression) Setter for contextWindowCompression.