Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningStatement
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
A logical statement that includes both formal logic representation and natural language explanation.
Constant Summary collapse
- SENSITIVE =
[:logic, :natural_language]
Instance Attribute Summary collapse
-
#logic ⇒ String
The formal logical representation of the statement.
-
#natural_language ⇒ String
The natural language explanation of the logical statement.
Instance Attribute Details
#logic ⇒ String
The formal logical representation of the statement.
1902 1903 1904 1905 1906 1907 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1902 class GuardrailAutomatedReasoningStatement < Struct.new( :logic, :natural_language) SENSITIVE = [:logic, :natural_language] include Aws::Structure end |
#natural_language ⇒ String
The natural language explanation of the logical statement.
1902 1903 1904 1905 1906 1907 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1902 class GuardrailAutomatedReasoningStatement < Struct.new( :logic, :natural_language) SENSITIVE = [:logic, :natural_language] include Aws::Structure end |