Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyAnnotatedChunk

AutomatedReasoningPolicyAnnotatedChunk

Structure Class

AutomatedReasoningPolicyAnnotatedChunk dataclass

Represents a portion of a source document with line number annotations. Chunks help organize document content for easier navigation and reference.

Attributes

content instance-attribute

The lines of text contained within this chunk, each annotated with its line number.

page_number class-attribute instance-attribute
page_number: int | None = None

The page number where this chunk begins, if the document is divided into pages.