Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.SystemContentBlock.Builder
-
Packages that use SystemContentBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of SystemContentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SystemContentBlock.Builder Modifier and Type Method Description static SystemContentBlock.BuilderSystemContentBlock. builder()default SystemContentBlock.BuilderSystemContentBlock.Builder. guardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent)A content block to assess with the guardrail.SystemContentBlock.BuilderSystemContentBlock.Builder. guardContent(GuardrailConverseContentBlock guardContent)A content block to assess with the guardrail.SystemContentBlock.BuilderSystemContentBlock.Builder. text(String text)A system prompt for the model.SystemContentBlock.BuilderSystemContentBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type SystemContentBlock.Builder Modifier and Type Method Description static Class<? extends SystemContentBlock.Builder>SystemContentBlock. serializableBuilderClass()
-