Class: Aws::Bedrock::Types::AutomatedReasoningCheckTranslation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#claimsArray<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

#confidenceFloat

A confidence score between 0 and 1 indicating how certain the system is about the logical translation.

Returns:

  • (Float)


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

#premisesArray<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_claimsArray<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_premisesArray<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