| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailContentPolicyConfig |
GuardrailContentPolicyConfig.clone() |
GuardrailContentPolicyConfig |
UpdateGuardrailRequest.getContentPolicyConfig()
The content policy to configure for the guardrail.
|
GuardrailContentPolicyConfig |
CreateGuardrailRequest.getContentPolicyConfig()
The content filter policies to configure for the guardrail.
|
GuardrailContentPolicyConfig |
GuardrailContentPolicyConfig.withFiltersConfig(Collection<GuardrailContentFilterConfig> filtersConfig)
Contains the type of the content filter and how strongly it should apply to prompts and model responses.
|
GuardrailContentPolicyConfig |
GuardrailContentPolicyConfig.withFiltersConfig(GuardrailContentFilterConfig... filtersConfig)
Contains the type of the content filter and how strongly it should apply to prompts and model responses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGuardrailRequest.setContentPolicyConfig(GuardrailContentPolicyConfig contentPolicyConfig)
The content policy to configure for the guardrail.
|
void |
CreateGuardrailRequest.setContentPolicyConfig(GuardrailContentPolicyConfig contentPolicyConfig)
The content filter policies to configure for the guardrail.
|
UpdateGuardrailRequest |
UpdateGuardrailRequest.withContentPolicyConfig(GuardrailContentPolicyConfig contentPolicyConfig)
The content policy to configure for the guardrail.
|
CreateGuardrailRequest |
CreateGuardrailRequest.withContentPolicyConfig(GuardrailContentPolicyConfig contentPolicyConfig)
The content filter policies to configure for the guardrail.
|
Copyright © 2024. All rights reserved.