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()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()
-