| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailOutputContent |
GuardrailOutputContent.clone() |
GuardrailOutputContent |
GuardrailOutputContent.withText(String text)
The specific text for the output content produced by the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailOutputContent> |
ApplyGuardrailResult.getOutputs()
The output details in the response from the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
ApplyGuardrailResult |
ApplyGuardrailResult.withOutputs(GuardrailOutputContent... outputs)
The output details in the response from the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplyGuardrailResult.setOutputs(Collection<GuardrailOutputContent> outputs)
The output details in the response from the guardrail.
|
ApplyGuardrailResult |
ApplyGuardrailResult.withOutputs(Collection<GuardrailOutputContent> outputs)
The output details in the response from the guardrail.
|
Copyright © 2024. All rights reserved.