Skip to content

Commit 78e05ca

Browse files
committed
Add new tests
1 parent a37339e commit 78e05ca

File tree

6 files changed

+2223
-7
lines changed

6 files changed

+2223
-7
lines changed

src/yandex_cloud_ml_sdk/_types/batch/operation.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ def __init__(
4242
self._sdk = sdk
4343
self._lock = Lock()
4444

45+
@property
46+
def id(self) -> str:
47+
return self._id
48+
4549
@property
4650
def _client(self) -> AsyncCloudClient:
4751
return self._sdk._client

0 commit comments

Comments
 (0)