Class: Aws::Types::AutomatedReasoningPolicyRuleReport
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyRuleReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accuracy_justification ⇒ ::String
Returns the value of attribute accuracy_justification.
-
#accuracy_score ⇒ ::Float
Returns the value of attribute accuracy_score.
-
#grounding_justifications ⇒ ::Array[::String]
Returns the value of attribute grounding_justifications.
-
#grounding_statements ⇒ ::Array[Types::AutomatedReasoningPolicyStatementReference]
Returns the value of attribute grounding_statements.
-
#rule ⇒ ::String
Returns the value of attribute rule.
Instance Attribute Details
#accuracy_justification ⇒ ::String
Returns the value of attribute accuracy_justification.
643 644 645 |
# File 'sig/types.rbs', line 643 def accuracy_justification @accuracy_justification end |
#accuracy_score ⇒ ::Float
Returns the value of attribute accuracy_score.
642 643 644 |
# File 'sig/types.rbs', line 642 def accuracy_score @accuracy_score end |
#grounding_justifications ⇒ ::Array[::String]
Returns the value of attribute grounding_justifications.
641 642 643 |
# File 'sig/types.rbs', line 641 def grounding_justifications @grounding_justifications end |
#grounding_statements ⇒ ::Array[Types::AutomatedReasoningPolicyStatementReference]
Returns the value of attribute grounding_statements.
640 641 642 |
# File 'sig/types.rbs', line 640 def grounding_statements @grounding_statements end |
#rule ⇒ ::String
Returns the value of attribute rule.
639 640 641 |
# File 'sig/types.rbs', line 639 def rule @rule end |