Promise-like wrapper for batch execution that provides direct result access.
Enables flexible usage patterns:
const exec = await batch.execute()
const result = await batch.execute().result
The output type for batch results.
Direct access to the batch result, automatically starting polling.
Promise-like wrapper for batch execution that provides direct result access.
Enables flexible usage patterns:
const exec = await batch.execute()const result = await batch.execute().result