Class: Aws::Bedrock::Types::AutomatedReasoningCheckScenario

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/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::AutomatedReasoningLogicStatement>

List of logical assignments and statements that define this scenario.



377
378
379
380
381
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 377

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