anyscale 0.26.4__py3-none-any.whl → 0.26.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. anyscale/_private/anyscale_client/anyscale_client.py +1 -5
  2. anyscale/_private/docgen/__main__.py +0 -3
  3. anyscale/_private/docgen/api.md +0 -40
  4. anyscale/_private/docgen/models.md +0 -49
  5. anyscale/anyscale-cloud-setup-gcp-oa.yaml +2 -1
  6. anyscale/anyscale-cloud-setup-gcp.yaml +4 -2
  7. anyscale/client/README.md +9 -8
  8. anyscale/client/openapi_client/__init__.py +7 -5
  9. anyscale/client/openapi_client/api/default_api.py +304 -486
  10. anyscale/client/openapi_client/models/__init__.py +7 -5
  11. anyscale/client/openapi_client/models/{anyscaleversionresponse_response.py → backend_server_api_product_models_dataset_runs_dataset_response.py} +22 -22
  12. anyscale/client/openapi_client/models/{dataset_response.py → backend_server_api_product_routers_datasets_router_dataset_response.py} +8 -8
  13. anyscale/client/openapi_client/models/{anyscale_version_response.py → dataset_jobs.py} +22 -22
  14. anyscale/client/openapi_client/models/dataset_metrics.py +390 -0
  15. anyscale/{sdk/anyscale_client/models/session_command_types.py → client/openapi_client/models/dataset_state.py} +11 -9
  16. anyscale/client/openapi_client/models/{decoratedjob_list_response.py → metric.py} +64 -38
  17. anyscale/client/openapi_client/models/operator_metrics.py +256 -0
  18. anyscale/client/openapi_client/models/train_run.py +28 -1
  19. anyscale/cluster.py +5 -2
  20. anyscale/commands/anyscale_api/api_commands.py +0 -2
  21. anyscale/connect_utils/start_interactive_session.py +4 -1
  22. anyscale/controllers/cluster_controller.py +15 -26
  23. anyscale/controllers/project_controller.py +1 -6
  24. anyscale/job/_private/job_sdk.py +6 -1
  25. anyscale/job/models.py +8 -0
  26. anyscale/project_utils.py +9 -20
  27. anyscale/sdk/anyscale_client/__init__.py +0 -5
  28. anyscale/sdk/anyscale_client/api/default_api.py +0 -474
  29. anyscale/sdk/anyscale_client/models/__init__.py +0 -5
  30. anyscale/version.py +1 -1
  31. {anyscale-0.26.4.dist-info → anyscale-0.26.5.dist-info}/METADATA +1 -1
  32. {anyscale-0.26.4.dist-info → anyscale-0.26.5.dist-info}/RECORD +37 -41
  33. anyscale/client/openapi_client/models/setup_initialize_session_options.py +0 -225
  34. anyscale/commands/anyscale_api/session_commands_commands.py +0 -80
  35. anyscale/sdk/anyscale_client/models/create_session_command.py +0 -152
  36. anyscale/sdk/anyscale_client/models/session_command.py +0 -350
  37. anyscale/sdk/anyscale_client/models/sessioncommand_list_response.py +0 -147
  38. anyscale/sdk/anyscale_client/models/sessioncommand_response.py +0 -121
  39. {anyscale-0.26.4.dist-info → anyscale-0.26.5.dist-info}/LICENSE +0 -0
  40. {anyscale-0.26.4.dist-info → anyscale-0.26.5.dist-info}/NOTICE +0 -0
  41. {anyscale-0.26.4.dist-info → anyscale-0.26.5.dist-info}/WHEEL +0 -0
  42. {anyscale-0.26.4.dist-info → anyscale-0.26.5.dist-info}/entry_points.txt +0 -0
  43. {anyscale-0.26.4.dist-info → anyscale-0.26.5.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  anyscale/__init__.py,sha256=YtAe4ql_2J7SnRMMvJzx1Fdw2ZjtC2VLfZFPSDMdLxA,8595
2
- anyscale/anyscale-cloud-setup-gcp-oa.yaml,sha256=R8oCBlHF5ItLVZA8m35Dli9fdWXbadLHiNkWhRdUz9U,2722
3
- anyscale/anyscale-cloud-setup-gcp.yaml,sha256=-sNJ45nLW6W1qIu0Kc-d2IkYTTjEVYI65lAxZB4KcO8,3922
2
+ anyscale/anyscale-cloud-setup-gcp-oa.yaml,sha256=u-Bzz5DzI22zat3KGIGeEID4Q7Ww7QjvqClc5WoAiKI,2744
3
+ anyscale/anyscale-cloud-setup-gcp.yaml,sha256=PLW2-116Q7grM8OyNIPAXv_JCHq5kRojGzhpFjsF_vg,3966
4
4
  anyscale/anyscale-cloud-setup-oa.yaml,sha256=MMfjT2UCNQS43I3mGOMoSq1cq1dufxtnXU9Zy260TK8,3192
5
5
  anyscale/anyscale-cloud-setup.yaml,sha256=iXCIL8gydOlRzjG5GPxBx1diLQyAkHVN_fIlSoqTLiM,8762
6
6
  anyscale/anyscale_schema.json,sha256=pQtFMvsYLZF39HcfhFV-ze15W9oELuWHz16PED7sMSQ,193
@@ -10,7 +10,7 @@ anyscale/aws_iam_policies.py,sha256=U4ObSwsehhfhp4UPGqwzsJXNQrJAQ4CYdJAu_JdeBoY,
10
10
  anyscale/cli_logger.py,sha256=Mo_ZaogoA2G6TLZ8kHRfyukitof9FNGSxIxLppT7ApA,12527
11
11
  anyscale/cloud_resource.py,sha256=jtpmaNAY7PBpKQrYZGsV-A34T0FvLEHgAiPeI8d8-KI,40397
12
12
  anyscale/cloud_utils.py,sha256=9vMuYzspkjTkUxpfuf4JVyNGxBWk34JLMWN7kHlwIXw,7890
13
- anyscale/cluster.py,sha256=Xo3ZiY3PChgWgNe2U-nvqgO-34PZv-Wm8nPegTIbnAI,6436
13
+ anyscale/cluster.py,sha256=SmSoZSGpRljOA4SWK1VcFtGXLRD11ZwP0VjgGaiaSwY,6582
14
14
  anyscale/cluster_compute.py,sha256=zfCOqm02x1Ar7pCT4canhYOgNyR5WEPwI2lUdmzK6KA,6296
15
15
  anyscale/cluster_env.py,sha256=PkDEX_3QUxl3-dy0zSZ4EyCoJgGLc0DPYggcGWlbpJ0,6570
16
16
  anyscale/component_activity_util.py,sha256=fwatH7a3r1ThG1lCeCSqTsRTtECw7Ka08xP7aBd9AWM,2484
@@ -22,24 +22,24 @@ anyscale/gcp_verification.py,sha256=0eQwR5UfDm9vKhRomWOrpIR6_3oMFVwWP8_4DvrhNGk,
22
22
  anyscale/integrations.py,sha256=bv8m5rck0Cfxpi59klyYGJhPknpXtnHCSvF1Uu8vTHU,13393
23
23
  anyscale/links.py,sha256=xFXN5TjL61p5T23dn66nNalkV47LNkPJxQqOPhGXfww,193
24
24
  anyscale/memorydb_supported_zones.json,sha256=l5Iup9wFDZcHLfZqH640axxe4UiKteuraZRohi3MwRk,1098
25
- anyscale/project_utils.py,sha256=2P7n3K7R3Iy3pZPAevtga4sn1jfdLLwblt2L5MJqUa0,17944
25
+ anyscale/project_utils.py,sha256=bZQMleukGYDwg9cSYgV8It9lq04O-M59OYWPPH9nNyQ,17454
26
26
  anyscale/scripts.py,sha256=HR6JOCBVBXMVi1Kz5uJmjsh73t2l1W8UbUge83ofnqk,5474
27
27
  anyscale/snapshot.py,sha256=UGJT5C1s_4xmQxjWODK5DFpGxHRBX5jOCdSCqXESH8E,1685
28
28
  anyscale/tables.py,sha256=TV4F2uLnwehvbkAfaP7iuLlT2wLIo6ORH2LVdRGXW5g,2840
29
29
  anyscale/util.py,sha256=Tqb9qWSxQI_PBJVSDxm9RWqFyGJFClgZDPByhb_fhU8,40813
30
- anyscale/version.py,sha256=QV9fGmjLpegpSAQiizglzvlP2uwa4bTCZX2WiMKCZd4,23
30
+ anyscale/version.py,sha256=Q5QQA3kVN0Uxvuxo_emQJjjelCa7wzxU2n7kQ-gW-aM,23
31
31
  anyscale/workspace_utils.py,sha256=OViE88CnIF5ruVxd3kazQ0Mf2BxqtMq6wx-XQ5A2cp8,1204
32
32
  anyscale/_private/anyscale_client/README.md,sha256=gk8obk7kqg6VWoUHcqDMwJULh35tYKEZFC0UF_dixGA,718
33
33
  anyscale/_private/anyscale_client/__init__.py,sha256=807Blx3RHQeS8BmKZcsOQQ4dYoKlCnpm6Bdsif2CrHg,337
34
- anyscale/_private/anyscale_client/anyscale_client.py,sha256=G4D90FknjdibsPv_ljxy5iO5grUd_DjgRNabLG-nVMc,80645
34
+ anyscale/_private/anyscale_client/anyscale_client.py,sha256=g72kbJSZZ737tzhg8fhE5p_hDfnUSVvdIXVh9Ap8McY,80299
35
35
  anyscale/_private/anyscale_client/common.py,sha256=GSuPkZxqQ2e6KHyv09aCN-XFHmkSoOd_E4WjhF0mhrU,24130
36
36
  anyscale/_private/anyscale_client/fake_anyscale_client.py,sha256=Nn7NUvhzf-Hq3RZ4CCTfviwrCF5eD9PijuSw-kmSjMY,53180
37
37
  anyscale/_private/docgen/README.md,sha256=z0tj8Jy0KmxWJBQMHKyzXGX_cYYgI8m5DCD6KCMU8oI,762
38
- anyscale/_private/docgen/__main__.py,sha256=ViMGLnYZT5VrPUhN9kHaHKBOoEsppu4Db7EPp4lG9zU,26158
39
- anyscale/_private/docgen/api.md,sha256=SzLoDy6GyriU60l8964CNWz3z_QNEJA7mFHr0FzXyPU,32527
38
+ anyscale/_private/docgen/__main__.py,sha256=YEZQtG60CkkGCgu7pa7SJGJK9BLIttwi6w6OPo7SZr4,26030
39
+ anyscale/_private/docgen/api.md,sha256=8FAAWhuTYCRWKXFQgMnMEEfI4ZsFDenGlxcFP0Mwuow,31342
40
40
  anyscale/_private/docgen/generator.py,sha256=dgC3qlqhJrTt0bTl3ExlRFLDwpn_Is2Yv47TJ33jaeE,21711
41
41
  anyscale/_private/docgen/generator_legacy.py,sha256=pss_6ONF55XhARrKGcREDmg0J5plWact6USgb5Tr5mM,3002
42
- anyscale/_private/docgen/models.md,sha256=Ui1Np7FibQ_Yj4Q_k3fxMe01mow5O83Vrax1zTGTwOY,288761
42
+ anyscale/_private/docgen/models.md,sha256=W8lD5q4kB9kI7umMitSajOg7cvmRmjK17evs5KovyAs,286180
43
43
  anyscale/_private/models/__init__.py,sha256=ZrkdHhJZNeCYiogsHc_po8m7vaVdxEjkNGixNeYdlgs,125
44
44
  anyscale/_private/models/image_uri.py,sha256=CMzHc-MNTBsBXvX0G73bjkiznCbm95DYQusgXJ8drm8,3971
45
45
  anyscale/_private/models/model_base.py,sha256=QdIKiyNpvjyUGqQtL4_J9qpCK6clHdmWiKV4jSFXunU,8217
@@ -98,7 +98,7 @@ anyscale/background/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
98
98
  anyscale/background/job_runner.py,sha256=LTuv9JOahyv6C9i7DLQAONgQF6--FfYZEmJrKy-sUG8,2687
99
99
  anyscale/client/.gitignore,sha256=JZyvYEtT2DCSK9V5Joi6lQofhMik4PXiJRCWsg7SvqI,807
100
100
  anyscale/client/.openapi-generator-ignore,sha256=pu2PTide7pJtJ-DFLzDy0cTYQJRlrB-8RRH3zGLeUds,1040
101
- anyscale/client/README.md,sha256=K1L5G-KRovYroQFLlKdPcdCxYdgV7a_6oovZkF7NguU,129047
101
+ anyscale/client/README.md,sha256=qnSv2DdZ-cJi0WQ-sY53z_ONKog9t2X7ZNxyUe6qEqI,128773
102
102
  anyscale/client/git_push.sh,sha256=EDCZOTTiLxbtPHmiU63qC99rGH67B7dhdPZdNUKivF0,1827
103
103
  anyscale/client/requirements.txt,sha256=dkVKYUStC5h_g_87SH7pRdhXCj7ySozAJMGAFEzGgFc,126
104
104
  anyscale/client/setup.cfg,sha256=l7bdKSIedeBhhoDtupsBwx1xPrlBf2yYeTH7a8kMga4,28
@@ -106,14 +106,14 @@ anyscale/client/setup.py,sha256=tSxqw1kAL1B9adnrnOarjnQfSbwGmnTr_kg8ZXhlm5A,1109
106
106
  anyscale/client/test-requirements.txt,sha256=sTjmDTj5W9fh1ZAeo8UT2EBdeGDBNttj_PHiPBXg1D4,111
107
107
  anyscale/client/tox.ini,sha256=M6L3UmvAdvU65LsoAF-Oi7oRjwZlCJZn8I7ofdXn5Ok,156
108
108
  anyscale/client/.openapi-generator/VERSION,sha256=J0RzX-4u4jfin1kviKtmncjUePyjHm2kyvmkobOrt_E,5
109
- anyscale/client/openapi_client/__init__.py,sha256=QGAdjzJ4A06hUfjoIf0t_ZCgHIsHBLnx_bIMk3BzAic,54058
109
+ anyscale/client/openapi_client/__init__.py,sha256=VQ6Jk3H_j9mwDWQI66jCIaCVjBwfxvbaC1gVDdEWGcA,54241
110
110
  anyscale/client/openapi_client/api_client.py,sha256=d8Un6j2Ny2vlS2qBXPVFj6_ql0k36DFahpWt_28TfCk,25563
111
111
  anyscale/client/openapi_client/configuration.py,sha256=Dd5XrlHwv-wxnf0C35PG_-HBQoY3Yaz6hKrmkZz-m0E,12363
112
112
  anyscale/client/openapi_client/exceptions.py,sha256=3egwsXQG2j_vARbqgBxUO1xSltAhpfiHTYVP7VXTvU0,3792
113
113
  anyscale/client/openapi_client/rest.py,sha256=Ehj37v7GHW6SXV067Hze5HE42ayKaGi6a6ZlkR7u3Lg,12501
114
114
  anyscale/client/openapi_client/api/__init__.py,sha256=i8u7BI2xX1GrXTL3hN0pKpYIlnT-D_uDxH2ElOfYG1I,141
115
- anyscale/client/openapi_client/api/default_api.py,sha256=of5ZpGviTdAc2_WGDDmtg2JSaMFwcTGZPfA8RhxYLyI,2067021
116
- anyscale/client/openapi_client/models/__init__.py,sha256=TnLtWbD2ZJh9pYZaQfMuQID-C3R2KtpXp9nwsFaxslc,53568
115
+ anyscale/client/openapi_client/api/default_api.py,sha256=aGF0talLqi9GREUMHQWVaWSvQLdUPUFJxxWe2tO9RMU,2055042
116
+ anyscale/client/openapi_client/models/__init__.py,sha256=ThHZ12YmAU3jliI7UXdDtKzCFFdhrfw6N_jQoaDwyCo,53751
117
117
  anyscale/client/openapi_client/models/access_config.py,sha256=b2mA0qtuTA5PFbp6C61Jc_T2zUMaojM1v32IhZo0MfY,3648
118
118
  anyscale/client/openapi_client/models/actor_status.py,sha256=6xyX_aIqURj2raBdY9DmBxsdDACFrqqYvElGiM6YG2E,2813
119
119
  anyscale/client/openapi_client/models/admin_create_user.py,sha256=9DPr8D0lKgoEZ3Z2kGsAd8L7ocFCiP6woOGLVs8SRb8,7251
@@ -129,12 +129,10 @@ anyscale/client/openapi_client/models/aioacloudwaitlistrecord_response.py,sha256
129
129
  anyscale/client/openapi_client/models/alert_type.py,sha256=GSXjh48TjaWaaSC2F2mgdGbbuSf2tUWU_GsSSJyXtBo,3249
130
130
  anyscale/client/openapi_client/models/anyscale_aws_account.py,sha256=3o-rca1Erw08CSkCFsU6GSjmfhqO32ntYjrBf37F64I,3801
131
131
  anyscale/client/openapi_client/models/anyscale_service_account.py,sha256=GANlycX60eJJO3YPY9UrnUb4HPBzb-_2roms6NBIpRw,8132
132
- anyscale/client/openapi_client/models/anyscale_version_response.py,sha256=JMhelUFyPBi4gmDBCHKDtI52Ms7kPNqP5G7vaPX_8Hk,3568
133
132
  anyscale/client/openapi_client/models/anyscaleawsaccount_response.py,sha256=M_9Q_o5uLx-fKFmyyXbZ-vlGHgicqOsAdGhRRZA1QRA,3616
134
133
  anyscale/client/openapi_client/models/anyscaled_credential_response.py,sha256=CmAiNJesz_YSvEBWOcscKetpyBQpJ1eLOJPI9ZNcrJg,3558
135
134
  anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py,sha256=qVeOwOpN5LYUCT0NMyHios6vJ3IGs4l26esdSB0wBKU,3715
136
135
  anyscale/client/openapi_client/models/anyscaleserviceaccount_response.py,sha256=yVYoURo9tBYjCPeLWbUUCGgJ91E8Ih7v7WMp9xXtUgE,3660
137
- anyscale/client/openapi_client/models/anyscaleversionresponse_response.py,sha256=qt_u5TZls-iegyAvKZJn1UvMysySt66ZSs_-SYEvSEM,3671
138
136
  anyscale/client/openapi_client/models/api_key_parameters.py,sha256=Phogo4Wlfh7mLvO9zdbl0rnwLXybouw-jc24LMtLO30,4192
139
137
  anyscale/client/openapi_client/models/app_config.py,sha256=MUZZvN7ubtXGztcmvfeFpWphmFBYFBuz93RmSlCUjSg,13441
140
138
  anyscale/client/openapi_client/models/app_config_config_schema.py,sha256=hndteMLWyYHPZBvyqdxVf2Fv7w5ZmEBmrqfxebnkOIM,7899
@@ -153,6 +151,8 @@ anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py,sha256=0iW
153
151
  anyscale/client/openapi_client/models/aws_region_and_zones.py,sha256=m5x4uXbhAwc_thVedy0DiiLS5qd144qmcYk6LMl-zHo,3769
154
152
  anyscale/client/openapi_client/models/aws_region_info.py,sha256=y30HS1AyryxoqIEk5vrgVj7QTbjLL1X8zNUBHtLOqzY,4698
155
153
  anyscale/client/openapi_client/models/awsregionandzones_response.py,sha256=yUmo9cDoDworNZdnd-3F8PzLXWIMzPlxFstvo-p2HZY,3605
154
+ anyscale/client/openapi_client/models/backend_server_api_product_models_dataset_runs_dataset_response.py,sha256=EDjqrf5BGbb9A18A6MxfhboPqEWmERigcQ6JOIUo_88,3896
155
+ anyscale/client/openapi_client/models/backend_server_api_product_routers_datasets_router_dataset_response.py,sha256=UUDGBkQ7K51_4WUPoP3YJ-9ubZcRX0zaNKTEPPf1YiQ,3847
156
156
  anyscale/client/openapi_client/models/bank_account_information.py,sha256=500GehjG2BiYBj2VeAHGZ4TAr6_lRrTHYmnJ3aqsv60,8222
157
157
  anyscale/client/openapi_client/models/base_job_status.py,sha256=hQoX9Z6VWkKqPGVwiV7WGcfMgggWlpo8-Ig0lfhc534,3010
158
158
  anyscale/client/openapi_client/models/baseimagesenum.py,sha256=vV6UumNpFilta6-i4DdtCDx964z0cmITUskchAoecNo,233912
@@ -306,8 +306,10 @@ anyscale/client/openapi_client/models/credit_card_information.py,sha256=Ael5jCvF
306
306
  anyscale/client/openapi_client/models/customer_alert_status.py,sha256=hcvEKv0QHAy-98ENvrud0FfIVHK5Lu6GOC8QDBRfCrU,2890
307
307
  anyscale/client/openapi_client/models/dataplane_services.py,sha256=iPEKAk7R83srccjR0l25YY2pntdf_6IfID-dhDA9v_4,2918
308
308
  anyscale/client/openapi_client/models/dataset.py,sha256=Gok0vAOXDEj2A3vZwbGxNnH-2Ajxu9pRGWZvfQ0usSQ,12062
309
+ anyscale/client/openapi_client/models/dataset_jobs.py,sha256=1gt2IE0gyNiLQMDlCoswSowzNF_MnZy5VxuWn2p7Oys,3463
309
310
  anyscale/client/openapi_client/models/dataset_list_response.py,sha256=w9_Ynt3MjLlCuqEu5NIHNt3_fWxm7-Xrj6Qd2fd1vOg,4522
310
- anyscale/client/openapi_client/models/dataset_response.py,sha256=h_Kfc6_PAqHl0HbbDaEaw7PukGnIEj45r-vOrefZbwM,3495
311
+ anyscale/client/openapi_client/models/dataset_metrics.py,sha256=LVVNCyRb2qSN_1Kae3BcDpbYRmSA_As82AR4mIAdhZQ,11607
312
+ anyscale/client/openapi_client/models/dataset_state.py,sha256=fmP97VHXvrTuwEm8lQhSnarE6dXMzcF5bYBK6XDCKpc,2898
311
313
  anyscale/client/openapi_client/models/dataset_upload.py,sha256=rOHyuUSC_14OlJU2I3d14K8SxD0sY-reNiYDsdKM8ec,4361
312
314
  anyscale/client/openapi_client/models/datasetupload_response.py,sha256=0c090SMm7H---lZkx9lPHAimah54Nk1hdwJK7pd82Mg,3561
313
315
  anyscale/client/openapi_client/models/decorated_application_template.py,sha256=p8td6V3VQ0NqW4mnabM4W7EughggIduIo8Xv7jUZgEE,16407
@@ -338,7 +340,6 @@ anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py,
338
340
  anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py,sha256=y6V6CUYnB-UwPMZl-W9NU6GetkbzRpxanG4oViEFymA,3682
339
341
  anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py,sha256=LGAK6Oy3NtZ-2tY5xH6ENeWlQieHvcrUF6N2YyX4Id8,4602
340
342
  anyscale/client/openapi_client/models/decoratedinteractivesession_response.py,sha256=oTg7OoZTcy6DzM8E2QEnXSTsWcIWH9tBjux9ec-9oek,3715
341
- anyscale/client/openapi_client/models/decoratedjob_list_response.py,sha256=G-Z6fHduQ1nGN1UokVx_NKj4EZO-JpLkNmQibAVy5gY,4377
342
343
  anyscale/client/openapi_client/models/decoratedjob_response.py,sha256=U9qpmvHhHl7cXaLMXVal_u8y1SRH0KAAwddhdHYfdIo,3550
343
344
  anyscale/client/openapi_client/models/decoratedjobqueue_list_response.py,sha256=rQw97avCPDRfq18fHya8IZGVdei2pkuqbJJrwPbt39Q,4452
344
345
  anyscale/client/openapi_client/models/decoratedjobqueue_response.py,sha256=BYR9EeTgnJW-UOVi9RC9YrJB9B15m6YMVjZnx1iD8ps,3605
@@ -480,6 +481,7 @@ anyscale/client/openapi_client/models/machine_info.py,sha256=3L1vM8pOHOX4VZz-sIf
480
481
  anyscale/client/openapi_client/models/machine_launch_failure.py,sha256=9MMZ17hGYKR0xBfUKcVc2yhtVsBQFtxcNXSBmnnMU7Y,4601
481
482
  anyscale/client/openapi_client/models/machine_pool.py,sha256=0_tga2wp9DR-tGeGHg3AE1F1iiKn8N_ruWCr_aVtxX0,9135
482
483
  anyscale/client/openapi_client/models/machine_state_info.py,sha256=vTwjL3buXuT7Qkub3bf4-OlAzUr7mj1Yh1ReUVk0XZk,11351
484
+ anyscale/client/openapi_client/models/metric.py,sha256=FJ7eFJ-b_Sct1Z0bJdKy3b5wrY1sMwH_g2ZNbjOY_ks,4847
483
485
  anyscale/client/openapi_client/models/metronome_customer_info_model.py,sha256=TNHzxUfadF8RDFkhNDSsasgXEEv0hjMoyrsFVKx50zM,4847
484
486
  anyscale/client/openapi_client/models/metronome_dashboard_type.py,sha256=maFESxv00_Nj3hL_snx52zehYzGMElEdtMmcQxqqJ3g,2902
485
487
  anyscale/client/openapi_client/models/metronomecustomerinfomodel_list_response.py,sha256=X37CbQsoSE85ciDZZioX7te1iBcb5Tw-Iccyw77Oous,4587
@@ -512,6 +514,7 @@ anyscale/client/openapi_client/models/notification_channel_email_config.py,sha25
512
514
  anyscale/client/openapi_client/models/notification_channel_slack_config.py,sha256=kYQ18Z8dvq8TY1QqNuJS6w7xz62AW44VwOjaVddHX7Y,3705
513
515
  anyscale/client/openapi_client/models/notification_channel_webhook_config.py,sha256=1kbsG1xp7W_MwNoemXH0oJA5KAdKHWNdCi5DEOQbMBw,3763
514
516
  anyscale/client/openapi_client/models/onboarding_user_cards_query.py,sha256=d83wBZi9u7xHGIPLsOpyp1t2R9-Ye6XtZtfs4yIdzVY,3584
517
+ anyscale/client/openapi_client/models/operator_metrics.py,sha256=_Vnk6BJ-KGMXZ-8oDnqUZNLD2yGiDrVWAdXvuf4aStk,7372
515
518
  anyscale/client/openapi_client/models/organization.py,sha256=-xGnObI7kkDV66TGskc2uu9kG3z4rX_CkoHt8mdaVvU,16651
516
519
  anyscale/client/openapi_client/models/organization_availability.py,sha256=t9ihnzfrNpaAXL-ROX6hDMn5T0PhJhJQcxhq06DgVU4,4673
517
520
  anyscale/client/openapi_client/models/organization_collaborator.py,sha256=b1EWH9jTsPKPv5aotAnf052kC_v4YQ2FVyIcJ28g5pM,8034
@@ -654,7 +657,6 @@ anyscale/client/openapi_client/models/sessiondetails_response.py,sha256=Lh-hoiRP
654
657
  anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py,sha256=H837Bhwhtj9zzzgftglrPVAtkJuCC3bTkpnItPfDMA8,4467
655
658
  anyscale/client/openapi_client/models/sessions_sort_field.py,sha256=6C7TSxmnELVnK0l9_g3bSb9nV2fCLQroGdsZlTxymDY,2957
656
659
  anyscale/client/openapi_client/models/sessionsshkey_response.py,sha256=z0YT-uC_DYS6kn1C_2Xs6NHR4eMaOkRg05OUd1w02t0,3561
657
- anyscale/client/openapi_client/models/setup_initialize_session_options.py,sha256=6z4dZI7oa_YALBUGk3FVtNR8Kt4Sj8YaUKlcrIDNhZ0,6896
658
660
  anyscale/client/openapi_client/models/show_otp_source_return_api_model.py,sha256=gNK_eO-cTjA-aMCD2-U61psMxVsD4N9DzT6JQlOV1kQ,3642
659
661
  anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py,sha256=nQpVssn04QuNZ6zx10SpfEl8G216X9-QenYXqUDkkYA,3715
660
662
  anyscale/client/openapi_client/models/snapshot_create_message.py,sha256=CWP1XOvlmvZ-a3o3ojBOwxumqs1tV4ozoqGFxn8LXnk,4340
@@ -683,7 +685,7 @@ anyscale/client/openapi_client/models/timestampedlogsoutput_response.py,sha256=3
683
685
  anyscale/client/openapi_client/models/tool.py,sha256=VdvWL_MW4EQGShmmjOL0OpD_oCBaU4EUofUxdzGSlwg,2977
684
686
  anyscale/client/openapi_client/models/tracing_config.py,sha256=UdOdwgPRrXQyFNDgnsBKtFyBHYx9Z7nrctNJX-H8VTM,6293
685
687
  anyscale/client/openapi_client/models/train_resources.py,sha256=cUsgnqj5rRVhos7lsU02zFE7RUBJuXv07-g8nta19_k,3577
686
- anyscale/client/openapi_client/models/train_run.py,sha256=5ZSNTKJdkw0KWLePfMW2dTMGsfOeohjEU0rLW1cR1bg,12075
688
+ anyscale/client/openapi_client/models/train_run.py,sha256=A70NSRZPebEgvnoRPEo69eWv6-WcxF4sXV67yzqON78,13000
687
689
  anyscale/client/openapi_client/models/train_run_attempt.py,sha256=s8_rIdNLl4ofLaP2oBoDhQKOEPedlaU1qlxGm4wKcMM,9353
688
690
  anyscale/client/openapi_client/models/train_worker.py,sha256=fRqsp61gZj7EJNPw0Cxz12Qg9dgISLrxsVbFPiaZ4kQ,11237
689
691
  anyscale/client/openapi_client/models/trainrun_list_response.py,sha256=OjmJOsglUhoqv2lhocx-DloJY9bk30ZYGNK0ObcorkY,4317
@@ -793,8 +795,7 @@ anyscale/commands/util.py,sha256=h34d1OUOjcC_QMUGc8th-sAp7xDGs4l7YeYmJx82BKk,510
793
795
  anyscale/commands/workspace_commands.py,sha256=aS3tLB8VUjNYdL26BgcpFAkqEpECloVZDtkkbhCix68,15750
794
796
  anyscale/commands/workspace_commands_v2.py,sha256=N4vpb54xq_4wrCwsYQrjrjNxYwYvOE3gbP0pmrfYmEE,27964
795
797
  anyscale/commands/anyscale_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
796
- anyscale/commands/anyscale_api/api_commands.py,sha256=Z7ArzPUWp-NyRZi_mVhabaqiwiMBxFqhv4D4gzfwGDQ,602
797
- anyscale/commands/anyscale_api/session_commands_commands.py,sha256=Ne6xwiRqQwz9nRRH5clGPhkRokk04hDeXtiU4q5KjRM,2731
798
+ anyscale/commands/anyscale_api/api_commands.py,sha256=Dze2wuzeZurlbxOu4YHZqln026yXgtWi_jxccyKANmw,473
798
799
  anyscale/commands/anyscale_api/session_operations_commands.py,sha256=LiavgWn2-F7b3GZD0ng_Q1HiEP4o32e8nO9yU92AgxI,803
799
800
  anyscale/commands/anyscale_api/sessions_commands.py,sha256=vaCfmGMsZp6EyNJHmsvbGJHdJJ9vGcjUvyOsDGQmBAQ,5320
800
801
  anyscale/commands/llm/dataset_commands.py,sha256=v01wWmVxJ8j8lzvhFReE5p8ucvLjDHp_n2Jkoqg7HrA,7338
@@ -807,13 +808,13 @@ anyscale/compute_config/_private/compute_config_sdk.py,sha256=Fc1st0f07XVG1NN-tk
807
808
  anyscale/connect_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
808
809
  anyscale/connect_utils/prepare_cluster.py,sha256=FuuNb77aFPCWAwjbyItp-zlkIDKo5ebd0HcK0Zox9GU,41373
809
810
  anyscale/connect_utils/project.py,sha256=LwcGqTQS_mZp6C79NMoMhmcWGR9j2C1Zi1S4PnPNzhQ,12239
810
- anyscale/connect_utils/start_interactive_session.py,sha256=NdS5qCnhPNMUA-v_F0l96EbtfqLKHpFd6vIF7YggthQ,17287
811
+ anyscale/connect_utils/start_interactive_session.py,sha256=DbuIK2wuWofmbwJ9MLbsb7xpLDs8I2TJB6zWsyHXvjI,17446
811
812
  anyscale/controllers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
812
813
  anyscale/controllers/auth_controller.py,sha256=hDY2sPvUP8pvh8PnlDYH5rCHjQes2v3b_KBVjMbrzeE,5127
813
814
  anyscale/controllers/base_controller.py,sha256=1QFJoScFUV7YTzpKarhwPOc1SvI-xqX3TZmwxKonW6I,1998
814
815
  anyscale/controllers/cloud_controller.py,sha256=yRySAL0Zt82d18W5tT7M2QGwP4f8hjJWiBoPnmmXFDo,157602
815
816
  anyscale/controllers/cloud_functional_verification_controller.py,sha256=gTn0bNB-7zpICDFhttEEu4npoKUaKOX44BpVEpmW1l8,33389
816
- anyscale/controllers/cluster_controller.py,sha256=f6Lh1zxZ-rmJrJaxE7SBB0YtFtZCa7qXzgxhRLEmUlQ,29275
817
+ anyscale/controllers/cluster_controller.py,sha256=FGL_XoVqxAwTCVHsXZGVCuUnbXvB2ulV-W4-6XFy1q4,28703
817
818
  anyscale/controllers/cluster_env_controller.py,sha256=JalGzcmnFtMHefYL5U6ijMY3nX6W6BsMEfZSMtgBvtU,8048
818
819
  anyscale/controllers/compute_config_controller.py,sha256=GnZAJGrPAmGO6MWvqna-0-DBlwC1y8fnKgwsDVa0eDs,14110
819
820
  anyscale/controllers/config_controller.py,sha256=VsfdARHxo4tMLfeiYkTNOMGW3sIcNhVqYi37-SruKnk,17125
@@ -824,7 +825,7 @@ anyscale/controllers/list_controller.py,sha256=oaOS6oo2TKPpXhGjs_laxuIVKinv3FwYf
824
825
  anyscale/controllers/logs_controller.py,sha256=x5GBUVdPYhbWRA3RfMQZJi3hBS2i35RkgzROfmY47h4,17647
825
826
  anyscale/controllers/machine_controller.py,sha256=WauNi7Spzt2TFZrIN4PwULzgJZBVDFlytzFqpDQ106w,1188
826
827
  anyscale/controllers/machine_pool_controller.py,sha256=zRWDJgnkusLfOKtaOB2c3FSE70e2SaZS0iGwO39Rar8,3574
827
- anyscale/controllers/project_controller.py,sha256=kiGYUNCbYvO0MtzT8qUZLo4YBmfLMHObCjyFGWrByM0,11108
828
+ anyscale/controllers/project_controller.py,sha256=wAWIRGljy_oQYH7x4ERJxqtbW5z1Vgu9wVN9ifq_vaY,10904
828
829
  anyscale/controllers/schedule_controller.py,sha256=4yLsWfRVqAFAkSV-eUnvLHw1732SUY7oWsgjeJrhhL8,11910
829
830
  anyscale/controllers/service_controller.py,sha256=RjYVWpGJjFbFDkEDfHpQNINR0tUbGVDkyDg3l-jakeU,16960
830
831
  anyscale/controllers/workspace_controller.py,sha256=LNjLMxQ29vBvYiVVLUWVl3AXTHlRU4Ohao0EgiD4ofI,8449
@@ -839,8 +840,8 @@ anyscale/image/models.py,sha256=xEaZfrMydtkdr-7zYlI-2d9Su2I7al7TgBulwG_plnI,1812
839
840
  anyscale/image/_private/image_sdk.py,sha256=c6ONvbcq1bUP0YbfIMw8QLRFfVbCiiTwULQAniotd04,7311
840
841
  anyscale/job/__init__.py,sha256=_5Nb3a11F4oAHXirTgx5vDdgpVzJ62FdGFmADxxvcPE,5051
841
842
  anyscale/job/commands.py,sha256=iS9dMPJimtrhO-_RAExotRzSmrvl0zxInLaX9-kucQM,8230
842
- anyscale/job/models.py,sha256=nLxMZDnPmn7m_JJ90acI0hm0xxSOUI-pX61r3WhqXME,17564
843
- anyscale/job/_private/job_sdk.py,sha256=gK6JceOEa73blF5lk36we9AbnTnpSsJXUM7eyzrR2XY,18900
843
+ anyscale/job/models.py,sha256=n-tVkvIRznes0QEwHn75i9u_LZ8whisTaN4iltz5JFs,17859
844
+ anyscale/job/_private/job_sdk.py,sha256=JCF6qneIBS1-H9zFwLjwhc4GGPS4rlMNuk2ozTRKwas,18990
844
845
  anyscale/llm/__init__.py,sha256=lRp09PWR2gcJF_1Y9ieIIQWirijP5p_l3AQkTir2iN4,76
845
846
  anyscale/llm/sdk.py,sha256=VmA03eegizqikWR3eH2jYNiA8-FY3Qq1GGtvdkgU470,733
846
847
  anyscale/llm/dataset/__init__.py,sha256=J-z8d7Bdvjf_5OOjcHrFQrXnCxbdcvzUBcyapawIuHg,131
@@ -871,15 +872,15 @@ anyscale/schedule/__init__.py,sha256=xZ07hHVUBMs_6tkhIJYqdskoDtgAndL7Zb0bMY9fCF8
871
872
  anyscale/schedule/commands.py,sha256=hIWgDRUVOXpQusnxlt7aPgHtmfi6GAr__4kUWRJ6YGo,4511
872
873
  anyscale/schedule/models.py,sha256=l3vVpY6ovr1vAgiwjFjVXyHa2tTJ0cLCR0cFIIpllKg,4561
873
874
  anyscale/schedule/_private/schedule_sdk.py,sha256=pkiC0QNnWvnyOphiXa_YzArL9WhVu1VScXbH8DqdHK0,5956
874
- anyscale/sdk/anyscale_client/__init__.py,sha256=U5FqqPMw_sKvWLjlP6uqijl4wU7ac25-v_GHRWeMZUo,15580
875
+ anyscale/sdk/anyscale_client/__init__.py,sha256=wVJVQBFmIQmSMkyVI36XlqS_ceB4VkrLsJ6dTMAYXRU,15185
875
876
  anyscale/sdk/anyscale_client/api_client.py,sha256=fyYpBZLDufVvXbN9KdUaer52hmKPdRSIJL2vOLN_aCk,25565
876
877
  anyscale/sdk/anyscale_client/configuration.py,sha256=k65_MVukneN2JA_WUHXjnqiqpmBWjEmguSZvHx4Uihg,12361
877
878
  anyscale/sdk/anyscale_client/exceptions.py,sha256=A57t810Y_rVxFpbQlfaDhCwOjeFSB6jsx0I85qkKTUQ,3789
878
879
  anyscale/sdk/anyscale_client/rest.py,sha256=HVsalJFwXwGTEYgVsLJcsLKUU47wZ5oFSWmOsT2LkMM,12499
879
880
  anyscale/sdk/anyscale_client/sdk.py,sha256=donjqpTmWrGZhQOp5ludnKNBJoIZbMPU5EKTh6QoHW8,27604
880
881
  anyscale/sdk/anyscale_client/api/__init__.py,sha256=aI2dYRCOMQk0Ma2_qiEkpFpQGkEquzKNPGPSErfbhro,142
881
- anyscale/sdk/anyscale_client/api/default_api.py,sha256=8jIF9ZA1PfKiB3JHe6A4X8DatWV-DjtBK_hlg-rytU0,514305
882
- anyscale/sdk/anyscale_client/models/__init__.py,sha256=su1bL7vydVOH93zu-GcqV-Xv3Z6RsVdCsjWd_Bqk6Tk,15082
882
+ anyscale/sdk/anyscale_client/api/default_api.py,sha256=Igtx9uC5rAJvTlHKP_Qfj0eEkMK1NVvp-rY5WfuTQKM,491682
883
+ anyscale/sdk/anyscale_client/models/__init__.py,sha256=m9m4dYM9vV2CAPAbqyHlkZAKrgOAi8UVC5YoDIYfVSo,14687
883
884
  anyscale/sdk/anyscale_client/models/access_config.py,sha256=FOH_2UU2astWm_ilA1_FpWqKQRxwMYXjGC-UT4Zj65Y,3646
884
885
  anyscale/sdk/anyscale_client/models/app_config.py,sha256=1sWYt1jiljHiXtWCQi7HJw4sBvulaqPV8tmTvNpgZYI,13439
885
886
  anyscale/sdk/anyscale_client/models/app_config_config_schema.py,sha256=0RD9ffMfQ_XFXyVY7qjisOropKYT2tZ2p3XyxPrqjE0,7897
@@ -964,7 +965,6 @@ anyscale/sdk/anyscale_client/models/create_production_job_config.py,sha256=VEUhf
964
965
  anyscale/sdk/anyscale_client/models/create_project.py,sha256=4d4L722K0eTY-fZ00o_zSZUo8h1ipbZPKc27iZGPH0o,6394
965
966
  anyscale/sdk/anyscale_client/models/create_schedule.py,sha256=gp43DtcHVb65N2nLytRbwzII9SFRV9Hdb8ckGVnJ68o,8046
966
967
  anyscale/sdk/anyscale_client/models/create_session.py,sha256=TLdJssRyQr51gJncwfTsp7oveU2sft_iBuJ06Nmn3G8,15575
967
- anyscale/sdk/anyscale_client/models/create_session_command.py,sha256=igHIbCnt_PmNG15Mp79fap96nWnZJ5EmXcQMTTV5o1Y,4825
968
968
  anyscale/sdk/anyscale_client/models/create_sso_config.py,sha256=gn4zP4SB3EZdPWreypp-rstGOH78vPdAUqzizp_GaFE,5296
969
969
  anyscale/sdk/anyscale_client/models/grpc_protocol_config.py,sha256=hXMCuFj3miO8OWuUASmCUHrBIBDbBIIyii4Mos6RFjY,5133
970
970
  anyscale/sdk/anyscale_client/models/ha_job_goal_states.py,sha256=ypzomQpoxZP3QuuaHqTsPRQYLX-ZFS_jGPS68iN67wU,2923
@@ -1037,8 +1037,6 @@ anyscale/sdk/anyscale_client/models/service_version_state.py,sha256=70UygIXv31YQ
1037
1037
  anyscale/sdk/anyscale_client/models/servicemodel_list_response.py,sha256=-71b0cU3Lj_dTh74WcTlHRbB6OqIDyRPmXBLhhY-P-w,4375
1038
1038
  anyscale/sdk/anyscale_client/models/servicemodel_response.py,sha256=3rAjmUOO6HKR8gEklDxoHKvn6IXECCRCuqQiLbZCmw0,3548
1039
1039
  anyscale/sdk/anyscale_client/models/session.py,sha256=14UxTLjoOBr_IDR5Ik1G6b7GVbO9qrV3d1f5eXE0Nzc,59895
1040
- anyscale/sdk/anyscale_client/models/session_command.py,sha256=C1BdhEqXKuxSzR8S8HFGlKLUDohSY0_ZzRx9wEWISdw,11569
1041
- anyscale/sdk/anyscale_client/models/session_command_types.py,sha256=cIZ7skR2hFzdxLFCpQDkb0Pl3rsnby94SwRLcNrKpbI,2906
1042
1040
  anyscale/sdk/anyscale_client/models/session_list_response.py,sha256=MypORsZyNL7273F-c1BI0txx-WfOMBTAARL-JI_M2PE,4300
1043
1041
  anyscale/sdk/anyscale_client/models/session_operation.py,sha256=4M3i19t-nzU33k0KvM9n3zFKg44QxYzqsQlBWN_6VqU,9143
1044
1042
  anyscale/sdk/anyscale_client/models/session_operation_type.py,sha256=EtVPK_661dboi0BMdozfUjMWbSKWlAPOlApHjXqx_8U,2886
@@ -1047,8 +1045,6 @@ anyscale/sdk/anyscale_client/models/session_starting_up_data.py,sha256=kfwpLY1s4
1047
1045
  anyscale/sdk/anyscale_client/models/session_state.py,sha256=HbGrjYS-zATMtgCjKdiV0_ViadEyXIUAZU-8wVjnRF4,3388
1048
1046
  anyscale/sdk/anyscale_client/models/session_state_data.py,sha256=_VXob-VFJXXie0N4LhiPCTaaNus04yDv4a02iJGxMg4,4128
1049
1047
  anyscale/sdk/anyscale_client/models/session_stopping_data.py,sha256=RVHmkAgYql4rrLF-JTSYeHdkf1xfpSI3KQuYVpXrmSo,4222
1050
- anyscale/sdk/anyscale_client/models/sessioncommand_list_response.py,sha256=X_7K1mjpcQC1F6MTe7QdLVE_KlfKklDXh6qZSuw2QXg,4405
1051
- anyscale/sdk/anyscale_client/models/sessioncommand_response.py,sha256=wFPtDvulnMT3UB70khwrdz7LN8Wf4V765_GqptKSCxM,3570
1052
1048
  anyscale/sdk/anyscale_client/models/sessionoperation_response.py,sha256=0oka4ubC14bHAcR1e1XCel-kO_KJ4Ipa9SWc1U29jvw,3592
1053
1049
  anyscale/sdk/anyscale_client/models/sessions_query.py,sha256=R7D9jV6WYTMx1dADnrMDGz2Ek52Ed4BG3RPxTVuUots,6101
1054
1050
  anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py,sha256=UoB71wVunPaz5-iYla6h0CA6pN3AzuavjEkEKTX5FW8,4602
@@ -1144,10 +1140,10 @@ anyscale/workspace/__init__.py,sha256=fIxkn8b_HADCQl5njPAbcJxAf0sajZoc55L_wMvGAx
1144
1140
  anyscale/workspace/commands.py,sha256=21FubFd2wmEwlVbk-ng-adwBm-O4ZPBgEJnoavbfvbU,14035
1145
1141
  anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
1146
1142
  anyscale/workspace/_private/workspace_sdk.py,sha256=4LOBmMm7kd-O94ii5uP1UDbkWLComh6zI5QmE2lXRTY,26824
1147
- anyscale-0.26.4.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
1148
- anyscale-0.26.4.dist-info/METADATA,sha256=Jlye9Bax_ovqc_QVSMz6Sz4QQhrUUuPTj60kL5YeyOs,3049
1149
- anyscale-0.26.4.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
1150
- anyscale-0.26.4.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
1151
- anyscale-0.26.4.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
1152
- anyscale-0.26.4.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
1153
- anyscale-0.26.4.dist-info/RECORD,,
1143
+ anyscale-0.26.5.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
1144
+ anyscale-0.26.5.dist-info/METADATA,sha256=-ZwW0adPskmIn7DLgYKF2JEt4kjfUgY-xvW2oDrY2rc,3049
1145
+ anyscale-0.26.5.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
1146
+ anyscale-0.26.5.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
1147
+ anyscale-0.26.5.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
1148
+ anyscale-0.26.5.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
1149
+ anyscale-0.26.5.dist-info/RECORD,,
@@ -1,225 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Managed Ray API
5
-
6
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7
-
8
- The version of the OpenAPI document: 0.1.0
9
- Generated by: https://openapi-generator.tech
10
- """
11
-
12
-
13
- import pprint
14
- import re # noqa: F401
15
-
16
- import six
17
-
18
- from openapi_client.configuration import Configuration
19
-
20
-
21
- class SetupInitializeSessionOptions(object):
22
- """NOTE: This class is auto generated by OpenAPI Generator.
23
- Ref: https://openapi-generator.tech
24
-
25
- Do not edit the class manually.
26
- """
27
-
28
- """
29
- Attributes:
30
- openapi_types (dict): The key is attribute name
31
- and the value is attribute type.
32
- attribute_map (dict): The key is attribute name
33
- and the value is json key in definition.
34
- """
35
- openapi_types = {
36
- 'project_id': 'str',
37
- 'cluster_config': 'WriteClusterConfig',
38
- 'no_restart': 'bool',
39
- 'restart_only': 'bool',
40
- 'no_update': 'bool'
41
- }
42
-
43
- attribute_map = {
44
- 'project_id': 'project_id',
45
- 'cluster_config': 'cluster_config',
46
- 'no_restart': 'no_restart',
47
- 'restart_only': 'restart_only',
48
- 'no_update': 'no_update'
49
- }
50
-
51
- def __init__(self, project_id=None, cluster_config=None, no_restart=False, restart_only=False, no_update=False, local_vars_configuration=None): # noqa: E501
52
- """SetupInitializeSessionOptions - a model defined in OpenAPI""" # noqa: E501
53
- if local_vars_configuration is None:
54
- local_vars_configuration = Configuration()
55
- self.local_vars_configuration = local_vars_configuration
56
-
57
- self._project_id = None
58
- self._cluster_config = None
59
- self._no_restart = None
60
- self._restart_only = None
61
- self._no_update = None
62
- self.discriminator = None
63
-
64
- self.project_id = project_id
65
- if cluster_config is not None:
66
- self.cluster_config = cluster_config
67
- if no_restart is not None:
68
- self.no_restart = no_restart
69
- if restart_only is not None:
70
- self.restart_only = restart_only
71
- if no_update is not None:
72
- self.no_update = no_update
73
-
74
- @property
75
- def project_id(self):
76
- """Gets the project_id of this SetupInitializeSessionOptions. # noqa: E501
77
-
78
-
79
- :return: The project_id of this SetupInitializeSessionOptions. # noqa: E501
80
- :rtype: str
81
- """
82
- return self._project_id
83
-
84
- @project_id.setter
85
- def project_id(self, project_id):
86
- """Sets the project_id of this SetupInitializeSessionOptions.
87
-
88
-
89
- :param project_id: The project_id of this SetupInitializeSessionOptions. # noqa: E501
90
- :type: str
91
- """
92
- if self.local_vars_configuration.client_side_validation and project_id is None: # noqa: E501
93
- raise ValueError("Invalid value for `project_id`, must not be `None`") # noqa: E501
94
-
95
- self._project_id = project_id
96
-
97
- @property
98
- def cluster_config(self):
99
- """Gets the cluster_config of this SetupInitializeSessionOptions. # noqa: E501
100
-
101
-
102
- :return: The cluster_config of this SetupInitializeSessionOptions. # noqa: E501
103
- :rtype: WriteClusterConfig
104
- """
105
- return self._cluster_config
106
-
107
- @cluster_config.setter
108
- def cluster_config(self, cluster_config):
109
- """Sets the cluster_config of this SetupInitializeSessionOptions.
110
-
111
-
112
- :param cluster_config: The cluster_config of this SetupInitializeSessionOptions. # noqa: E501
113
- :type: WriteClusterConfig
114
- """
115
-
116
- self._cluster_config = cluster_config
117
-
118
- @property
119
- def no_restart(self):
120
- """Gets the no_restart of this SetupInitializeSessionOptions. # noqa: E501
121
-
122
-
123
- :return: The no_restart of this SetupInitializeSessionOptions. # noqa: E501
124
- :rtype: bool
125
- """
126
- return self._no_restart
127
-
128
- @no_restart.setter
129
- def no_restart(self, no_restart):
130
- """Sets the no_restart of this SetupInitializeSessionOptions.
131
-
132
-
133
- :param no_restart: The no_restart of this SetupInitializeSessionOptions. # noqa: E501
134
- :type: bool
135
- """
136
-
137
- self._no_restart = no_restart
138
-
139
- @property
140
- def restart_only(self):
141
- """Gets the restart_only of this SetupInitializeSessionOptions. # noqa: E501
142
-
143
-
144
- :return: The restart_only of this SetupInitializeSessionOptions. # noqa: E501
145
- :rtype: bool
146
- """
147
- return self._restart_only
148
-
149
- @restart_only.setter
150
- def restart_only(self, restart_only):
151
- """Sets the restart_only of this SetupInitializeSessionOptions.
152
-
153
-
154
- :param restart_only: The restart_only of this SetupInitializeSessionOptions. # noqa: E501
155
- :type: bool
156
- """
157
-
158
- self._restart_only = restart_only
159
-
160
- @property
161
- def no_update(self):
162
- """Gets the no_update of this SetupInitializeSessionOptions. # noqa: E501
163
-
164
-
165
- :return: The no_update of this SetupInitializeSessionOptions. # noqa: E501
166
- :rtype: bool
167
- """
168
- return self._no_update
169
-
170
- @no_update.setter
171
- def no_update(self, no_update):
172
- """Sets the no_update of this SetupInitializeSessionOptions.
173
-
174
-
175
- :param no_update: The no_update of this SetupInitializeSessionOptions. # noqa: E501
176
- :type: bool
177
- """
178
-
179
- self._no_update = no_update
180
-
181
- def to_dict(self):
182
- """Returns the model properties as a dict"""
183
- result = {}
184
-
185
- for attr, _ in six.iteritems(self.openapi_types):
186
- value = getattr(self, attr)
187
- if isinstance(value, list):
188
- result[attr] = list(map(
189
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
190
- value
191
- ))
192
- elif hasattr(value, "to_dict"):
193
- result[attr] = value.to_dict()
194
- elif isinstance(value, dict):
195
- result[attr] = dict(map(
196
- lambda item: (item[0], item[1].to_dict())
197
- if hasattr(item[1], "to_dict") else item,
198
- value.items()
199
- ))
200
- else:
201
- result[attr] = value
202
-
203
- return result
204
-
205
- def to_str(self):
206
- """Returns the string representation of the model"""
207
- return pprint.pformat(self.to_dict())
208
-
209
- def __repr__(self):
210
- """For `print` and `pprint`"""
211
- return self.to_str()
212
-
213
- def __eq__(self, other):
214
- """Returns true if both objects are equal"""
215
- if not isinstance(other, SetupInitializeSessionOptions):
216
- return False
217
-
218
- return self.to_dict() == other.to_dict()
219
-
220
- def __ne__(self, other):
221
- """Returns true if both objects are not equal"""
222
- if not isinstance(other, SetupInitializeSessionOptions):
223
- return True
224
-
225
- return self.to_dict() != other.to_dict()
@@ -1,80 +0,0 @@
1
- """
2
- Commands to interact with the Anyscale Session Commands API
3
- """
4
-
5
- from typing import Optional
6
-
7
- import click
8
-
9
- from anyscale.authenticate import get_auth_api_client
10
- from anyscale.formatters import common_formatter
11
- from anyscale.sdk.anyscale_client import CreateSessionCommand
12
-
13
-
14
- @click.group(
15
- "commands", help="Commands to interact with the Session Commands API.",
16
- )
17
- def session_commands() -> None:
18
- pass
19
-
20
-
21
- @session_commands.command(name="list", short_help="Lists Session Commands.")
22
- @click.argument("session-id", required=True)
23
- @click.option(
24
- "--count", type=int, default=10, help="Number of commands to show. Defaults to 10"
25
- )
26
- @click.option(
27
- "--paging-token",
28
- required=False,
29
- help="Paging token used to fetch subsequent pages of commands.",
30
- )
31
- def list_session_commands(
32
- session_id: str, count: int, paging_token: Optional[str],
33
- ) -> None:
34
- """Lists commands that have been executed on Session with SESSION_ID"""
35
-
36
- api_client = get_auth_api_client().anyscale_api_client
37
- response = api_client.list_session_commands(
38
- session_id, count=count, paging_token=paging_token
39
- )
40
-
41
- print(common_formatter.prettify_json(response.to_dict()))
42
-
43
-
44
- @session_commands.command(name="get", short_help="Get details about a Session Command.")
45
- @click.argument("session-command-id", required=True)
46
- def get_session_command(session_command_id: str) -> None:
47
- """Get details about the Session Command with id SESSION_COMMAND_ID"""
48
-
49
- api_client = get_auth_api_client().anyscale_api_client
50
- response = api_client.get_session_command(session_command_id)
51
-
52
- print(common_formatter.prettify_json(response.to_dict()))
53
-
54
-
55
- @session_commands.command(name="kill", short_help="Kills a Session Command.")
56
- @click.argument("session-command-id", required=True)
57
- def kill_session_command(session_command_id: str) -> None:
58
- """Kills the Session Command with id SESSION_COMMAND_ID"""
59
-
60
- api_client = get_auth_api_client().anyscale_api_client
61
- response = api_client.kill_session_command(session_command_id)
62
-
63
- print(common_formatter.prettify_json(response.to_dict()))
64
-
65
-
66
- @session_commands.command(
67
- name="create", short_help="Creates and executes a Session Command."
68
- )
69
- @click.argument("session-id", required=True)
70
- @click.argument("shell-command", required=True)
71
- def create_session_command(session_id: str, shell_command: str) -> None:
72
- """Creates and executes SHELL_COMMAND on the session with id SESSION_ID."""
73
-
74
- api_client = get_auth_api_client().anyscale_api_client
75
- create_data = CreateSessionCommand(
76
- session_id=session_id, shell_command=shell_command
77
- )
78
- response = api_client.create_session_command(create_data)
79
-
80
- print(common_formatter.prettify_json(response.to_dict()))