Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowInput

FlowInput

Structure Class

FlowInput dataclass

Contains information about an input into the prompt flow and where to send it.

Attributes

content class-attribute instance-attribute
content: FlowInputContent = field(repr=False)

Contains information about an input into the prompt flow.

node_input_name class-attribute instance-attribute
node_input_name: str | None = None

The name of the input from the flow input node.

node_name instance-attribute
node_name: str

The name of the flow input node that begins the prompt flow.

node_output_name class-attribute instance-attribute
node_output_name: str | None = None

The name of the output from the flow input node that begins the prompt flow.