Class: Aws::Types::AutomatedReasoningPolicyFidelityReport
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyFidelityReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accuracy_score ⇒ ::Float
Returns the value of attribute accuracy_score.
-
#coverage_score ⇒ ::Float
Returns the value of attribute coverage_score.
-
#document_sources ⇒ ::Array[Types::AutomatedReasoningPolicyReportSourceDocument]
Returns the value of attribute document_sources.
-
#rule_reports ⇒ ::Hash[::String, Types::AutomatedReasoningPolicyRuleReport]
Returns the value of attribute rule_reports.
-
#variable_reports ⇒ ::Hash[::String, Types::AutomatedReasoningPolicyVariableReport]
Returns the value of attribute variable_reports.
Instance Attribute Details
#accuracy_score ⇒ ::Float
Returns the value of attribute accuracy_score.
550 551 552 |
# File 'sig/types.rbs', line 550 def accuracy_score @accuracy_score end |
#coverage_score ⇒ ::Float
Returns the value of attribute coverage_score.
549 550 551 |
# File 'sig/types.rbs', line 549 def coverage_score @coverage_score end |
#document_sources ⇒ ::Array[Types::AutomatedReasoningPolicyReportSourceDocument]
Returns the value of attribute document_sources.
553 554 555 |
# File 'sig/types.rbs', line 553 def document_sources @document_sources end |
#rule_reports ⇒ ::Hash[::String, Types::AutomatedReasoningPolicyRuleReport]
Returns the value of attribute rule_reports.
551 552 553 |
# File 'sig/types.rbs', line 551 def rule_reports @rule_reports end |
#variable_reports ⇒ ::Hash[::String, Types::AutomatedReasoningPolicyVariableReport]
Returns the value of attribute variable_reports.
552 553 554 |
# File 'sig/types.rbs', line 552 def variable_reports @variable_reports end |