Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningRule
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
References a specific automated reasoning policy rule that was applied during evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier of the automated reasoning rule.
-
#policy_version_arn ⇒ String
The ARN of the automated reasoning policy version that contains this rule.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the automated reasoning rule.
1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1721 class GuardrailAutomatedReasoningRule < Struct.new( :identifier, :policy_version_arn) SENSITIVE = [] include Aws::Structure end |
#policy_version_arn ⇒ String
The ARN of the automated reasoning policy version that contains this rule.
1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1721 class GuardrailAutomatedReasoningRule < Struct.new( :identifier, :policy_version_arn) SENSITIVE = [] include Aws::Structure end |