Skip to content

Bedrock Agent Runtime  >  Structures  >  PostProcessingModelInvocationOutput

PostProcessingModelInvocationOutput

Structure Class

PostProcessingModelInvocationOutput dataclass

The foundation model output from the post-processing step.

Attributes

metadata class-attribute instance-attribute
metadata: Metadata | None = field(repr=False, default=None)

Contains information about the foundation model output from the post-processing step.

parsed_response class-attribute instance-attribute
parsed_response: PostProcessingParsedResponse | None = field(repr=False, default=None)

Details about the response from the Lambda parsing of the output of the post-processing step.

raw_response class-attribute instance-attribute
raw_response: RawResponse | None = field(repr=False, default=None)

Details of the raw response from the foundation model output.

reasoning_content class-attribute instance-attribute
reasoning_content: ReasoningContentBlock | None = field(repr=False, default=None)

Contains content about the reasoning that the model made during the post-processing step.

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

The unique identifier of the trace.