Skip to content

Bedrock Agent Runtime  >  Structures  >  NodeInputEvent

NodeInputEvent

Structure Class

NodeInputEvent dataclass

Contains information about the inputs provided to 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[NodeInputField]

A list of input fields provided to the node.

node_name instance-attribute
node_name: str

The name of the node that received the inputs.

timestamp instance-attribute
timestamp: datetime

The timestamp when the inputs were provided to the node.