Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningScenario
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningScenario
- 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
-
#statements ⇒ Array<Types::GuardrailAutomatedReasoningStatement>
List of logical assignments and statements that define this scenario.
Instance Attribute Details
#statements ⇒ Array<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 |