| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailTopicPolicyConfig |
GuardrailTopicPolicyConfig.clone() |
GuardrailTopicPolicyConfig |
UpdateGuardrailRequest.getTopicPolicyConfig()
The topic policy to configure for the guardrail.
|
GuardrailTopicPolicyConfig |
CreateGuardrailRequest.getTopicPolicyConfig()
The topic policies to configure for the guardrail.
|
GuardrailTopicPolicyConfig |
GuardrailTopicPolicyConfig.withTopicsConfig(Collection<GuardrailTopicConfig> topicsConfig)
A list of policies related to topics that the guardrail should deny.
|
GuardrailTopicPolicyConfig |
GuardrailTopicPolicyConfig.withTopicsConfig(GuardrailTopicConfig... topicsConfig)
A list of policies related to topics that the guardrail should deny.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGuardrailRequest.setTopicPolicyConfig(GuardrailTopicPolicyConfig topicPolicyConfig)
The topic policy to configure for the guardrail.
|
void |
CreateGuardrailRequest.setTopicPolicyConfig(GuardrailTopicPolicyConfig topicPolicyConfig)
The topic policies to configure for the guardrail.
|
UpdateGuardrailRequest |
UpdateGuardrailRequest.withTopicPolicyConfig(GuardrailTopicPolicyConfig topicPolicyConfig)
The topic policy to configure for the guardrail.
|
CreateGuardrailRequest |
CreateGuardrailRequest.withTopicPolicyConfig(GuardrailTopicPolicyConfig topicPolicyConfig)
The topic policies to configure for the guardrail.
|
Copyright © 2024. All rights reserved.