anyscale 0.26.4__py3-none-any.whl → 0.26.6__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.
- anyscale/_private/anyscale_client/anyscale_client.py +1 -5
- anyscale/_private/docgen/__main__.py +0 -3
- anyscale/_private/docgen/api.md +0 -40
- anyscale/_private/docgen/models.md +0 -49
- anyscale/anyscale-cloud-setup-gcp-oa.yaml +2 -1
- anyscale/anyscale-cloud-setup-gcp.yaml +4 -2
- anyscale/client/README.md +9 -27
- anyscale/client/openapi_client/__init__.py +7 -13
- anyscale/client/openapi_client/api/default_api.py +476 -1946
- anyscale/client/openapi_client/models/__init__.py +7 -13
- anyscale/client/openapi_client/models/{clusterconfigwithsessionidletimeout_response.py → backend_server_api_product_models_dataset_runs_dataset_response.py} +22 -22
- anyscale/client/openapi_client/models/{dataset_response.py → backend_server_api_product_routers_datasets_router_dataset_response.py} +8 -8
- anyscale/client/openapi_client/models/create_session_from_snapshot_options.py +3 -30
- anyscale/client/openapi_client/models/{clusterconfig_response.py → dataset_jobs.py} +22 -22
- anyscale/client/openapi_client/models/dataset_metrics.py +390 -0
- anyscale/{sdk/anyscale_client/models/session_command_types.py → client/openapi_client/models/dataset_state.py} +11 -9
- anyscale/client/openapi_client/models/{organization_availability.py → metric.py} +64 -39
- anyscale/client/openapi_client/models/operator_metrics.py +256 -0
- anyscale/client/openapi_client/models/train_run.py +28 -1
- anyscale/cluster.py +5 -2
- anyscale/commands/anyscale_api/api_commands.py +0 -2
- anyscale/commands/workspace_commands.py +3 -3
- anyscale/connect_utils/start_interactive_session.py +4 -1
- anyscale/controllers/cluster_controller.py +15 -26
- anyscale/controllers/project_controller.py +1 -6
- anyscale/job/_private/job_sdk.py +6 -1
- anyscale/job/models.py +8 -0
- anyscale/project_utils.py +9 -20
- anyscale/sdk/anyscale_client/__init__.py +0 -5
- anyscale/sdk/anyscale_client/api/default_api.py +0 -474
- anyscale/sdk/anyscale_client/models/__init__.py +0 -5
- anyscale/version.py +1 -1
- {anyscale-0.26.4.dist-info → anyscale-0.26.6.dist-info}/METADATA +1 -1
- {anyscale-0.26.4.dist-info → anyscale-0.26.6.dist-info}/RECORD +39 -51
- anyscale/client/openapi_client/models/anyscale_version_response.py +0 -121
- anyscale/client/openapi_client/models/anyscaleversionresponse_response.py +0 -121
- anyscale/client/openapi_client/models/cluster_config.py +0 -178
- anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py +0 -204
- anyscale/client/openapi_client/models/cluster_startup.py +0 -208
- anyscale/client/openapi_client/models/decoratedjob_list_response.py +0 -147
- anyscale/client/openapi_client/models/execute_shell_command_options.py +0 -121
- anyscale/client/openapi_client/models/organizationavailability_response.py +0 -121
- anyscale/client/openapi_client/models/setup_initialize_session_options.py +0 -225
- anyscale/commands/anyscale_api/session_commands_commands.py +0 -80
- anyscale/sdk/anyscale_client/models/create_session_command.py +0 -152
- anyscale/sdk/anyscale_client/models/session_command.py +0 -350
- anyscale/sdk/anyscale_client/models/sessioncommand_list_response.py +0 -147
- anyscale/sdk/anyscale_client/models/sessioncommand_response.py +0 -121
- {anyscale-0.26.4.dist-info → anyscale-0.26.6.dist-info}/LICENSE +0 -0
- {anyscale-0.26.4.dist-info → anyscale-0.26.6.dist-info}/NOTICE +0 -0
- {anyscale-0.26.4.dist-info → anyscale-0.26.6.dist-info}/WHEEL +0 -0
- {anyscale-0.26.4.dist-info → anyscale-0.26.6.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.4.dist-info → anyscale-0.26.6.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=
|
3
|
-
anyscale/anyscale-cloud-setup-gcp.yaml,sha256
|
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=
|
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=
|
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=
|
30
|
+
anyscale/version.py,sha256=qUYY2fY4Nn_S-MCaTUOMkfzVHPB5oBbrpmx4Aoz2uaA,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=
|
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=
|
39
|
-
anyscale/_private/docgen/api.md,sha256=
|
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=
|
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=
|
101
|
+
anyscale/client/README.md,sha256=zWXKmHSMRI9e_N3zXtWsI7sRPjK7Mhr3V15CXkW5Onw,125198
|
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=
|
109
|
+
anyscale/client/openapi_client/__init__.py,sha256=ODw-RGbMaSYbYROzj0wAR5E6t8ocV3JsUcyUvbY9fjg,53523
|
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=
|
116
|
-
anyscale/client/openapi_client/models/__init__.py,sha256=
|
115
|
+
anyscale/client/openapi_client/api/default_api.py,sha256=RzBFMArSjoO1xrfwlR-4B5o2vrauERIZ_4DmFyuCZOw,1991034
|
116
|
+
anyscale/client/openapi_client/models/__init__.py,sha256=6DCF1mXesIt1AYkcHnBly1TGXJiK3jCa2xpMxMpipP0,53033
|
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
|
@@ -228,8 +228,6 @@ anyscale/client/openapi_client/models/cloudresourcegcp_response.py,sha256=MjxfLr
|
|
228
228
|
anyscale/client/openapi_client/models/cloudwithcloudresource_response.py,sha256=qthJH5LuBA2naVmQmH1pPyY3D6kJ_F0KdkldAENaUXo,3660
|
229
229
|
anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py,sha256=0Qx-KdnAsQagoxK4tP-f0EyC_wMTeb9nIeVN0NK52w8,3693
|
230
230
|
anyscale/client/openapi_client/models/cluster_auth_response.py,sha256=BsP_6A9ff4Ww2k4MY7GjINBE0togixrCYbaWUDHNBW8,4526
|
231
|
-
anyscale/client/openapi_client/models/cluster_config.py,sha256=ee_eRei3biKf5JZ2wIYQfRS4ePereCJXZ7R3UKK_hFM,5686
|
232
|
-
anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py,sha256=l2fSRqmDdbEXMSu3D4vWqnm2FhajJI1S-Or6TRYXYZU,6867
|
233
231
|
anyscale/client/openapi_client/models/cluster_environments_query.py,sha256=X2TRqYVnBMGY-QrslIR1jUTdh8ID4CPsuEhusnFh2SE,9699
|
234
232
|
anyscale/client/openapi_client/models/cluster_event.py,sha256=FMDhnRYYkYKgNSJS_uE-723BTsv4ktI-OomKbCN-0Zw,5881
|
235
233
|
anyscale/client/openapi_client/models/cluster_event_source.py,sha256=91NhcrFfTUPrDVt3B-VDdt3BNsrejOJKh0v_zC49cK8,3096
|
@@ -237,12 +235,9 @@ anyscale/client/openapi_client/models/cluster_events_output.py,sha256=YUHkexy7mG
|
|
237
235
|
anyscale/client/openapi_client/models/cluster_features.py,sha256=WKGsgFLmCCRHrBMIgMLBmKs82yJ8nQAWD0Gd0KTN4w0,4838
|
238
236
|
anyscale/client/openapi_client/models/cluster_management_stack_versions.py,sha256=bmfziKzWYVRKWthh1xQs013bz5Eg74H3xd0Urm7bOpA,2874
|
239
237
|
anyscale/client/openapi_client/models/cluster_size.py,sha256=NBvg8fw-72WaH3EUK3cVMWM8kQC8S6XFUCTQQZHT0-E,2951
|
240
|
-
anyscale/client/openapi_client/models/cluster_startup.py,sha256=PPtgxtcAIdpIRUd9WP-nhtVprSYSejaSGtqoWXGQ7Q0,6336
|
241
238
|
anyscale/client/openapi_client/models/cluster_status.py,sha256=9bvifs50nFxxfufadL5z0qA77W_4orO76r3U7BOKdjs,3010
|
242
239
|
anyscale/client/openapi_client/models/cluster_status_details.py,sha256=Sj086_AZaPrRE_4ANgO7utZ084U-dSzFBGIXN64h2j0,2999
|
243
240
|
anyscale/client/openapi_client/models/clusterauthresponse_response.py,sha256=rwq8UV5AKtjFkrWg0_k94EggUQ2OrSFkm36tIFK7YEk,3627
|
244
|
-
anyscale/client/openapi_client/models/clusterconfig_response.py,sha256=7lOcvgwkBDR9i2BDbxvsV6L3BDxocEu5NFcOGKu7iaY,3561
|
245
|
-
anyscale/client/openapi_client/models/clusterconfigwithsessionidletimeout_response.py,sha256=L0vEMcAMSI4aN-vEfgU_HxU2GPTnN9tHKIfey5EL9pQ,3803
|
246
241
|
anyscale/client/openapi_client/models/clusterevent_list_response.py,sha256=mtfYHoHjpzqg_VOyIn6XvcW71pfBPlfrxjVP6wxHsX4,4377
|
247
242
|
anyscale/client/openapi_client/models/clustereventsoutput_response.py,sha256=vFPLzXf_sRs8LAg16Ht6Oel18w6FISg7MLFi4YlTvHs,3627
|
248
243
|
anyscale/client/openapi_client/models/clusterfeatures_response.py,sha256=m0GHRo6sAAaSh41ind3rl_AKu5Vy4mfzplFcorYI3hs,3583
|
@@ -289,7 +284,7 @@ anyscale/client/openapi_client/models/create_production_job_config.py,sha256=0R8
|
|
289
284
|
anyscale/client/openapi_client/models/create_resource_notification.py,sha256=5x-fXt1Nk5hC46SQoutxx8HsBokixrfjL3rRjDv_Qsg,8938
|
290
285
|
anyscale/client/openapi_client/models/create_resource_quota.py,sha256=WOly3xraLO5vdgtEs9DeIj9oX9MHZIkQ-_UZYYDu0Pk,9504
|
291
286
|
anyscale/client/openapi_client/models/create_schedule.py,sha256=JMUqz1xn6IUkhow3yTLouhmTzIVJMsF3S6KbGMF7MQQ,8048
|
292
|
-
anyscale/client/openapi_client/models/create_session_from_snapshot_options.py,sha256=
|
287
|
+
anyscale/client/openapi_client/models/create_session_from_snapshot_options.py,sha256=38ypHkdaeT7RIb2cXqGtJujVmDvDT9_VsEdpas3iMYY,17144
|
293
288
|
anyscale/client/openapi_client/models/create_session_in_db.py,sha256=OrIQjqJu-pAYuxyOkmv7GNsNFVO-TEGVRE_eRcwDbsY,16107
|
294
289
|
anyscale/client/openapi_client/models/create_session_response.py,sha256=jS4rUO9gYUXRJBG4HstJOkWRRrbPUFolgZpXRrUs5Sg,5196
|
295
290
|
anyscale/client/openapi_client/models/create_user.py,sha256=X0fYOmtGTZdeLBqQPSswW1OKRxOR0WnUs46ts55CJJA,13055
|
@@ -306,8 +301,10 @@ anyscale/client/openapi_client/models/credit_card_information.py,sha256=Ael5jCvF
|
|
306
301
|
anyscale/client/openapi_client/models/customer_alert_status.py,sha256=hcvEKv0QHAy-98ENvrud0FfIVHK5Lu6GOC8QDBRfCrU,2890
|
307
302
|
anyscale/client/openapi_client/models/dataplane_services.py,sha256=iPEKAk7R83srccjR0l25YY2pntdf_6IfID-dhDA9v_4,2918
|
308
303
|
anyscale/client/openapi_client/models/dataset.py,sha256=Gok0vAOXDEj2A3vZwbGxNnH-2Ajxu9pRGWZvfQ0usSQ,12062
|
304
|
+
anyscale/client/openapi_client/models/dataset_jobs.py,sha256=1gt2IE0gyNiLQMDlCoswSowzNF_MnZy5VxuWn2p7Oys,3463
|
309
305
|
anyscale/client/openapi_client/models/dataset_list_response.py,sha256=w9_Ynt3MjLlCuqEu5NIHNt3_fWxm7-Xrj6Qd2fd1vOg,4522
|
310
|
-
anyscale/client/openapi_client/models/
|
306
|
+
anyscale/client/openapi_client/models/dataset_metrics.py,sha256=LVVNCyRb2qSN_1Kae3BcDpbYRmSA_As82AR4mIAdhZQ,11607
|
307
|
+
anyscale/client/openapi_client/models/dataset_state.py,sha256=fmP97VHXvrTuwEm8lQhSnarE6dXMzcF5bYBK6XDCKpc,2898
|
311
308
|
anyscale/client/openapi_client/models/dataset_upload.py,sha256=rOHyuUSC_14OlJU2I3d14K8SxD0sY-reNiYDsdKM8ec,4361
|
312
309
|
anyscale/client/openapi_client/models/datasetupload_response.py,sha256=0c090SMm7H---lZkx9lPHAimah54Nk1hdwJK7pd82Mg,3561
|
313
310
|
anyscale/client/openapi_client/models/decorated_application_template.py,sha256=p8td6V3VQ0NqW4mnabM4W7EughggIduIo8Xv7jUZgEE,16407
|
@@ -338,7 +335,6 @@ anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py,
|
|
338
335
|
anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py,sha256=y6V6CUYnB-UwPMZl-W9NU6GetkbzRpxanG4oViEFymA,3682
|
339
336
|
anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py,sha256=LGAK6Oy3NtZ-2tY5xH6ENeWlQieHvcrUF6N2YyX4Id8,4602
|
340
337
|
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
338
|
anyscale/client/openapi_client/models/decoratedjob_response.py,sha256=U9qpmvHhHl7cXaLMXVal_u8y1SRH0KAAwddhdHYfdIo,3550
|
343
339
|
anyscale/client/openapi_client/models/decoratedjobqueue_list_response.py,sha256=rQw97avCPDRfq18fHya8IZGVdei2pkuqbJJrwPbt39Q,4452
|
344
340
|
anyscale/client/openapi_client/models/decoratedjobqueue_response.py,sha256=BYR9EeTgnJW-UOVi9RC9YrJB9B15m6YMVjZnx1iD8ps,3605
|
@@ -380,7 +376,6 @@ anyscale/client/openapi_client/models/error.py,sha256=_5n4xJuUrFKJrU9mEUG1spsnO3
|
|
380
376
|
anyscale/client/openapi_client/models/event_level.py,sha256=TC3dK0rOPCz320zqxK7QoF43qKNwgLW8GODtsMOYusU,2929
|
381
377
|
anyscale/client/openapi_client/models/execute_command_response.py,sha256=d2fpl74m0wVnvHilRO4qje3_Ef5W7APovxJ72GGHTYo,5522
|
382
378
|
anyscale/client/openapi_client/models/execute_interactive_command_options.py,sha256=n6FkcXgfKqRaxvucqcij6p2izCP_NoB_XPRF8Izu06w,4427
|
383
|
-
anyscale/client/openapi_client/models/execute_shell_command_options.py,sha256=54jXwpYAYiuBKtPJM3DN7S8CrOEQBtiOLRBGyoGCEQI,3718
|
384
379
|
anyscale/client/openapi_client/models/executecommandresponse_response.py,sha256=RK23hIb2C0z1yB9sIUHnBDl_vld2q8yqZO0YcKDLS7s,3660
|
385
380
|
anyscale/client/openapi_client/models/experimental_workspace.py,sha256=_WpXDSNeLrmDGgf7K3GtisoWXQRXxvx3M3GH0qCcY9g,25770
|
386
381
|
anyscale/client/openapi_client/models/experimental_workspaces_sort_field.py,sha256=WHOf5Si--4hZoN1NOI8kI6n2Wx0wiSCG56diEGzZMXk,2914
|
@@ -480,6 +475,7 @@ anyscale/client/openapi_client/models/machine_info.py,sha256=3L1vM8pOHOX4VZz-sIf
|
|
480
475
|
anyscale/client/openapi_client/models/machine_launch_failure.py,sha256=9MMZ17hGYKR0xBfUKcVc2yhtVsBQFtxcNXSBmnnMU7Y,4601
|
481
476
|
anyscale/client/openapi_client/models/machine_pool.py,sha256=0_tga2wp9DR-tGeGHg3AE1F1iiKn8N_ruWCr_aVtxX0,9135
|
482
477
|
anyscale/client/openapi_client/models/machine_state_info.py,sha256=vTwjL3buXuT7Qkub3bf4-OlAzUr7mj1Yh1ReUVk0XZk,11351
|
478
|
+
anyscale/client/openapi_client/models/metric.py,sha256=FJ7eFJ-b_Sct1Z0bJdKy3b5wrY1sMwH_g2ZNbjOY_ks,4847
|
483
479
|
anyscale/client/openapi_client/models/metronome_customer_info_model.py,sha256=TNHzxUfadF8RDFkhNDSsasgXEEv0hjMoyrsFVKx50zM,4847
|
484
480
|
anyscale/client/openapi_client/models/metronome_dashboard_type.py,sha256=maFESxv00_Nj3hL_snx52zehYzGMElEdtMmcQxqqJ3g,2902
|
485
481
|
anyscale/client/openapi_client/models/metronomecustomerinfomodel_list_response.py,sha256=X37CbQsoSE85ciDZZioX7te1iBcb5Tw-Iccyw77Oous,4587
|
@@ -512,8 +508,8 @@ anyscale/client/openapi_client/models/notification_channel_email_config.py,sha25
|
|
512
508
|
anyscale/client/openapi_client/models/notification_channel_slack_config.py,sha256=kYQ18Z8dvq8TY1QqNuJS6w7xz62AW44VwOjaVddHX7Y,3705
|
513
509
|
anyscale/client/openapi_client/models/notification_channel_webhook_config.py,sha256=1kbsG1xp7W_MwNoemXH0oJA5KAdKHWNdCi5DEOQbMBw,3763
|
514
510
|
anyscale/client/openapi_client/models/onboarding_user_cards_query.py,sha256=d83wBZi9u7xHGIPLsOpyp1t2R9-Ye6XtZtfs4yIdzVY,3584
|
511
|
+
anyscale/client/openapi_client/models/operator_metrics.py,sha256=_Vnk6BJ-KGMXZ-8oDnqUZNLD2yGiDrVWAdXvuf4aStk,7372
|
515
512
|
anyscale/client/openapi_client/models/organization.py,sha256=-xGnObI7kkDV66TGskc2uu9kG3z4rX_CkoHt8mdaVvU,16651
|
516
|
-
anyscale/client/openapi_client/models/organization_availability.py,sha256=t9ihnzfrNpaAXL-ROX6hDMn5T0PhJhJQcxhq06DgVU4,4673
|
517
513
|
anyscale/client/openapi_client/models/organization_collaborator.py,sha256=b1EWH9jTsPKPv5aotAnf052kC_v4YQ2FVyIcJ28g5pM,8034
|
518
514
|
anyscale/client/openapi_client/models/organization_configuration.py,sha256=ut6TmxbRFp9dQjQQHJL10vV1DRsZPFtFa3sCiPU2Ae8,8754
|
519
515
|
anyscale/client/openapi_client/models/organization_configuration_response.py,sha256=GNWS6L-_oLt2E6izb70UrqibhhLZjex9aCi3WEyltHo,7568
|
@@ -528,7 +524,6 @@ anyscale/client/openapi_client/models/organization_response.py,sha256=MkKCkhv3di
|
|
528
524
|
anyscale/client/openapi_client/models/organization_summary.py,sha256=ZPgla-b8Nd3TMkV8YvQ4cBnIM9IFDgDImu78Z3Q_uCo,7076
|
529
525
|
anyscale/client/openapi_client/models/organization_usage_alert.py,sha256=Uy-lvb3Dbt0xodA-FtNZ6wkbZT4PVkUgjP2XvioY_ko,6761
|
530
526
|
anyscale/client/openapi_client/models/organization_usage_alert_severity.py,sha256=PwbYUpLVgcZzvao-t4MyH6r7wfiIoMaqsxbMkpakoWE,2898
|
531
|
-
anyscale/client/openapi_client/models/organizationavailability_response.py,sha256=E8Xq34ouTG7x69TXJ8fvrWasKxs_xxoMNmqhY_sbyzU,3682
|
532
527
|
anyscale/client/openapi_client/models/organizationcollaborator_list_response.py,sha256=kTvc5AznuyCgWjCClVPoNtmoTEFGcSqLO3CKF3tuCY8,4557
|
533
528
|
anyscale/client/openapi_client/models/organizationconfiguration_list_response.py,sha256=GeENxA6RpK8IIlykxXttAGe0aaLjworyGGEmBsS4XEE,4572
|
534
529
|
anyscale/client/openapi_client/models/organizationconfigurationresponse_response.py,sha256=lagg6kXwVMo_9PwF8kRrwbsF78Y5fuDS9YZ6AwQ8RPU,3781
|
@@ -654,7 +649,6 @@ anyscale/client/openapi_client/models/sessiondetails_response.py,sha256=Lh-hoiRP
|
|
654
649
|
anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py,sha256=H837Bhwhtj9zzzgftglrPVAtkJuCC3bTkpnItPfDMA8,4467
|
655
650
|
anyscale/client/openapi_client/models/sessions_sort_field.py,sha256=6C7TSxmnELVnK0l9_g3bSb9nV2fCLQroGdsZlTxymDY,2957
|
656
651
|
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
652
|
anyscale/client/openapi_client/models/show_otp_source_return_api_model.py,sha256=gNK_eO-cTjA-aMCD2-U61psMxVsD4N9DzT6JQlOV1kQ,3642
|
659
653
|
anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py,sha256=nQpVssn04QuNZ6zx10SpfEl8G216X9-QenYXqUDkkYA,3715
|
660
654
|
anyscale/client/openapi_client/models/snapshot_create_message.py,sha256=CWP1XOvlmvZ-a3o3ojBOwxumqs1tV4ozoqGFxn8LXnk,4340
|
@@ -683,7 +677,7 @@ anyscale/client/openapi_client/models/timestampedlogsoutput_response.py,sha256=3
|
|
683
677
|
anyscale/client/openapi_client/models/tool.py,sha256=VdvWL_MW4EQGShmmjOL0OpD_oCBaU4EUofUxdzGSlwg,2977
|
684
678
|
anyscale/client/openapi_client/models/tracing_config.py,sha256=UdOdwgPRrXQyFNDgnsBKtFyBHYx9Z7nrctNJX-H8VTM,6293
|
685
679
|
anyscale/client/openapi_client/models/train_resources.py,sha256=cUsgnqj5rRVhos7lsU02zFE7RUBJuXv07-g8nta19_k,3577
|
686
|
-
anyscale/client/openapi_client/models/train_run.py,sha256=
|
680
|
+
anyscale/client/openapi_client/models/train_run.py,sha256=A70NSRZPebEgvnoRPEo69eWv6-WcxF4sXV67yzqON78,13000
|
687
681
|
anyscale/client/openapi_client/models/train_run_attempt.py,sha256=s8_rIdNLl4ofLaP2oBoDhQKOEPedlaU1qlxGm4wKcMM,9353
|
688
682
|
anyscale/client/openapi_client/models/train_worker.py,sha256=fRqsp61gZj7EJNPw0Cxz12Qg9dgISLrxsVbFPiaZ4kQ,11237
|
689
683
|
anyscale/client/openapi_client/models/trainrun_list_response.py,sha256=OjmJOsglUhoqv2lhocx-DloJY9bk30ZYGNK0ObcorkY,4317
|
@@ -790,11 +784,10 @@ anyscale/commands/service_commands.py,sha256=zS8B3k710ZPAnYOeeuZr_KovnZP7q3D2wiP
|
|
790
784
|
anyscale/commands/session_commands_hidden.py,sha256=APEypnUB1yV2Rr6wdSFWy1vQbAnn-lOn0rU2enF5JdM,6200
|
791
785
|
anyscale/commands/user_commands.py,sha256=C-i1dGpdhboywN_2XgPS2BekKx2y6LZq8c8gvS0S-tY,1259
|
792
786
|
anyscale/commands/util.py,sha256=h34d1OUOjcC_QMUGc8th-sAp7xDGs4l7YeYmJx82BKk,5106
|
793
|
-
anyscale/commands/workspace_commands.py,sha256=
|
787
|
+
anyscale/commands/workspace_commands.py,sha256=RjK8rPlIPoReZBb7RPB6z9aFp7gSmnsxDge8d3uj9t8,15768
|
794
788
|
anyscale/commands/workspace_commands_v2.py,sha256=N4vpb54xq_4wrCwsYQrjrjNxYwYvOE3gbP0pmrfYmEE,27964
|
795
789
|
anyscale/commands/anyscale_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
796
|
-
anyscale/commands/anyscale_api/api_commands.py,sha256=
|
797
|
-
anyscale/commands/anyscale_api/session_commands_commands.py,sha256=Ne6xwiRqQwz9nRRH5clGPhkRokk04hDeXtiU4q5KjRM,2731
|
790
|
+
anyscale/commands/anyscale_api/api_commands.py,sha256=Dze2wuzeZurlbxOu4YHZqln026yXgtWi_jxccyKANmw,473
|
798
791
|
anyscale/commands/anyscale_api/session_operations_commands.py,sha256=LiavgWn2-F7b3GZD0ng_Q1HiEP4o32e8nO9yU92AgxI,803
|
799
792
|
anyscale/commands/anyscale_api/sessions_commands.py,sha256=vaCfmGMsZp6EyNJHmsvbGJHdJJ9vGcjUvyOsDGQmBAQ,5320
|
800
793
|
anyscale/commands/llm/dataset_commands.py,sha256=v01wWmVxJ8j8lzvhFReE5p8ucvLjDHp_n2Jkoqg7HrA,7338
|
@@ -807,13 +800,13 @@ anyscale/compute_config/_private/compute_config_sdk.py,sha256=Fc1st0f07XVG1NN-tk
|
|
807
800
|
anyscale/connect_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
808
801
|
anyscale/connect_utils/prepare_cluster.py,sha256=FuuNb77aFPCWAwjbyItp-zlkIDKo5ebd0HcK0Zox9GU,41373
|
809
802
|
anyscale/connect_utils/project.py,sha256=LwcGqTQS_mZp6C79NMoMhmcWGR9j2C1Zi1S4PnPNzhQ,12239
|
810
|
-
anyscale/connect_utils/start_interactive_session.py,sha256=
|
803
|
+
anyscale/connect_utils/start_interactive_session.py,sha256=DbuIK2wuWofmbwJ9MLbsb7xpLDs8I2TJB6zWsyHXvjI,17446
|
811
804
|
anyscale/controllers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
812
805
|
anyscale/controllers/auth_controller.py,sha256=hDY2sPvUP8pvh8PnlDYH5rCHjQes2v3b_KBVjMbrzeE,5127
|
813
806
|
anyscale/controllers/base_controller.py,sha256=1QFJoScFUV7YTzpKarhwPOc1SvI-xqX3TZmwxKonW6I,1998
|
814
807
|
anyscale/controllers/cloud_controller.py,sha256=yRySAL0Zt82d18W5tT7M2QGwP4f8hjJWiBoPnmmXFDo,157602
|
815
808
|
anyscale/controllers/cloud_functional_verification_controller.py,sha256=gTn0bNB-7zpICDFhttEEu4npoKUaKOX44BpVEpmW1l8,33389
|
816
|
-
anyscale/controllers/cluster_controller.py,sha256=
|
809
|
+
anyscale/controllers/cluster_controller.py,sha256=FGL_XoVqxAwTCVHsXZGVCuUnbXvB2ulV-W4-6XFy1q4,28703
|
817
810
|
anyscale/controllers/cluster_env_controller.py,sha256=JalGzcmnFtMHefYL5U6ijMY3nX6W6BsMEfZSMtgBvtU,8048
|
818
811
|
anyscale/controllers/compute_config_controller.py,sha256=GnZAJGrPAmGO6MWvqna-0-DBlwC1y8fnKgwsDVa0eDs,14110
|
819
812
|
anyscale/controllers/config_controller.py,sha256=VsfdARHxo4tMLfeiYkTNOMGW3sIcNhVqYi37-SruKnk,17125
|
@@ -824,7 +817,7 @@ anyscale/controllers/list_controller.py,sha256=oaOS6oo2TKPpXhGjs_laxuIVKinv3FwYf
|
|
824
817
|
anyscale/controllers/logs_controller.py,sha256=x5GBUVdPYhbWRA3RfMQZJi3hBS2i35RkgzROfmY47h4,17647
|
825
818
|
anyscale/controllers/machine_controller.py,sha256=WauNi7Spzt2TFZrIN4PwULzgJZBVDFlytzFqpDQ106w,1188
|
826
819
|
anyscale/controllers/machine_pool_controller.py,sha256=zRWDJgnkusLfOKtaOB2c3FSE70e2SaZS0iGwO39Rar8,3574
|
827
|
-
anyscale/controllers/project_controller.py,sha256=
|
820
|
+
anyscale/controllers/project_controller.py,sha256=wAWIRGljy_oQYH7x4ERJxqtbW5z1Vgu9wVN9ifq_vaY,10904
|
828
821
|
anyscale/controllers/schedule_controller.py,sha256=4yLsWfRVqAFAkSV-eUnvLHw1732SUY7oWsgjeJrhhL8,11910
|
829
822
|
anyscale/controllers/service_controller.py,sha256=RjYVWpGJjFbFDkEDfHpQNINR0tUbGVDkyDg3l-jakeU,16960
|
830
823
|
anyscale/controllers/workspace_controller.py,sha256=LNjLMxQ29vBvYiVVLUWVl3AXTHlRU4Ohao0EgiD4ofI,8449
|
@@ -839,8 +832,8 @@ anyscale/image/models.py,sha256=xEaZfrMydtkdr-7zYlI-2d9Su2I7al7TgBulwG_plnI,1812
|
|
839
832
|
anyscale/image/_private/image_sdk.py,sha256=c6ONvbcq1bUP0YbfIMw8QLRFfVbCiiTwULQAniotd04,7311
|
840
833
|
anyscale/job/__init__.py,sha256=_5Nb3a11F4oAHXirTgx5vDdgpVzJ62FdGFmADxxvcPE,5051
|
841
834
|
anyscale/job/commands.py,sha256=iS9dMPJimtrhO-_RAExotRzSmrvl0zxInLaX9-kucQM,8230
|
842
|
-
anyscale/job/models.py,sha256=
|
843
|
-
anyscale/job/_private/job_sdk.py,sha256=
|
835
|
+
anyscale/job/models.py,sha256=n-tVkvIRznes0QEwHn75i9u_LZ8whisTaN4iltz5JFs,17859
|
836
|
+
anyscale/job/_private/job_sdk.py,sha256=JCF6qneIBS1-H9zFwLjwhc4GGPS4rlMNuk2ozTRKwas,18990
|
844
837
|
anyscale/llm/__init__.py,sha256=lRp09PWR2gcJF_1Y9ieIIQWirijP5p_l3AQkTir2iN4,76
|
845
838
|
anyscale/llm/sdk.py,sha256=VmA03eegizqikWR3eH2jYNiA8-FY3Qq1GGtvdkgU470,733
|
846
839
|
anyscale/llm/dataset/__init__.py,sha256=J-z8d7Bdvjf_5OOjcHrFQrXnCxbdcvzUBcyapawIuHg,131
|
@@ -871,15 +864,15 @@ anyscale/schedule/__init__.py,sha256=xZ07hHVUBMs_6tkhIJYqdskoDtgAndL7Zb0bMY9fCF8
|
|
871
864
|
anyscale/schedule/commands.py,sha256=hIWgDRUVOXpQusnxlt7aPgHtmfi6GAr__4kUWRJ6YGo,4511
|
872
865
|
anyscale/schedule/models.py,sha256=l3vVpY6ovr1vAgiwjFjVXyHa2tTJ0cLCR0cFIIpllKg,4561
|
873
866
|
anyscale/schedule/_private/schedule_sdk.py,sha256=pkiC0QNnWvnyOphiXa_YzArL9WhVu1VScXbH8DqdHK0,5956
|
874
|
-
anyscale/sdk/anyscale_client/__init__.py,sha256=
|
867
|
+
anyscale/sdk/anyscale_client/__init__.py,sha256=wVJVQBFmIQmSMkyVI36XlqS_ceB4VkrLsJ6dTMAYXRU,15185
|
875
868
|
anyscale/sdk/anyscale_client/api_client.py,sha256=fyYpBZLDufVvXbN9KdUaer52hmKPdRSIJL2vOLN_aCk,25565
|
876
869
|
anyscale/sdk/anyscale_client/configuration.py,sha256=k65_MVukneN2JA_WUHXjnqiqpmBWjEmguSZvHx4Uihg,12361
|
877
870
|
anyscale/sdk/anyscale_client/exceptions.py,sha256=A57t810Y_rVxFpbQlfaDhCwOjeFSB6jsx0I85qkKTUQ,3789
|
878
871
|
anyscale/sdk/anyscale_client/rest.py,sha256=HVsalJFwXwGTEYgVsLJcsLKUU47wZ5oFSWmOsT2LkMM,12499
|
879
872
|
anyscale/sdk/anyscale_client/sdk.py,sha256=donjqpTmWrGZhQOp5ludnKNBJoIZbMPU5EKTh6QoHW8,27604
|
880
873
|
anyscale/sdk/anyscale_client/api/__init__.py,sha256=aI2dYRCOMQk0Ma2_qiEkpFpQGkEquzKNPGPSErfbhro,142
|
881
|
-
anyscale/sdk/anyscale_client/api/default_api.py,sha256=
|
882
|
-
anyscale/sdk/anyscale_client/models/__init__.py,sha256=
|
874
|
+
anyscale/sdk/anyscale_client/api/default_api.py,sha256=Igtx9uC5rAJvTlHKP_Qfj0eEkMK1NVvp-rY5WfuTQKM,491682
|
875
|
+
anyscale/sdk/anyscale_client/models/__init__.py,sha256=m9m4dYM9vV2CAPAbqyHlkZAKrgOAi8UVC5YoDIYfVSo,14687
|
883
876
|
anyscale/sdk/anyscale_client/models/access_config.py,sha256=FOH_2UU2astWm_ilA1_FpWqKQRxwMYXjGC-UT4Zj65Y,3646
|
884
877
|
anyscale/sdk/anyscale_client/models/app_config.py,sha256=1sWYt1jiljHiXtWCQi7HJw4sBvulaqPV8tmTvNpgZYI,13439
|
885
878
|
anyscale/sdk/anyscale_client/models/app_config_config_schema.py,sha256=0RD9ffMfQ_XFXyVY7qjisOropKYT2tZ2p3XyxPrqjE0,7897
|
@@ -964,7 +957,6 @@ anyscale/sdk/anyscale_client/models/create_production_job_config.py,sha256=VEUhf
|
|
964
957
|
anyscale/sdk/anyscale_client/models/create_project.py,sha256=4d4L722K0eTY-fZ00o_zSZUo8h1ipbZPKc27iZGPH0o,6394
|
965
958
|
anyscale/sdk/anyscale_client/models/create_schedule.py,sha256=gp43DtcHVb65N2nLytRbwzII9SFRV9Hdb8ckGVnJ68o,8046
|
966
959
|
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
960
|
anyscale/sdk/anyscale_client/models/create_sso_config.py,sha256=gn4zP4SB3EZdPWreypp-rstGOH78vPdAUqzizp_GaFE,5296
|
969
961
|
anyscale/sdk/anyscale_client/models/grpc_protocol_config.py,sha256=hXMCuFj3miO8OWuUASmCUHrBIBDbBIIyii4Mos6RFjY,5133
|
970
962
|
anyscale/sdk/anyscale_client/models/ha_job_goal_states.py,sha256=ypzomQpoxZP3QuuaHqTsPRQYLX-ZFS_jGPS68iN67wU,2923
|
@@ -1037,8 +1029,6 @@ anyscale/sdk/anyscale_client/models/service_version_state.py,sha256=70UygIXv31YQ
|
|
1037
1029
|
anyscale/sdk/anyscale_client/models/servicemodel_list_response.py,sha256=-71b0cU3Lj_dTh74WcTlHRbB6OqIDyRPmXBLhhY-P-w,4375
|
1038
1030
|
anyscale/sdk/anyscale_client/models/servicemodel_response.py,sha256=3rAjmUOO6HKR8gEklDxoHKvn6IXECCRCuqQiLbZCmw0,3548
|
1039
1031
|
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
1032
|
anyscale/sdk/anyscale_client/models/session_list_response.py,sha256=MypORsZyNL7273F-c1BI0txx-WfOMBTAARL-JI_M2PE,4300
|
1043
1033
|
anyscale/sdk/anyscale_client/models/session_operation.py,sha256=4M3i19t-nzU33k0KvM9n3zFKg44QxYzqsQlBWN_6VqU,9143
|
1044
1034
|
anyscale/sdk/anyscale_client/models/session_operation_type.py,sha256=EtVPK_661dboi0BMdozfUjMWbSKWlAPOlApHjXqx_8U,2886
|
@@ -1047,8 +1037,6 @@ anyscale/sdk/anyscale_client/models/session_starting_up_data.py,sha256=kfwpLY1s4
|
|
1047
1037
|
anyscale/sdk/anyscale_client/models/session_state.py,sha256=HbGrjYS-zATMtgCjKdiV0_ViadEyXIUAZU-8wVjnRF4,3388
|
1048
1038
|
anyscale/sdk/anyscale_client/models/session_state_data.py,sha256=_VXob-VFJXXie0N4LhiPCTaaNus04yDv4a02iJGxMg4,4128
|
1049
1039
|
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
1040
|
anyscale/sdk/anyscale_client/models/sessionoperation_response.py,sha256=0oka4ubC14bHAcR1e1XCel-kO_KJ4Ipa9SWc1U29jvw,3592
|
1053
1041
|
anyscale/sdk/anyscale_client/models/sessions_query.py,sha256=R7D9jV6WYTMx1dADnrMDGz2Ek52Ed4BG3RPxTVuUots,6101
|
1054
1042
|
anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py,sha256=UoB71wVunPaz5-iYla6h0CA6pN3AzuavjEkEKTX5FW8,4602
|
@@ -1144,10 +1132,10 @@ anyscale/workspace/__init__.py,sha256=fIxkn8b_HADCQl5njPAbcJxAf0sajZoc55L_wMvGAx
|
|
1144
1132
|
anyscale/workspace/commands.py,sha256=21FubFd2wmEwlVbk-ng-adwBm-O4ZPBgEJnoavbfvbU,14035
|
1145
1133
|
anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
|
1146
1134
|
anyscale/workspace/_private/workspace_sdk.py,sha256=4LOBmMm7kd-O94ii5uP1UDbkWLComh6zI5QmE2lXRTY,26824
|
1147
|
-
anyscale-0.26.
|
1148
|
-
anyscale-0.26.
|
1149
|
-
anyscale-0.26.
|
1150
|
-
anyscale-0.26.
|
1151
|
-
anyscale-0.26.
|
1152
|
-
anyscale-0.26.
|
1153
|
-
anyscale-0.26.
|
1135
|
+
anyscale-0.26.6.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
|
1136
|
+
anyscale-0.26.6.dist-info/METADATA,sha256=Ya7faJSp_nAGDcNrXFhcTz792dIzPtUzjjifVcjSLro,3049
|
1137
|
+
anyscale-0.26.6.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
|
1138
|
+
anyscale-0.26.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
1139
|
+
anyscale-0.26.6.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
|
1140
|
+
anyscale-0.26.6.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
|
1141
|
+
anyscale-0.26.6.dist-info/RECORD,,
|
@@ -1,121 +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 AnyscaleVersionResponse(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
|
-
'version': 'str'
|
37
|
-
}
|
38
|
-
|
39
|
-
attribute_map = {
|
40
|
-
'version': 'version'
|
41
|
-
}
|
42
|
-
|
43
|
-
def __init__(self, version=None, local_vars_configuration=None): # noqa: E501
|
44
|
-
"""AnyscaleVersionResponse - a model defined in OpenAPI""" # noqa: E501
|
45
|
-
if local_vars_configuration is None:
|
46
|
-
local_vars_configuration = Configuration()
|
47
|
-
self.local_vars_configuration = local_vars_configuration
|
48
|
-
|
49
|
-
self._version = None
|
50
|
-
self.discriminator = None
|
51
|
-
|
52
|
-
self.version = version
|
53
|
-
|
54
|
-
@property
|
55
|
-
def version(self):
|
56
|
-
"""Gets the version of this AnyscaleVersionResponse. # noqa: E501
|
57
|
-
|
58
|
-
|
59
|
-
:return: The version of this AnyscaleVersionResponse. # noqa: E501
|
60
|
-
:rtype: str
|
61
|
-
"""
|
62
|
-
return self._version
|
63
|
-
|
64
|
-
@version.setter
|
65
|
-
def version(self, version):
|
66
|
-
"""Sets the version of this AnyscaleVersionResponse.
|
67
|
-
|
68
|
-
|
69
|
-
:param version: The version of this AnyscaleVersionResponse. # noqa: E501
|
70
|
-
:type: str
|
71
|
-
"""
|
72
|
-
if self.local_vars_configuration.client_side_validation and version is None: # noqa: E501
|
73
|
-
raise ValueError("Invalid value for `version`, must not be `None`") # noqa: E501
|
74
|
-
|
75
|
-
self._version = version
|
76
|
-
|
77
|
-
def to_dict(self):
|
78
|
-
"""Returns the model properties as a dict"""
|
79
|
-
result = {}
|
80
|
-
|
81
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
82
|
-
value = getattr(self, attr)
|
83
|
-
if isinstance(value, list):
|
84
|
-
result[attr] = list(map(
|
85
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
86
|
-
value
|
87
|
-
))
|
88
|
-
elif hasattr(value, "to_dict"):
|
89
|
-
result[attr] = value.to_dict()
|
90
|
-
elif isinstance(value, dict):
|
91
|
-
result[attr] = dict(map(
|
92
|
-
lambda item: (item[0], item[1].to_dict())
|
93
|
-
if hasattr(item[1], "to_dict") else item,
|
94
|
-
value.items()
|
95
|
-
))
|
96
|
-
else:
|
97
|
-
result[attr] = value
|
98
|
-
|
99
|
-
return result
|
100
|
-
|
101
|
-
def to_str(self):
|
102
|
-
"""Returns the string representation of the model"""
|
103
|
-
return pprint.pformat(self.to_dict())
|
104
|
-
|
105
|
-
def __repr__(self):
|
106
|
-
"""For `print` and `pprint`"""
|
107
|
-
return self.to_str()
|
108
|
-
|
109
|
-
def __eq__(self, other):
|
110
|
-
"""Returns true if both objects are equal"""
|
111
|
-
if not isinstance(other, AnyscaleVersionResponse):
|
112
|
-
return False
|
113
|
-
|
114
|
-
return self.to_dict() == other.to_dict()
|
115
|
-
|
116
|
-
def __ne__(self, other):
|
117
|
-
"""Returns true if both objects are not equal"""
|
118
|
-
if not isinstance(other, AnyscaleVersionResponse):
|
119
|
-
return True
|
120
|
-
|
121
|
-
return self.to_dict() != other.to_dict()
|
@@ -1,121 +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 AnyscaleversionresponseResponse(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
|
-
'result': 'AnyscaleVersionResponse'
|
37
|
-
}
|
38
|
-
|
39
|
-
attribute_map = {
|
40
|
-
'result': 'result'
|
41
|
-
}
|
42
|
-
|
43
|
-
def __init__(self, result=None, local_vars_configuration=None): # noqa: E501
|
44
|
-
"""AnyscaleversionresponseResponse - a model defined in OpenAPI""" # noqa: E501
|
45
|
-
if local_vars_configuration is None:
|
46
|
-
local_vars_configuration = Configuration()
|
47
|
-
self.local_vars_configuration = local_vars_configuration
|
48
|
-
|
49
|
-
self._result = None
|
50
|
-
self.discriminator = None
|
51
|
-
|
52
|
-
self.result = result
|
53
|
-
|
54
|
-
@property
|
55
|
-
def result(self):
|
56
|
-
"""Gets the result of this AnyscaleversionresponseResponse. # noqa: E501
|
57
|
-
|
58
|
-
|
59
|
-
:return: The result of this AnyscaleversionresponseResponse. # noqa: E501
|
60
|
-
:rtype: AnyscaleVersionResponse
|
61
|
-
"""
|
62
|
-
return self._result
|
63
|
-
|
64
|
-
@result.setter
|
65
|
-
def result(self, result):
|
66
|
-
"""Sets the result of this AnyscaleversionresponseResponse.
|
67
|
-
|
68
|
-
|
69
|
-
:param result: The result of this AnyscaleversionresponseResponse. # noqa: E501
|
70
|
-
:type: AnyscaleVersionResponse
|
71
|
-
"""
|
72
|
-
if self.local_vars_configuration.client_side_validation and result is None: # noqa: E501
|
73
|
-
raise ValueError("Invalid value for `result`, must not be `None`") # noqa: E501
|
74
|
-
|
75
|
-
self._result = result
|
76
|
-
|
77
|
-
def to_dict(self):
|
78
|
-
"""Returns the model properties as a dict"""
|
79
|
-
result = {}
|
80
|
-
|
81
|
-
for attr, _ in six.iteritems(self.openapi_types):
|
82
|
-
value = getattr(self, attr)
|
83
|
-
if isinstance(value, list):
|
84
|
-
result[attr] = list(map(
|
85
|
-
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
86
|
-
value
|
87
|
-
))
|
88
|
-
elif hasattr(value, "to_dict"):
|
89
|
-
result[attr] = value.to_dict()
|
90
|
-
elif isinstance(value, dict):
|
91
|
-
result[attr] = dict(map(
|
92
|
-
lambda item: (item[0], item[1].to_dict())
|
93
|
-
if hasattr(item[1], "to_dict") else item,
|
94
|
-
value.items()
|
95
|
-
))
|
96
|
-
else:
|
97
|
-
result[attr] = value
|
98
|
-
|
99
|
-
return result
|
100
|
-
|
101
|
-
def to_str(self):
|
102
|
-
"""Returns the string representation of the model"""
|
103
|
-
return pprint.pformat(self.to_dict())
|
104
|
-
|
105
|
-
def __repr__(self):
|
106
|
-
"""For `print` and `pprint`"""
|
107
|
-
return self.to_str()
|
108
|
-
|
109
|
-
def __eq__(self, other):
|
110
|
-
"""Returns true if both objects are equal"""
|
111
|
-
if not isinstance(other, AnyscaleversionresponseResponse):
|
112
|
-
return False
|
113
|
-
|
114
|
-
return self.to_dict() == other.to_dict()
|
115
|
-
|
116
|
-
def __ne__(self, other):
|
117
|
-
"""Returns true if both objects are not equal"""
|
118
|
-
if not isinstance(other, AnyscaleversionresponseResponse):
|
119
|
-
return True
|
120
|
-
|
121
|
-
return self.to_dict() != other.to_dict()
|