Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CachePointBlock
Packages that use CachePointBlock
-
Uses of CachePointBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CachePointBlockModifier and TypeMethodDescriptionfinal CachePointBlockContentBlock.cachePoint()CachePoint to include in the message.final CachePointBlockSystemContentBlock.cachePoint()CachePoint to include in the system prompt.final CachePointBlockTool.cachePoint()CachePoint to include in the tool configuration.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CachePointBlockModifier and TypeMethodDescriptionContentBlock.Builder.cachePoint(CachePointBlock cachePoint) CachePoint to include in the message.SystemContentBlock.Builder.cachePoint(CachePointBlock cachePoint) CachePoint to include in the system prompt.Tool.Builder.cachePoint(CachePointBlock cachePoint) CachePoint to include in the tool configuration.static ContentBlockContentBlock.fromCachePoint(CachePointBlock cachePoint) Create an instance of this class withContentBlock.cachePoint()initialized to the given value.static SystemContentBlockSystemContentBlock.fromCachePoint(CachePointBlock cachePoint) Create an instance of this class withSystemContentBlock.cachePoint()initialized to the given value.static ToolTool.fromCachePoint(CachePointBlock cachePoint) Create an instance of this class withTool.cachePoint()initialized to the given value.