We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6479a53 commit 3a2ffe6Copy full SHA for 3a2ffe6
src/yandex_cloud_ml_sdk/_batch/domain.py
@@ -27,9 +27,8 @@
27
class BaseBatch(BaseDomain, Generic[BatchTaskOperationTypeT]):
28
"""
29
Abstract base class for managing batch operations in Yandex Cloud ML SDK.
30
- This class should not be instantiated directly. Instead use:
31
- - `Batch` for synchronous operations
32
- - `AsyncBatch` for asynchronous operations
+ This class should not be instantiated directly.
+ Instead use: `Batch` for synchronous operations or `AsyncBatch` for asynchronous operations.
33
34
For usage examples see `batch example <https://github.com/yandex-cloud/yandex-cloud-ml-sdk/blob/master/examples/{link}/completions/batch.py>`_.
35
0 commit comments