Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailTextBlock
Packages that use GuardrailTextBlock
-
Uses of GuardrailTextBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailTextBlockModifier and TypeMethodDescriptionfinal GuardrailTextBlockGuardrailContentBlock.text()Text within content block to be evaluated by the guardrail.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailTextBlockModifier and TypeMethodDescriptionstatic GuardrailContentBlockGuardrailContentBlock.fromText(GuardrailTextBlock text) Create an instance of this class withGuardrailContentBlock.text()initialized to the given value.GuardrailContentBlock.Builder.text(GuardrailTextBlock text) Text within content block to be evaluated by the guardrail.