Skip to content

Bedrock Agent  >  Structures  >  InlineContent

InlineContent

Structure Class

InlineContent dataclass

Contains information about content defined inline to ingest into a data source. Choose a type and include the field that corresponds to it.

Attributes

byte_content class-attribute instance-attribute
byte_content: ByteContentDoc | None = None

Contains information about content defined inline in bytes.

text_content class-attribute instance-attribute
text_content: TextContentDoc | None = None

Contains information about content defined inline in text.

type instance-attribute

The type of inline content to define.