Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowTraceNodeOutputField

FlowTraceNodeOutputField

Structure Class

FlowTraceNodeOutputField dataclass

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

Attributes

content instance-attribute

The content of the node output.

next class-attribute instance-attribute
next: list[FlowTraceNodeOutputNext] | None = None

The next node that receives output data from this field.

node_output_name instance-attribute
node_output_name: str

The name of the node output.

type class-attribute instance-attribute
type: FlowNodeIODataType | None = None

The data type of the output field for compatibility validation.