Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowExecutionOutputEvent

FlowExecutionOutputEvent

Structure Class

FlowExecutionOutputEvent dataclass

Contains information about the outputs produced by the flow 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[FlowOutputField]

A list of output fields produced by the flow.

node_name instance-attribute
node_name: str

The name of the node that produces the outputs.

timestamp instance-attribute
timestamp: datetime

The timestamp when the outputs are produced.