Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.SystemContentBlock
-
Packages that use SystemContentBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of SystemContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SystemContentBlock Modifier and Type Method Description 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 SystemContentBlockSystemContentBlock. fromText(String text)Create 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 SystemContentBlock Modifier and Type Method Description List<SystemContentBlock>ConverseRequest. system()A system prompt to pass to the model.List<SystemContentBlock>ConverseStreamRequest. system()A system prompt to send to the model.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type SystemContentBlock Modifier and Type Method Description ConverseRequest.BuilderConverseRequest.Builder. system(SystemContentBlock... system)A system prompt to pass to the model.ConverseStreamRequest.BuilderConverseStreamRequest.Builder. system(SystemContentBlock... system)A system prompt to send to the model.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type SystemContentBlock Modifier and Type Method Description ConverseRequest.BuilderConverseRequest.Builder. system(Collection<SystemContentBlock> system)A system prompt to pass to the model.ConverseStreamRequest.BuilderConverseStreamRequest.Builder. system(Collection<SystemContentBlock> system)A system prompt to send to the model.
-