FlowAliasConcurrencyConfiguration¶
Structure Class¶
FlowAliasConcurrencyConfiguration
dataclass
¶
Determines how multiple nodes in a flow can run in parallel. Running nodes concurrently can improve your flow's performance.
Attributes¶
max_concurrency
class-attribute
instance-attribute
¶
max_concurrency: int | None = None
The maximum number of nodes that can be executed concurrently in the flow.
type
instance-attribute
¶
type: ConcurrencyType
The type of concurrency to use for parallel node execution. Specify one of the following options:
-
Automatic- Amazon Bedrock determines which nodes can be executed in parallel based on the flow definition and its dependencies. -
Manual- You specify which nodes can be executed in parallel.