Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.SystemContentBlock
Packages that use SystemContentBlock
-
Uses of SystemContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.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 SystemContentBlockSystemContentBlock.fromGuardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) Create an instance of this class withguardContent()initialized to the given value.static SystemContentBlockSystemContentBlock.fromGuardContent(GuardrailConverseContentBlock guardContent) Create an instance of this class withguardContent()initialized to the given value.static SystemContentBlockCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type SystemContentBlockModifier and TypeMethodDescriptionfinal List<SystemContentBlock>ConverseRequest.system()A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.final List<SystemContentBlock>ConverseStreamRequest.system()A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.final List<SystemContentBlock>ConverseTokensRequest.system()The system content blocks to count tokens for.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type SystemContentBlockModifier and TypeMethodDescriptionConverseRequest.Builder.system(SystemContentBlock... system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseStreamRequest.Builder.system(SystemContentBlock... system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseTokensRequest.Builder.system(SystemContentBlock... system) The system content blocks to count tokens for.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type SystemContentBlockModifier and TypeMethodDescriptionConverseRequest.Builder.system(Collection<SystemContentBlock> system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseStreamRequest.Builder.system(Collection<SystemContentBlock> system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseTokensRequest.Builder.system(Collection<SystemContentBlock> system) The system content blocks to count tokens for.