Skip to content

Bedrock Agent Runtime  >  Structures  >  RawResponse

RawResponse

Structure Class

RawResponse dataclass

Contains the raw output from the foundation model.

Attributes

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

The foundation model's raw output content.