Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowTraceConditionNodeResultEvent

FlowTraceConditionNodeResultEvent

Structure Class

FlowTraceConditionNodeResultEvent dataclass

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

Attributes

node_name instance-attribute
node_name: str

The name of the condition node.

satisfied_conditions instance-attribute
satisfied_conditions: list[FlowTraceCondition]

An array of objects containing information about the conditions that were satisfied.

timestamp instance-attribute
timestamp: datetime

The date and time that the trace was returned.