Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningScenario

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

Overview

Represents a logical scenario where claims can be evaluated as true or false, containing specific logical assignments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statementsArray<Types::GuardrailAutomatedReasoningStatement>

List of logical assignments and statements that define this scenario.



1771
1772
1773
1774
1775
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1771

class GuardrailAutomatedReasoningScenario < Struct.new(
  :statements)
  SENSITIVE = []
  include Aws::Structure
end