Class: Aws::Types::AutomatedReasoningCheckTranslation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningCheckTranslation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claims ⇒ ::Array[Types::AutomatedReasoningLogicStatement]
Returns the value of attribute claims.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#premises ⇒ ::Array[Types::AutomatedReasoningLogicStatement]
Returns the value of attribute premises.
-
#untranslated_claims ⇒ ::Array[Types::AutomatedReasoningCheckInputTextReference]
Returns the value of attribute untranslated_claims.
-
#untranslated_premises ⇒ ::Array[Types::AutomatedReasoningCheckInputTextReference]
Returns the value of attribute untranslated_premises.
Instance Attribute Details
#claims ⇒ ::Array[Types::AutomatedReasoningLogicStatement]
Returns the value of attribute claims.
171 172 173 |
# File 'sig/types.rbs', line 171 def claims @claims end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
174 175 176 |
# File 'sig/types.rbs', line 174 def confidence @confidence end |
#premises ⇒ ::Array[Types::AutomatedReasoningLogicStatement]
Returns the value of attribute premises.
170 171 172 |
# File 'sig/types.rbs', line 170 def premises @premises end |
#untranslated_claims ⇒ ::Array[Types::AutomatedReasoningCheckInputTextReference]
Returns the value of attribute untranslated_claims.
173 174 175 |
# File 'sig/types.rbs', line 173 def untranslated_claims @untranslated_claims end |
#untranslated_premises ⇒ ::Array[Types::AutomatedReasoningCheckInputTextReference]
Returns the value of attribute untranslated_premises.
172 173 174 |
# File 'sig/types.rbs', line 172 def untranslated_premises @untranslated_premises end |