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