Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowTraceEvent

FlowTraceEvent

Structure Class

FlowTraceEvent dataclass

Contains information about a trace, which tracks an input or output for a node in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Attributes

trace class-attribute instance-attribute
trace: FlowTrace = field(repr=False)

The trace object containing information about an input or output for a node in the flow.