Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowTraceNodeOutputEvent

FlowTraceNodeOutputEvent

Structure Class

FlowTraceNodeOutputEvent dataclass

Contains information about the output from a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Attributes

fields instance-attribute

An array of objects containing information about each field in the output.

node_name instance-attribute
node_name: str

The name of the node that yielded the output.

timestamp instance-attribute
timestamp: datetime

The date and time that the trace was returned.