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