Class: Aws::Bedrock::Types::AutomatedReasoningCheckTranslation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningCheckTranslation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Contains the logical translation of natural language input into formal logical statements, including premises, claims, and confidence scores.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#claims ⇒ Array<Types::AutomatedReasoningLogicStatement>
The logical statements that are being validated against the premises and policy rules.
-
#confidence ⇒ Float
A confidence score between 0 and 1 indicating how certain the system is about the logical translation.
-
#premises ⇒ Array<Types::AutomatedReasoningLogicStatement>
The logical statements that serve as the foundation or assumptions for the claims.
-
#untranslated_claims ⇒ Array<Types::AutomatedReasoningCheckInputTextReference>
References to portions of the original input text that correspond to the claims but could not be fully translated.
-
#untranslated_premises ⇒ Array<Types::AutomatedReasoningCheckInputTextReference>
References to portions of the original input text that correspond to the premises but could not be fully translated.
Instance Attribute Details
#claims ⇒ Array<Types::AutomatedReasoningLogicStatement>
The logical statements that are being validated against the premises and policy rules.
420 421 422 423 424 425 426 427 428 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 420 class AutomatedReasoningCheckTranslation < Struct.new( :premises, :claims, :untranslated_premises, :untranslated_claims, :confidence) SENSITIVE = [] include Aws::Structure end |
#confidence ⇒ Float
A confidence score between 0 and 1 indicating how certain the system is about the logical translation.
420 421 422 423 424 425 426 427 428 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 420 class AutomatedReasoningCheckTranslation < Struct.new( :premises, :claims, :untranslated_premises, :untranslated_claims, :confidence) SENSITIVE = [] include Aws::Structure end |
#premises ⇒ Array<Types::AutomatedReasoningLogicStatement>
The logical statements that serve as the foundation or assumptions for the claims.
420 421 422 423 424 425 426 427 428 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 420 class AutomatedReasoningCheckTranslation < Struct.new( :premises, :claims, :untranslated_premises, :untranslated_claims, :confidence) SENSITIVE = [] include Aws::Structure end |
#untranslated_claims ⇒ Array<Types::AutomatedReasoningCheckInputTextReference>
References to portions of the original input text that correspond to the claims but could not be fully translated.
420 421 422 423 424 425 426 427 428 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 420 class AutomatedReasoningCheckTranslation < Struct.new( :premises, :claims, :untranslated_premises, :untranslated_claims, :confidence) SENSITIVE = [] include Aws::Structure end |
#untranslated_premises ⇒ Array<Types::AutomatedReasoningCheckInputTextReference>
References to portions of the original input text that correspond to the premises but could not be fully translated.
420 421 422 423 424 425 426 427 428 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 420 class AutomatedReasoningCheckTranslation < Struct.new( :premises, :claims, :untranslated_premises, :untranslated_claims, :confidence) SENSITIVE = [] include Aws::Structure end |