- tensorstore.Batch.submit(self) None
Submits the batch.
After calling this method, attempting to start any new operation will this batch will result in an error.
- Raises:¶
ValueError – If
submit()
has already been called.
Submits the batch.
After calling this method, attempting to start any new operation will this batch will result in an error.
ValueError – If submit()
has already been called.