aiParallel
Syntax
aiParallel( runnables )Parameters
Parameter
Type
Required
Description
Returns
Calling .run( input )
.run( input )results = aiParallel( runnables ).run( input )Method
Description
Examples
Fan-out to multiple models
Async parallel execution
Chain a transform after parallel results
Compose into a larger pipeline
Side-by-side model evaluation
Notes
Events Fired
See Also
Last updated