Skip to content

Bedrock  >  Unions  >  AutomatedReasoningPolicyAnnotatedContent

AutomatedReasoningPolicyAnnotatedContent

Union Type

AutomatedReasoningPolicyAnnotatedContent module-attribute

Represents a content element within an annotated chunk. This union type allows for different types of content elements to be included in document chunks, such as individual lines of text with their line numbers.

Union Member Types

AutomatedReasoningPolicyAnnotatedContentLine dataclass

An annotated line of text from the source document, including both the line number and the text content.

Attributes

value instance-attribute

AutomatedReasoningPolicyAnnotatedContentUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str