| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static GuardrailFilterStrength |
GuardrailFilterStrength.fromValue(String value)
Use this in place of valueOf.
|
static GuardrailFilterStrength |
GuardrailFilterStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuardrailFilterStrength[] |
GuardrailFilterStrength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailContentFilter |
GuardrailContentFilter.withInputStrength(GuardrailFilterStrength inputStrength)
The strength of the content filter to apply to prompts.
|
GuardrailContentFilterConfig |
GuardrailContentFilterConfig.withInputStrength(GuardrailFilterStrength inputStrength)
The strength of the content filter to apply to prompts.
|
GuardrailContentFilter |
GuardrailContentFilter.withOutputStrength(GuardrailFilterStrength outputStrength)
The strength of the content filter to apply to model responses.
|
GuardrailContentFilterConfig |
GuardrailContentFilterConfig.withOutputStrength(GuardrailFilterStrength outputStrength)
The strength of the content filter to apply to model responses.
|
Copyright © 2025. All rights reserved.