Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SystemContentBlock
-
Packages that use SystemContentBlock Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of SystemContentBlock in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SystemContentBlock Modifier and Type Method Description static 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 SystemContentBlockSystemContentBlock. fromText(String text)Create 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 SystemContentBlock Modifier and Type Method Description 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 SystemContentBlock Modifier and Type Method Description ChatPromptTemplateConfiguration.BuilderChatPromptTemplateConfiguration.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 SystemContentBlock Modifier and Type Method Description ChatPromptTemplateConfiguration.BuilderChatPromptTemplateConfiguration.Builder. system(Collection<SystemContentBlock> system)Contains system prompts to provide context to the model or to describe how it should behave.
-