Skip to content

Bedrock Agent Runtime  >  Structures  >  GeneratedQuery

GeneratedQuery

Structure Class

GeneratedQuery dataclass

Contains information about a query generated for a natural language query.

Attributes

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

An SQL query that corresponds to the natural language query.

type class-attribute instance-attribute
type: GeneratedQueryType | None = None

The type of transformed query.