Batch Processing
This function block facilitates batch processing of input data, optimizing memory consumption during the workflow. It allows you to handle multiple inputs as a single batch, improving efficiency when processing large datasets.
๐ฅ Inputs
Input 1
This input can accept various types of data for batch processing.
Input 2
This input can also accept various types of data and will be included in the batch.
๐ค Outputs
Batch
This output consolidates the incoming inputs into a batch, ready for further processing.
๐น๏ธ Controls
This block does not have specific controls for user input but processes any connected inputs to produce a batch output.
๐จ Features
Memory Optimization
Designed to reduce memory usage by processing inputs in batch format, beneficial for handling larger datasets.
Flexible Input Types
Supports various input types and aggregates them into a single output batch.
๐ Usage Instructions
Connect Inputs: Connect the desired inputs to
Input 1
andInput 2
. Additional input types can also be connected.Evaluate the Block: Run the function block to produce a batch output containing all input data.
Utilize Output: Use the batch output in subsequent blocks for streamlined processing.
๐ Evaluation
This function block processes incoming data through the connected inputs and returns a batch of that data.
๐ก Tips and Tricks
๐ ๏ธ Troubleshooting
Last updated
Was this helpful?