Skip to content

Commit 176c3b7

Browse files
committed
Update domain.py
1 parent 25495bd commit 176c3b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/yandex_cloud_ml_sdk/_runs/domain.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
class BaseRuns(BaseDomain, Generic[RunTypeT]):
2929
"""
3030
Base class for Runs operations.
31+
32+
For usage examples see `runs example <https://github.com/yandex-cloud/yandex-cloud-ml-sdk/blob/master/examples/async/assistants/runs.py>`_.
3133
"""
3234
_run_impl: type[RunTypeT]
3335

0 commit comments

Comments
 (0)