| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailTextBlock |
GuardrailTextBlock.clone() |
GuardrailTextBlock |
GuardrailContentBlock.getText()
Text within content block to be evaluated by the guardrail.
|
GuardrailTextBlock |
GuardrailTextBlock.withQualifiers(Collection<String> qualifiers)
The qualifiers describing the text block.
|
GuardrailTextBlock |
GuardrailTextBlock.withQualifiers(GuardrailContentQualifier... qualifiers)
The qualifiers describing the text block.
|
GuardrailTextBlock |
GuardrailTextBlock.withQualifiers(String... qualifiers)
The qualifiers describing the text block.
|
GuardrailTextBlock |
GuardrailTextBlock.withText(String text)
The input text details to be evaluated by the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailContentBlock.setText(GuardrailTextBlock text)
Text within content block to be evaluated by the guardrail.
|
GuardrailContentBlock |
GuardrailContentBlock.withText(GuardrailTextBlock text)
Text within content block to be evaluated by the guardrail.
|
Copyright © 2025. All rights reserved.