| Name | Type | Description |
|---|---|---|
inputs* | RunInput[] | |
options | Partial<CallOptions> | Partial<CallOptions>[] | |
batchOptions | RunnableBatchOptions & __type |
Default implementation of batch, which calls invoke N times. Subclasses should override this method if they can batch more efficiently.
Array of inputs to each batch call.
Either a single call options object to apply to each batch call or an array for each call.