Class: Aws::Bedrock::Types::AutomatedReasoningPolicyIngestContentAnnotation

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

Overview

An annotation for processing and incorporating new content into an Automated Reasoning policy.

Constant Summary collapse

SENSITIVE =
[:content]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The new content to be analyzed and incorporated into the policy, such as additional documents or rule descriptions.

Returns:

  • (String)


1472
1473
1474
1475
1476
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1472

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