Class: Aws::Types::GuardrailAutomatedReasoningPolicy
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAutomatedReasoningPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence_threshold ⇒ ::Float
Returns the value of attribute confidence_threshold.
-
#policies ⇒ ::Array[::String]
Returns the value of attribute policies.
Instance Attribute Details
#confidence_threshold ⇒ ::Float
Returns the value of attribute confidence_threshold.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def confidence_threshold @confidence_threshold end |
#policies ⇒ ::Array[::String]
Returns the value of attribute policies.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def policies @policies end |