Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailConverseContentBlock.Builder
Packages that use GuardrailConverseContentBlock.Builder
-
Uses of GuardrailConverseContentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailConverseContentBlock.BuilderModifier and TypeMethodDescriptionGuardrailConverseContentBlock.builder()GuardrailConverseContentBlock.Builder.image(Consumer<GuardrailConverseImageBlock.Builder> image) Image within converse content block to be evaluated by the guardrail.GuardrailConverseContentBlock.Builder.image(GuardrailConverseImageBlock image) Image within converse content block to be evaluated by the guardrail.GuardrailConverseContentBlock.Builder.text(Consumer<GuardrailConverseTextBlock.Builder> text) The text to guard.GuardrailConverseContentBlock.Builder.text(GuardrailConverseTextBlock text) The text to guard.GuardrailConverseContentBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailConverseContentBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailConverseContentBlock.Builder>GuardrailConverseContentBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailConverseContentBlock.BuilderModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromGuardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) Create an instance of this class withContentBlock.guardContent()initialized to the given value.static SystemContentBlockSystemContentBlock.fromGuardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) Create an instance of this class withSystemContentBlock.guardContent()initialized to the given value.default ContentBlock.BuilderContentBlock.Builder.guardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) Contains the content to assess with the guardrail.default SystemContentBlock.BuilderSystemContentBlock.Builder.guardContent(Consumer<GuardrailConverseContentBlock.Builder> guardContent) A content block to assess with the guardrail.