Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailConverseContentBlock
Packages that use GuardrailConverseContentBlock
-
Uses of GuardrailConverseContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailConverseContentBlockModifier and TypeMethodDescriptionGuardrailConverseContentBlock.fromImage(Consumer<GuardrailConverseImageBlock.Builder> image) Create an instance of this class withimage()initialized to the given value.GuardrailConverseContentBlock.fromImage(GuardrailConverseImageBlock image) Create an instance of this class withimage()initialized to the given value.GuardrailConverseContentBlock.fromText(Consumer<GuardrailConverseTextBlock.Builder> text) Create an instance of this class withtext()initialized to the given value.GuardrailConverseContentBlock.fromText(GuardrailConverseTextBlock text) Create an instance of this class withtext()initialized to the given value.ContentBlock.guardContent()Contains the content to assess with the guardrail.SystemContentBlock.guardContent()A content block to assess with the guardrail.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailConverseContentBlockModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromGuardContent(GuardrailConverseContentBlock guardContent) Create an instance of this class withContentBlock.guardContent()initialized to the given value.static SystemContentBlockSystemContentBlock.fromGuardContent(GuardrailConverseContentBlock guardContent) Create an instance of this class withSystemContentBlock.guardContent()initialized to the given value.ContentBlock.Builder.guardContent(GuardrailConverseContentBlock guardContent) Contains the content to assess with the guardrail.SystemContentBlock.Builder.guardContent(GuardrailConverseContentBlock guardContent) A content block to assess with the guardrail.