Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowTraceNodeInputEvent

FlowTraceNodeInputEvent

Structure Class

FlowTraceNodeInputEvent dataclass

Contains information about the input into 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 input.

node_name instance-attribute
node_name: str

The name of the node that received the input.

timestamp instance-attribute
timestamp: datetime

The date and time that the trace was returned.