Skip to content

Bedrock Agent Runtime  >  Structures  >  NodeDependencyEvent

NodeDependencyEvent

Structure Class

NodeDependencyEvent dataclass

Contains information about an internal trace of a specific node during execution.

Attributes

node_name instance-attribute
node_name: str

The name of the node that generated the dependency trace.

timestamp instance-attribute
timestamp: datetime

The date and time that the dependency trace was generated.

trace_elements class-attribute instance-attribute
trace_elements: NodeTraceElements = field(repr=False)

The trace elements containing detailed information about the node execution.