Class: Aws::Types::ToxicLabels
- Inherits:
-
Object
- Object
- Aws::Types::ToxicLabels
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#labels ⇒ ::Array[Types::ToxicContent]
Returns the value of attribute labels.
-
#toxicity ⇒ ::Float
Returns the value of attribute toxicity.
Instance Attribute Details
#labels ⇒ ::Array[Types::ToxicContent]
Returns the value of attribute labels.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def labels @labels end |
#toxicity ⇒ ::Float
Returns the value of attribute toxicity.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def toxicity @toxicity end |