Skip to content

Bedrock Agent Runtime  >  Structures  >  RetrievalResultContentColumn

RetrievalResultContentColumn

Structure Class

RetrievalResultContentColumn dataclass

Contains information about a column with a cell to return in retrieval.

Attributes

column_name class-attribute instance-attribute
column_name: str | None = None

The name of the column.

column_value class-attribute instance-attribute
column_value: str | None = None

The value in the column.

type class-attribute instance-attribute

The data type of the value.