Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.SystemContentBlock.Builder
Packages that use SystemContentBlock.Builder
-
Uses of SystemContentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SystemContentBlock.BuilderModifier and TypeMethodDescriptionstatic SystemContentBlock.BuilderSystemContentBlock.builder()default SystemContentBlock.BuilderSystemContentBlock.Builder.cachePoint(Consumer<CachePointBlock.Builder> cachePoint) CachePoint to include in the system prompt.SystemContentBlock.Builder.cachePoint(CachePointBlock cachePoint) CachePoint to include in the system prompt.default SystemContentBlock.BuilderSystemContentBlock.Builder.guardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) A content block to assess with the guardrail.SystemContentBlock.Builder.guardContent(GuardrailConverseContentBlock guardContent) A content block to assess with the guardrail.A system prompt for the model.SystemContentBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type SystemContentBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SystemContentBlock.Builder>SystemContentBlock.serializableBuilderClass()