Get Batch Size
This function block is utilized to determine the size of a batch, providing the count of elements contained within a given input batch.
๐ฅ Inputs
Batch
This is a generic input that accepts any batch, which can be a list or other collection of items.
๐ค Outputs
Size
This output provides the numeric count of items present in the batch.
๐น๏ธ Controls
This function block does not have any controls.
๐จ Features
Batch Size Calculation
Quickly calculates the number of elements in a provided batch, making it easy to determine the length of lists or similar data structures.
๐ Usage Instructions
Connect a Batch: Link a batch output from another function block to the
Batch
input.Evaluate: Run this function block to receive the count of elements in the connected batch as output.
๐ Evaluation
When evaluated, the function block returns the size of the connected batch, providing a simple number output based on the length of the input data structure.
๐ก Tips and Tricks
๐ ๏ธ Troubleshooting
Last updated
Was this helpful?