Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SystemContentBlock
Packages that use SystemContentBlock
-
Uses of SystemContentBlock in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SystemContentBlockModifier and TypeMethodDescriptionstatic SystemContentBlockSystemContentBlock.fromCachePoint(Consumer<CachePointBlock.Builder> cachePoint) Create an instance of this class withcachePoint()initialized to the given value.static SystemContentBlockSystemContentBlock.fromCachePoint(CachePointBlock cachePoint) Create an instance of this class withcachePoint()initialized to the given value.static SystemContentBlockCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type SystemContentBlockModifier and TypeMethodDescriptionfinal List<SystemContentBlock>ChatPromptTemplateConfiguration.system()Contains system prompts to provide context to the model or to describe how it should behave.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SystemContentBlockModifier and TypeMethodDescriptionChatPromptTemplateConfiguration.Builder.system(SystemContentBlock... system) Contains system prompts to provide context to the model or to describe how it should behave.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type SystemContentBlockModifier and TypeMethodDescriptionChatPromptTemplateConfiguration.Builder.system(Collection<SystemContentBlock> system) Contains system prompts to provide context to the model or to describe how it should behave.