Skip to content

Bedrock Agent Runtime  >  Structures  >  OrchestrationModelInvocationOutput

OrchestrationModelInvocationOutput

Structure Class

OrchestrationModelInvocationOutput dataclass

The foundation model output from the orchestration step.

Attributes

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

Contains information about the foundation model output from the orchestration step.

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

Contains 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 orchestration step.

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

The unique identifier of the trace.