Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowRepairContent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Contains content and instructions for repairing or improving an existing Automated Reasoning policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsArray<Types::AutomatedReasoningPolicyAnnotation>

Specific annotations or modifications to apply during the policy repair process, such as rule corrections or variable updates.



996
997
998
999
1000
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 996

class AutomatedReasoningPolicyBuildWorkflowRepairContent < Struct.new(
  :annotations)
  SENSITIVE = []
  include Aws::Structure
end