Uses of Class
org.springframework.ai.google.genai.cache.GoogleGenAiCachedContent.Builder
Packages that use GoogleGenAiCachedContent.Builder
-
Uses of GoogleGenAiCachedContent.Builder in org.springframework.ai.google.genai.cache
Methods in org.springframework.ai.google.genai.cache that return GoogleGenAiCachedContent.BuilderModifier and TypeMethodDescriptionGoogleGenAiCachedContent.builder()GoogleGenAiCachedContent.Builder.createTime(Instant createTime) GoogleGenAiCachedContent.Builder.displayName(String displayName) GoogleGenAiCachedContent.Builder.expireTime(Instant expireTime) GoogleGenAiCachedContent.Builder.systemInstruction(com.google.genai.types.Content systemInstruction) GoogleGenAiCachedContent.Builder.updateTime(Instant updateTime) GoogleGenAiCachedContent.Builder.usageMetadata(com.google.genai.types.CachedContentUsageMetadata usageMetadata)