Class: Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
An annotation for updating the policy based on feedback about how specific rules performed during testing or real-world usage.
Constant Summary collapse
- SENSITIVE =
[:feedback]
Instance Attribute Summary collapse
-
#feedback ⇒ String
The feedback information about rule performance, including suggestions for improvements or corrections.
-
#rule_ids ⇒ Array<String>
The list of rule identifiers that the feedback applies to.
Instance Attribute Details
#feedback ⇒ String
The feedback information about rule performance, including suggestions for improvements or corrections.
1785 1786 1787 1788 1789 1790 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1785 class AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation < Struct.new( :rule_ids, :feedback) SENSITIVE = [:feedback] include Aws::Structure end |
#rule_ids ⇒ Array<String>
The list of rule identifiers that the feedback applies to.
1785 1786 1787 1788 1789 1790 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1785 class AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation < Struct.new( :rule_ids, :feedback) SENSITIVE = [:feedback] include Aws::Structure end |