| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailTopic |
GuardrailTopic.clone() |
GuardrailTopic |
GuardrailTopic.withAction(GuardrailTopicPolicyAction action)
The action the guardrail should take when it intervenes on a topic.
|
GuardrailTopic |
GuardrailTopic.withAction(String action)
The action the guardrail should take when it intervenes on a topic.
|
GuardrailTopic |
GuardrailTopic.withName(String name)
The name for the guardrail.
|
GuardrailTopic |
GuardrailTopic.withType(GuardrailTopicType type)
The type behavior that the guardrail should perform when the model detects the topic.
|
GuardrailTopic |
GuardrailTopic.withType(String type)
The type behavior that the guardrail should perform when the model detects the topic.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailTopic> |
GuardrailTopicPolicyAssessment.getTopics()
The topics in the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailTopicPolicyAssessment |
GuardrailTopicPolicyAssessment.withTopics(GuardrailTopic... topics)
The topics in the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailTopicPolicyAssessment.setTopics(Collection<GuardrailTopic> topics)
The topics in the assessment.
|
GuardrailTopicPolicyAssessment |
GuardrailTopicPolicyAssessment.withTopics(Collection<GuardrailTopic> topics)
The topics in the assessment.
|
Copyright © 2025. All rights reserved.