Skip to content

Bedrock Agent Runtime  >  Structures  >  FlowInputField

FlowInputField

Structure Class

FlowInputField dataclass

Represents an input field provided to a flow during a flow execution.

Note

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Attributes

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

The content of the input field, which can contain text or structured data.

name instance-attribute
name: str

The name of the input field as defined in the flow's input schema.