anyscale 0.26.2__py3-none-any.whl → 0.26.3__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/client/README.md +1 -33
- anyscale/client/openapi_client/__init__.py +0 -20
- anyscale/client/openapi_client/api/default_api.py +114 -1544
- anyscale/client/openapi_client/models/__init__.py +0 -20
- anyscale/version.py +1 -1
- {anyscale-0.26.2.dist-info → anyscale-0.26.3.dist-info}/METADATA +1 -1
- {anyscale-0.26.2.dist-info → anyscale-0.26.3.dist-info}/RECORD +12 -32
- anyscale/client/openapi_client/models/aica_endpoint.py +0 -527
- anyscale/client/openapi_client/models/aica_endpoint_event.py +0 -433
- anyscale/client/openapi_client/models/aica_endpoint_event_level.py +0 -103
- anyscale/client/openapi_client/models/aica_endpoint_event_type.py +0 -120
- anyscale/client/openapi_client/models/aica_endpoint_scope.py +0 -102
- anyscale/client/openapi_client/models/aica_model.py +0 -398
- anyscale/client/openapi_client/models/aica_model_accelerator_map.py +0 -123
- anyscale/client/openapi_client/models/aica_model_configuration.py +0 -209
- anyscale/client/openapi_client/models/aica_observability_urls.py +0 -178
- anyscale/client/openapi_client/models/aicaendpoint_list_response.py +0 -147
- anyscale/client/openapi_client/models/aicaendpoint_response.py +0 -121
- anyscale/client/openapi_client/models/aicaendpointevent_list_response.py +0 -147
- anyscale/client/openapi_client/models/aicamodel_list_response.py +0 -147
- anyscale/client/openapi_client/models/aicamodel_response.py +0 -121
- anyscale/client/openapi_client/models/aws_credentials.py +0 -181
- anyscale/client/openapi_client/models/create_aica_endpoint.py +0 -210
- anyscale/client/openapi_client/models/import_aica_model.py +0 -241
- anyscale/client/openapi_client/models/named_entity.py +0 -148
- anyscale/client/openapi_client/models/update_endpoint.py +0 -152
- anyscale/client/openapi_client/models/update_model_deployment.py +0 -152
- {anyscale-0.26.2.dist-info → anyscale-0.26.3.dist-info}/LICENSE +0 -0
- {anyscale-0.26.2.dist-info → anyscale-0.26.3.dist-info}/NOTICE +0 -0
- {anyscale-0.26.2.dist-info → anyscale-0.26.3.dist-info}/WHEEL +0 -0
- {anyscale-0.26.2.dist-info → anyscale-0.26.3.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.2.dist-info → anyscale-0.26.3.dist-info}/top_level.txt +0 -0
@@ -14,7 +14,6 @@
|
|
14
14
|
from __future__ import absolute_import
|
15
15
|
|
16
16
|
# import models into model package
|
17
|
-
from openapi_client.models.aws_credentials import AWSCredentials
|
18
17
|
from openapi_client.models.aws_memory_db_cluster_config import AWSMemoryDBClusterConfig
|
19
18
|
from openapi_client.models.access_config import AccessConfig
|
20
19
|
from openapi_client.models.actor_status import ActorStatus
|
@@ -26,20 +25,6 @@ from openapi_client.models.aggregated_usage import AggregatedUsage
|
|
26
25
|
from openapi_client.models.aggregated_usage_query import AggregatedUsageQuery
|
27
26
|
from openapi_client.models.aggregatedinstanceusagecsv_list_response import AggregatedinstanceusagecsvListResponse
|
28
27
|
from openapi_client.models.aggregatedusage_response import AggregatedusageResponse
|
29
|
-
from openapi_client.models.aica_endpoint import AicaEndpoint
|
30
|
-
from openapi_client.models.aica_endpoint_event import AicaEndpointEvent
|
31
|
-
from openapi_client.models.aica_endpoint_event_level import AicaEndpointEventLevel
|
32
|
-
from openapi_client.models.aica_endpoint_event_type import AicaEndpointEventType
|
33
|
-
from openapi_client.models.aica_endpoint_scope import AicaEndpointScope
|
34
|
-
from openapi_client.models.aica_model import AicaModel
|
35
|
-
from openapi_client.models.aica_model_accelerator_map import AicaModelAcceleratorMap
|
36
|
-
from openapi_client.models.aica_model_configuration import AicaModelConfiguration
|
37
|
-
from openapi_client.models.aica_observability_urls import AicaObservabilityUrls
|
38
|
-
from openapi_client.models.aicaendpoint_list_response import AicaendpointListResponse
|
39
|
-
from openapi_client.models.aicaendpoint_response import AicaendpointResponse
|
40
|
-
from openapi_client.models.aicaendpointevent_list_response import AicaendpointeventListResponse
|
41
|
-
from openapi_client.models.aicamodel_list_response import AicamodelListResponse
|
42
|
-
from openapi_client.models.aicamodel_response import AicamodelResponse
|
43
28
|
from openapi_client.models.aioa_cloud_waitlist_record import AioaCloudWaitlistRecord
|
44
29
|
from openapi_client.models.aioacloudwaitlistrecord_response import AioacloudwaitlistrecordResponse
|
45
30
|
from openapi_client.models.alert_type import AlertType
|
@@ -168,7 +153,6 @@ from openapi_client.models.compute_template_config import ComputeTemplateConfig
|
|
168
153
|
from openapi_client.models.compute_template_query import ComputeTemplateQuery
|
169
154
|
from openapi_client.models.computetemplate_response import ComputetemplateResponse
|
170
155
|
from openapi_client.models.computetemplateconfig_response import ComputetemplateconfigResponse
|
171
|
-
from openapi_client.models.create_aica_endpoint import CreateAicaEndpoint
|
172
156
|
from openapi_client.models.create_aioa_cloud_waitlist import CreateAioaCloudWaitlist
|
173
157
|
from openapi_client.models.create_analytics_event import CreateAnalyticsEvent
|
174
158
|
from openapi_client.models.create_app_config import CreateAppConfig
|
@@ -331,7 +315,6 @@ from openapi_client.models.head_ip import HeadIp
|
|
331
315
|
from openapi_client.models.headip_response import HeadipResponse
|
332
316
|
from openapi_client.models.http_protocol_config import HttpProtocolConfig
|
333
317
|
from openapi_client.models.idle_termination_status import IdleTerminationStatus
|
334
|
-
from openapi_client.models.import_aica_model import ImportAicaModel
|
335
318
|
from openapi_client.models.instance_usage_budget import InstanceUsageBudget
|
336
319
|
from openapi_client.models.instance_usage_budget_evaluation_period import InstanceUsageBudgetEvaluationPeriod
|
337
320
|
from openapi_client.models.instanceusagebudget_list_response import InstanceusagebudgetListResponse
|
@@ -423,7 +406,6 @@ from openapi_client.models.minicomputetemplate_list_response import Minicomputet
|
|
423
406
|
from openapi_client.models.miniproject_list_response import MiniprojectListResponse
|
424
407
|
from openapi_client.models.monitor_logs_extension import MonitorLogsExtension
|
425
408
|
from openapi_client.models.nfs_mount_target import NFSMountTarget
|
426
|
-
from openapi_client.models.named_entity import NamedEntity
|
427
409
|
from openapi_client.models.node_registration_aws import NodeRegistrationAWS
|
428
410
|
from openapi_client.models.node_registration_gcp import NodeRegistrationGCP
|
429
411
|
from openapi_client.models.node_registration_k8_s import NodeRegistrationK8S
|
@@ -623,9 +605,7 @@ from openapi_client.models.update_cloud_with_cloud_resource_gcp import UpdateClo
|
|
623
605
|
from openapi_client.models.update_cluster_dns import UpdateClusterDns
|
624
606
|
from openapi_client.models.update_compute_template import UpdateComputeTemplate
|
625
607
|
from openapi_client.models.update_compute_template_config import UpdateComputeTemplateConfig
|
626
|
-
from openapi_client.models.update_endpoint import UpdateEndpoint
|
627
608
|
from openapi_client.models.update_machine_pool_request import UpdateMachinePoolRequest
|
628
|
-
from openapi_client.models.update_model_deployment import UpdateModelDeployment
|
629
609
|
from openapi_client.models.update_organization_collaborator import UpdateOrganizationCollaborator
|
630
610
|
from openapi_client.models.update_project_collaborator import UpdateProjectCollaborator
|
631
611
|
from openapi_client.models.update_resource_quota import UpdateResourceQuota
|
anyscale/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.26.
|
1
|
+
__version__ = "0.26.3"
|
@@ -27,7 +27,7 @@ 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=w1Iihh5hkVchPmuK7AKVAJuhD-tHnZMHy01fCa_u59w,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
|
@@ -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=oOo5Xy2sv4Dff3KLGaZqyv5B35MuwDgjf9pplWDkNAc,129986
|
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=1dU5G0LLrPgdIJ9G79DMq5KG4obhQmVwJKi7KV0c-A0,54493
|
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=8urIv3DdQHwwJVjZ8OiwaWC01iWELLIYLm7G-FiCOOA,2082975
|
116
|
+
anyscale/client/openapi_client/models/__init__.py,sha256=WShng0lzNrtTOY-rOqBtzVyXN0FBZu0RL0d_SxypVEg,54003
|
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
|
@@ -124,20 +124,6 @@ anyscale/client/openapi_client/models/aggregated_usage.py,sha256=ZXtYmzQcLyg2S8u
|
|
124
124
|
anyscale/client/openapi_client/models/aggregated_usage_query.py,sha256=KU8sGskjrHzcJf_slbMsc8hNTnoolWKMqYqcpD8UMqE,7289
|
125
125
|
anyscale/client/openapi_client/models/aggregatedinstanceusagecsv_list_response.py,sha256=6KcwRRQeUbiY-IhZH0JxQTo9QexEXVn0IS69XZ4Y0J8,4587
|
126
126
|
anyscale/client/openapi_client/models/aggregatedusage_response.py,sha256=6YuSwu6a_i2lbOB7RS8gI13s0JpRIiFqKmdm8dHWaIA,3583
|
127
|
-
anyscale/client/openapi_client/models/aica_endpoint.py,sha256=hPAE8xOyd7C10OAM9KWW0po5EoaelVmfgMXA60wNlUg,17738
|
128
|
-
anyscale/client/openapi_client/models/aica_endpoint_event.py,sha256=WgzhnzhTxw4GJ3uBVUaZZeLBd8L-5LalQCSrkIn8yhQ,14407
|
129
|
-
anyscale/client/openapi_client/models/aica_endpoint_event_level.py,sha256=BadsL2U8NMVcq18kCS6B_FCgrULV5XcdnFjfVmK_vM8,2944
|
130
|
-
anyscale/client/openapi_client/models/aica_endpoint_event_type.py,sha256=zXK0fHO98KTeUHeuCMPUEk6YHJFJXPydb72N1YAUIs4,4224
|
131
|
-
anyscale/client/openapi_client/models/aica_endpoint_scope.py,sha256=D2kEzOyfKwuQOBnnKDzYqy2lxBkod9ozEvYNKaxjwKE,2927
|
132
|
-
anyscale/client/openapi_client/models/aica_model.py,sha256=lxFTLrj6kd77hAc9GE7Q_XLPDEmjsGy1aYeMsMVgAlo,13198
|
133
|
-
anyscale/client/openapi_client/models/aica_model_accelerator_map.py,sha256=iRsoxFqEhA64mafpCevWpBj-G5sF1jgtbuKX9pwzQRc,3964
|
134
|
-
anyscale/client/openapi_client/models/aica_model_configuration.py,sha256=n2AaKussNKJj24_9sE1Fi1SwHJ8jyHHh40MMjwosXPc,6955
|
135
|
-
anyscale/client/openapi_client/models/aica_observability_urls.py,sha256=1z7kM-BwtwDjg-ffTNEXFtf9Xa2Xgi56UObT59GxXsA,5847
|
136
|
-
anyscale/client/openapi_client/models/aicaendpoint_list_response.py,sha256=n4pKhpEGq9XGOOmaPVgaMQiHjVVk6Yaku03Mh01n9YA,4377
|
137
|
-
anyscale/client/openapi_client/models/aicaendpoint_response.py,sha256=rycw8Hkz48knXTxTrzpL7MrGWQfjhsyYvl81g7xUPAA,3550
|
138
|
-
anyscale/client/openapi_client/models/aicaendpointevent_list_response.py,sha256=Bkjz5eMhiTXzoudkzh823gVOTdTeiyr9g859W8XEG1c,4452
|
139
|
-
anyscale/client/openapi_client/models/aicamodel_list_response.py,sha256=OH3nJ_6GeCq4Idjf-_fDyaCMJw82EIxF98U6_77pCl4,4332
|
140
|
-
anyscale/client/openapi_client/models/aicamodel_response.py,sha256=D5c35CX0xoZ9wUrq8osUjOVn2W_L7gDXweLsjpOYoao,3517
|
141
127
|
anyscale/client/openapi_client/models/aioa_cloud_waitlist_record.py,sha256=28VZd3GZ6OP_-7LOJh0awyZgQzQV7rzWSpy6bjZyliI,7375
|
142
128
|
anyscale/client/openapi_client/models/aioacloudwaitlistrecord_response.py,sha256=kSmMVDwTE-gIYAe-oJKe40YpJMqvR0YiDF2vap_SppI,3671
|
143
129
|
anyscale/client/openapi_client/models/alert_type.py,sha256=GSXjh48TjaWaaSC2F2mgdGbbuSf2tUWU_GsSSJyXtBo,3249
|
@@ -163,7 +149,6 @@ anyscale/client/openapi_client/models/archivedlogsinfo_response.py,sha256=nNvkEN
|
|
163
149
|
anyscale/client/openapi_client/models/attach_machine_pool_to_cloud_request.py,sha256=M3iOlHPrWthJmqkBCoMAMk1Ks3oCWk0lvL0XZBClVJw,5011
|
164
150
|
anyscale/client/openapi_client/models/attachmachinepooltocloudresponse_response.py,sha256=eCMGXJNPVGsaXAIzMbJKwyzTmzQh_WTQo3Hfw5_OArU,3692
|
165
151
|
anyscale/client/openapi_client/models/aviary_model_config_v2.py,sha256=I3Qzv_a8-rh6AXVcK0v28lLh5lb56A3exXAxR1DWT_g,11159
|
166
|
-
anyscale/client/openapi_client/models/aws_credentials.py,sha256=FqQ9Jkm0llxOxRisE6LevrT_Fsdh7hB6ySe5uSF8LiA,6048
|
167
152
|
anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py,sha256=0iWNQjSxtrZK4kgb_I56oVyX2AmZnFj7nlSnY3272Fc,4334
|
168
153
|
anyscale/client/openapi_client/models/aws_region_and_zones.py,sha256=m5x4uXbhAwc_thVedy0DiiLS5qd144qmcYk6LMl-zHo,3769
|
169
154
|
anyscale/client/openapi_client/models/aws_region_info.py,sha256=y30HS1AyryxoqIEk5vrgVj7QTbjLL1X8zNUBHtLOqzY,4698
|
@@ -268,7 +253,6 @@ anyscale/client/openapi_client/models/compute_template_config.py,sha256=VAX5ZtZC
|
|
268
253
|
anyscale/client/openapi_client/models/compute_template_query.py,sha256=aSNMEZQIc_Vz2cSyV6JD7rzcFe3iHhZujYhHpHi0LMg,10266
|
269
254
|
anyscale/client/openapi_client/models/computetemplate_response.py,sha256=VYAbVSP_wQ3kIvFxsIhSP8TuCcJQ_gFscQBMFkTqkE4,3583
|
270
255
|
anyscale/client/openapi_client/models/computetemplateconfig_response.py,sha256=qwCTKMrd-yXi1g2yR4xRAaA4te_jzXCjYOmOKnVRkHw,3649
|
271
|
-
anyscale/client/openapi_client/models/create_aica_endpoint.py,sha256=NIvl5BxV1udNbaLghbpp3SY0LXVmafOUlCinYJp4ph8,6751
|
272
256
|
anyscale/client/openapi_client/models/create_aioa_cloud_waitlist.py,sha256=wNEz4SFW-fkNCNpFVRvl6m2kFr8bTP_wXY6Pg3IqmMs,4963
|
273
257
|
anyscale/client/openapi_client/models/create_analytics_event.py,sha256=_trE0YfjoN5ROVvLaGCdjNIzqYEBJ0CyEs0J_I1fCRo,3823
|
274
258
|
anyscale/client/openapi_client/models/create_app_config.py,sha256=iPXNq1AqcaKj4m1N9I2aUyJr6B4WZge8gz9-7tCyRQo,7064
|
@@ -431,7 +415,6 @@ anyscale/client/openapi_client/models/headip_response.py,sha256=IDibJ0klCJa8XCme
|
|
431
415
|
anyscale/client/openapi_client/models/http_protocol_config.py,sha256=Jx7OQY7paI8_QM1KuCnBRpSMoExMRSIvN9Tfgc7sUl0,4203
|
432
416
|
anyscale/client/openapi_client/models/http_validation_error.py,sha256=KsPu9vOlvrO888Ht7vNclZjbghvL_VCzCgAEowWIK10,3413
|
433
417
|
anyscale/client/openapi_client/models/idle_termination_status.py,sha256=gKV6Vhsk6qX9a0VpgkUTubyHrfVxAiiqvvz0YiGd3DY,3045
|
434
|
-
anyscale/client/openapi_client/models/import_aica_model.py,sha256=MPzBxTwnrjCTtyyOHDri8YKXL853RQXe97R8cvhBJyI,8755
|
435
418
|
anyscale/client/openapi_client/models/instance_usage_budget.py,sha256=bmXndzjWt3FbpZYuPTFs_KuLy3JiQVJpF4CTuXIs3yk,18163
|
436
419
|
anyscale/client/openapi_client/models/instance_usage_budget_evaluation_period.py,sha256=CsNpLq0wAHqA47kDN-zAMPehDMvmRoCnqnaujs_P5RA,2918
|
437
420
|
anyscale/client/openapi_client/models/instanceusagebudget_list_response.py,sha256=DlTPYMF0bRpGXpb0GKtDoQ3bdm1L7jdzcFYsLrFQ8GU,4482
|
@@ -522,7 +505,6 @@ anyscale/client/openapi_client/models/minibuild_list_response.py,sha256=bjOPZtw3
|
|
522
505
|
anyscale/client/openapi_client/models/minicomputetemplate_list_response.py,sha256=u7Ka89pKvGtG0DeoQoky8S-oCsjFzpEbVNhY4PoMINk,4482
|
523
506
|
anyscale/client/openapi_client/models/miniproject_list_response.py,sha256=6v2jJb9CtwaxYgHTGMjj0Vy3fsph2dtLZnD2Rgcb_Qo,4362
|
524
507
|
anyscale/client/openapi_client/models/monitor_logs_extension.py,sha256=ZN4LDoEl98zv8gVJcTkvynctgjIDVF7pAUBBInSLND0,2840
|
525
|
-
anyscale/client/openapi_client/models/named_entity.py,sha256=-7koZaEUTu9HqkxjYpPCF3_1uB_RXIhcoY_SirWZSGM,4094
|
526
508
|
anyscale/client/openapi_client/models/nfs_mount_target.py,sha256=UcbO5HIS_bjngFZ94yKCmt93h6lfX8K5Ua3WVjABiU4,4421
|
527
509
|
anyscale/client/openapi_client/models/node_registration_aws.py,sha256=hDvIYhk5Tt-FZWl3dtEzv5vay3-V4LZ9UDOeRq0OAds,5430
|
528
510
|
anyscale/client/openapi_client/models/node_registration_gcp.py,sha256=Sh8FjvGzLzw_1BaRA9Q8lC6GXYPjMHXvr3MrpPRSmhY,3691
|
@@ -722,9 +704,7 @@ anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py,sh
|
|
722
704
|
anyscale/client/openapi_client/models/update_cluster_dns.py,sha256=eFCs_MSsb21TPWmPb4MQ67R0bcxfbTaCm2pdKh1FkEw,4575
|
723
705
|
anyscale/client/openapi_client/models/update_compute_template.py,sha256=GcAedNOYkfQ_l1DGNZCB88wBH3gy1VNVM3O_4AfYEFI,4060
|
724
706
|
anyscale/client/openapi_client/models/update_compute_template_config.py,sha256=wsisV5ZwcgLmuJ2876X9VOREpQx7BDsD7BGT0RCs3kg,19443
|
725
|
-
anyscale/client/openapi_client/models/update_endpoint.py,sha256=F9GoDzgjk5g8k-OcQ2nLcuFxOGhuYp5I-ESyvInqX1Q,4906
|
726
707
|
anyscale/client/openapi_client/models/update_machine_pool_request.py,sha256=Pi5R5BzHrIWBUch7t7zifYCXycSpanQLimzpmBOCujg,4778
|
727
|
-
anyscale/client/openapi_client/models/update_model_deployment.py,sha256=E9wPeMozGaDOat3Zr0MZOVev5Yk_Pba78veDbybN8zA,4627
|
728
708
|
anyscale/client/openapi_client/models/update_organization_collaborator.py,sha256=2PzbKhiVmAAJXq_k-FxIP5ntaVpDQQk4LC7mMEeZfPY,3885
|
729
709
|
anyscale/client/openapi_client/models/update_project_collaborator.py,sha256=xT3k_qmoR_8Fxx9z5KwSxnbR08T2KILf38TAFfRCdZQ,3809
|
730
710
|
anyscale/client/openapi_client/models/update_resource_quota.py,sha256=P_ogoveZ5ZX35KxIWN4VJstJeylPU0za8IXUAwRGies,3423
|
@@ -1170,10 +1150,10 @@ anyscale/workspace/__init__.py,sha256=fIxkn8b_HADCQl5njPAbcJxAf0sajZoc55L_wMvGAx
|
|
1170
1150
|
anyscale/workspace/commands.py,sha256=21FubFd2wmEwlVbk-ng-adwBm-O4ZPBgEJnoavbfvbU,14035
|
1171
1151
|
anyscale/workspace/models.py,sha256=Ey67KqxdslS51yK7xetbRaFjE8sURAArpf-F38r3cUU,9760
|
1172
1152
|
anyscale/workspace/_private/workspace_sdk.py,sha256=4LOBmMm7kd-O94ii5uP1UDbkWLComh6zI5QmE2lXRTY,26824
|
1173
|
-
anyscale-0.26.
|
1174
|
-
anyscale-0.26.
|
1175
|
-
anyscale-0.26.
|
1176
|
-
anyscale-0.26.
|
1177
|
-
anyscale-0.26.
|
1178
|
-
anyscale-0.26.
|
1179
|
-
anyscale-0.26.
|
1153
|
+
anyscale-0.26.3.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
|
1154
|
+
anyscale-0.26.3.dist-info/METADATA,sha256=w6M1mJXpbEuPPS10qHMQZGFVk5K1MmbBWMfKlbb-Fs8,3049
|
1155
|
+
anyscale-0.26.3.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
|
1156
|
+
anyscale-0.26.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
1157
|
+
anyscale-0.26.3.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
|
1158
|
+
anyscale-0.26.3.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
|
1159
|
+
anyscale-0.26.3.dist-info/RECORD,,
|