Skip to content

Commit 3a2ffe6

Browse files
committed
Update domain.py
1 parent 6479a53 commit 3a2ffe6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/yandex_cloud_ml_sdk/_batch/domain.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727
class BaseBatch(BaseDomain, Generic[BatchTaskOperationTypeT]):
2828
"""
2929
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
30+
This class should not be instantiated directly.
31+
Instead use: `Batch` for synchronous operations or `AsyncBatch` for asynchronous operations.
3332
3433
For usage examples see `batch example <https://github.com/yandex-cloud/yandex-cloud-ml-sdk/blob/master/examples/{link}/completions/batch.py>`_.
3534
"""

0 commit comments

Comments
 (0)