We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3796376 commit e567fedCopy full SHA for e567fed
2 files changed
cli/polyaxon/_client/organization.py
@@ -60,6 +60,7 @@ class OrganizationClient(ClientMixin):
60
>>> # Organization-wide operations
61
>>> org_client = OrganizationClient(owner="my-org")
62
>>> org_client.list_runs() # All runs across the organization
63
+ >>> org_client.list_model_versions() # All model versions across the organization
64
>>> # Team-scoped operations (effectively a "Team Client")
65
>>> team_client = OrganizationClient(owner="my-org/engineering")
66
>>> team_client.list_runs() # Only runs within the engineering team
cli/requirements/test.txt
@@ -1,5 +1,5 @@
1
coverage<7.12
2
-faker<39
+faker<40
3
pytest-rerunfailures<16.2
4
mock<5.3.0
5
pytest<9.1
0 commit comments