NodeOutputEvent¶
Structure Class¶
NodeOutputEvent
dataclass
¶
Contains information about the outputs produced by a specific node during a flow execution.
Note
Flow executions is in preview release for Amazon Bedrock and is subject to change.
Attributes¶
fields
instance-attribute
¶
fields: list[NodeOutputField]
A list of output fields produced by the node.
timestamp
instance-attribute
¶
timestamp: datetime
The timestamp when the outputs were produced by the node.