batch_bake_recipe
Apply a series of operations to multiple data inputs in a batch. Use a recipe to transform each input item through the defined steps.
Instructions
Bake (execute) a recipe (a list of operations) in order to derive an outcome from a batch of input data
:param batch_input_data: the batch of data in which to perform the recipe operation(s) on
:param recipe: a list of operations to 'bake'/execute on the input data
:return:
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_input_data | Yes | ||
| recipe | Yes |