Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningLogicWarning

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/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::GuardrailAutomatedReasoningStatement>

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



1814
1815
1816
1817
1818
1819
1820
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1814

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

#premisesArray<Types::GuardrailAutomatedReasoningStatement>

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



1814
1815
1816
1817
1818
1819
1820
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1814

class GuardrailAutomatedReasoningLogicWarning < 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)


1814
1815
1816
1817
1818
1819
1820
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1814

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