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¶
next
class-attribute
instance-attribute
¶
next: list[FlowTraceNodeOutputNext] | None = None
The next node that receives output data from this field.
type
class-attribute
instance-attribute
¶
type: FlowNodeIODataType | None = None
The data type of the output field for compatibility validation.