Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningLogicWarning
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningLogicWarning
- Defined in:
- gems/aws-sdk-bedrockruntime/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
-
#claims ⇒ Array<Types::GuardrailAutomatedReasoningStatement>
The logical statements that are validated while assuming the policy and premises.
-
#premises ⇒ Array<Types::GuardrailAutomatedReasoningStatement>
The logical statements that serve as premises under which the claims are validated.
-
#type ⇒ String
The category of the detected logical issue, such as statements that are always true or always false.
Instance Attribute Details
#claims ⇒ Array<Types::GuardrailAutomatedReasoningStatement>
The logical statements that are validated while assuming the policy and premises.
1675 1676 1677 1678 1679 1680 1681 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1675 class GuardrailAutomatedReasoningLogicWarning < Struct.new( :type, :premises, :claims) SENSITIVE = [] include Aws::Structure end |
#premises ⇒ Array<Types::GuardrailAutomatedReasoningStatement>
The logical statements that serve as premises under which the claims are validated.
1675 1676 1677 1678 1679 1680 1681 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1675 class GuardrailAutomatedReasoningLogicWarning < Struct.new( :type, :premises, :claims) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The category of the detected logical issue, such as statements that are always true or always false.
1675 1676 1677 1678 1679 1680 1681 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1675 class GuardrailAutomatedReasoningLogicWarning < Struct.new( :type, :premises, :claims) SENSITIVE = [] include Aws::Structure end |