Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CachePointBlock
-
Packages that use CachePointBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CachePointBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CachePointBlock Modifier and Type Method Description CachePointBlockContentBlock. cachePoint()CachePoint to include in the message.CachePointBlockSystemContentBlock. cachePoint()CachePoint to include in the system prompt.CachePointBlockTool. cachePoint()CachePoint to include in the tool configuration.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CachePointBlock Modifier and Type Method Description ContentBlock.BuilderContentBlock.Builder. cachePoint(CachePointBlock cachePoint)CachePoint to include in the message.SystemContentBlock.BuilderSystemContentBlock.Builder. cachePoint(CachePointBlock cachePoint)CachePoint to include in the system prompt.Tool.BuilderTool.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.
-