Skip to content

GuardrailContentFilterConfidence

Bases: StrEnum

Source code in src/aws_sdk_bedrock_runtime/models.py
3595
3596
3597
3598
3599
class GuardrailContentFilterConfidence(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'