Class: Aws::Types::AutomatedReasoningCheckTranslation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Float)


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