Class: Aws::Bedrock::Types::AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#natural_languageString

The natural language description of the rule that should be converted into a formal logical expression.

Returns:

  • (String)


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