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 ContextWindowCompressionConfigContextWindowCompressionConfig.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.BuilderLiveClientSetup.Builder.contextWindowCompression(ContextWindowCompressionConfig contextWindowCompression) Setter for contextWindowCompression.abstract LiveConnectConfig.BuilderLiveConnectConfig.Builder.contextWindowCompression(ContextWindowCompressionConfig contextWindowCompression) Setter for contextWindowCompression.