Class: Aws::Types::GuardrailAutomatedReasoningPolicyConfig
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAutomatedReasoningPolicyConfig
- 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.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def confidence_threshold @confidence_threshold end |
#policies ⇒ ::Array[::String]
Returns the value of attribute policies.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def policies @policies end |