Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailConverseContentBlock
-
Packages that use GuardrailConverseContentBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailConverseContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailConverseContentBlock Modifier and Type Method Description static GuardrailConverseContentBlockGuardrailConverseContentBlock. fromImage(Consumer<GuardrailConverseImageBlock.Builder> image)Create an instance of this class withimage()initialized to the given value.static GuardrailConverseContentBlockGuardrailConverseContentBlock. fromImage(GuardrailConverseImageBlock image)Create an instance of this class withimage()initialized to the given value.static GuardrailConverseContentBlockGuardrailConverseContentBlock. fromText(Consumer<GuardrailConverseTextBlock.Builder> text)Create an instance of this class withtext()initialized to the given value.static GuardrailConverseContentBlockGuardrailConverseContentBlock. fromText(GuardrailConverseTextBlock text)Create an instance of this class withtext()initialized to the given value.GuardrailConverseContentBlockContentBlock. guardContent()Contains the content to assess with the guardrail.GuardrailConverseContentBlockSystemContentBlock. guardContent()A content block to assess with the guardrail.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailConverseContentBlock Modifier and Type Method Description static 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.BuilderContentBlock.Builder. guardContent(GuardrailConverseContentBlock guardContent)Contains the content to assess with the guardrail.SystemContentBlock.BuilderSystemContentBlock.Builder. guardContent(GuardrailConverseContentBlock guardContent)A content block to assess with the guardrail.
-