| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailContentFilterConfig |
GuardrailContentFilterConfig.clone() |
GuardrailContentFilterConfig |
GuardrailContentFilterConfig.withInputStrength(GuardrailFilterStrength inputStrength)
The strength of the content filter to apply to prompts.
|
GuardrailContentFilterConfig |
GuardrailContentFilterConfig.withInputStrength(String inputStrength)
The strength of the content filter to apply to prompts.
|
GuardrailContentFilterConfig |
GuardrailContentFilterConfig.withOutputStrength(GuardrailFilterStrength outputStrength)
The strength of the content filter to apply to model responses.
|
GuardrailContentFilterConfig |
GuardrailContentFilterConfig.withOutputStrength(String outputStrength)
The strength of the content filter to apply to model responses.
|
GuardrailContentFilterConfig |
GuardrailContentFilterConfig.withType(GuardrailContentFilterType type)
The harmful category that the content filter is applied to.
|
GuardrailContentFilterConfig |
GuardrailContentFilterConfig.withType(String type)
The harmful category that the content filter is applied to.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailContentFilterConfig> |
GuardrailContentPolicyConfig.getFiltersConfig()
Contains the type of the content filter and how strongly it should apply to prompts and model responses.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
GuardrailContentPolicyConfig.setFiltersConfig(Collection<GuardrailContentFilterConfig> filtersConfig)
Contains the type of the content filter and how strongly it should apply to prompts and model responses.
|
GuardrailContentPolicyConfig |
GuardrailContentPolicyConfig.withFiltersConfig(Collection<GuardrailContentFilterConfig> filtersConfig)
Contains the type of the content filter and how strongly it should apply to prompts and model responses.
|
Copyright © 2025. All rights reserved.