Class CachedContentRequest.Builder
java.lang.Object
org.springframework.ai.google.genai.cache.CachedContentRequest.Builder
- Enclosing class:
- CachedContentRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddContent
(com.google.genai.types.Content content) addTextContent
(String text) build()
displayName
(String displayName) expireTime
(Instant expireTime) systemInstruction
(com.google.genai.types.Content systemInstruction) systemInstruction
(String instruction)
-
Method Details
-
model
-
displayName
-
contents
-
addContent
-
addTextContent
-
systemInstruction
public CachedContentRequest.Builder systemInstruction(com.google.genai.types.Content systemInstruction) -
systemInstruction
-
ttl
-
expireTime
-
build
-