Uses of Class
com.google.genai.types.SlidingWindow
Packages that use SlidingWindow
-
Uses of SlidingWindow in com.google.genai.types
Methods in com.google.genai.types that return SlidingWindowModifier and TypeMethodDescriptionabstract SlidingWindowSlidingWindow.Builder.build()static SlidingWindowDeserializes a JSON string to a SlidingWindow object.Methods in com.google.genai.types that return types with arguments of type SlidingWindowModifier and TypeMethodDescriptionabstract Optional<SlidingWindow>ContextWindowCompressionConfig.slidingWindow()Sliding window compression mechanism.Methods in com.google.genai.types with parameters of type SlidingWindowModifier and TypeMethodDescriptionContextWindowCompressionConfig.Builder.slidingWindow(SlidingWindow slidingWindow) Setter for slidingWindow.