Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation
 
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
An annotation for adding a new rule to the policy by converting a natural language description into a formal logical expression.
Constant Summary collapse
- SENSITIVE =
- [:natural_language] 
Instance Attribute Summary collapse
- 
  
    
      #natural_language  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The natural language description of the rule that should be converted into a formal logical expression. 
Instance Attribute Details
#natural_language ⇒ String
The natural language description of the rule that should be converted into a formal logical expression.
| 549 550 551 552 553 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 549 class AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation < Struct.new( :natural_language) SENSITIVE = [:natural_language] include Aws::Structure end |