Skip to content

GuardrailContentFilterStrength

Bases: StrEnum

Source code in src/aws_sdk_bedrock_runtime/models.py
3602
3603
3604
3605
3606
class GuardrailContentFilterStrength(StrEnum):
    NONE = "NONE"
    LOW = "LOW"
    MEDIUM = "MEDIUM"
    HIGH = "HIGH"

Attributes

HIGH class-attribute instance-attribute

HIGH = 'HIGH'

LOW class-attribute instance-attribute

LOW = 'LOW'

MEDIUM class-attribute instance-attribute

MEDIUM = 'MEDIUM'

NONE class-attribute instance-attribute

NONE = 'NONE'