Class: Aws::Bedrock::Types::AutomatedReasoningCheckLogicWarning

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Identifies logical issues in the translated statements that exist independent of any policy rules, such as statements that are always true or always false.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#claimsArray<Types::AutomatedReasoningLogicStatement>

The logical statements that are validated while assuming the policy and premises.



298
299
300
301
302
303
304
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 298

class AutomatedReasoningCheckLogicWarning < Struct.new(
  :type,
  :premises,
  :claims)
  SENSITIVE = []
  include Aws::Structure
end

#premisesArray<Types::AutomatedReasoningLogicStatement>

The logical statements that serve as premises under which the claims are validated.



298
299
300
301
302
303
304
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 298

class AutomatedReasoningCheckLogicWarning < Struct.new(
  :type,
  :premises,
  :claims)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The category of the detected logical issue, such as statements that are always true or always false.

Returns:

  • (String)


298
299
300
301
302
303
304
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 298

class AutomatedReasoningCheckLogicWarning < Struct.new(
  :type,
  :premises,
  :claims)
  SENSITIVE = []
  include Aws::Structure
end