anyscale 0.26.27__py3-none-any.whl → 0.26.29__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 (48) hide show
  1. anyscale/_private/docgen/__main__.py +0 -18
  2. anyscale/_private/docgen/api.md +0 -125
  3. anyscale/_private/docgen/models.md +1 -111
  4. anyscale/client/README.md +0 -6
  5. anyscale/client/openapi_client/__init__.py +0 -4
  6. anyscale/client/openapi_client/api/default_api.py +0 -228
  7. anyscale/client/openapi_client/models/__init__.py +0 -4
  8. anyscale/client/openapi_client/models/cloud.py +31 -3
  9. anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +29 -1
  10. anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +29 -1
  11. anyscale/client/openapi_client/models/dataset_metrics.py +2 -3
  12. anyscale/client/openapi_client/models/operator_metrics.py +2 -3
  13. anyscale/client/openapi_client/models/workload_info.py +59 -3
  14. anyscale/cloud/models.py +13 -0
  15. anyscale/commands/machine_pool_commands.py +11 -9
  16. anyscale/commands/service_commands.py +4 -2
  17. anyscale/controllers/cloud_controller.py +0 -1
  18. anyscale/formatters/clouds_formatter.py +8 -0
  19. anyscale/sdk/anyscale_client/__init__.py +0 -11
  20. anyscale/sdk/anyscale_client/api/default_api.py +140 -1433
  21. anyscale/sdk/anyscale_client/models/__init__.py +0 -11
  22. anyscale/sdk/anyscale_client/models/cloud.py +31 -3
  23. anyscale/service/__init__.py +4 -1
  24. anyscale/service/_private/service_sdk.py +5 -0
  25. anyscale/service/commands.py +4 -2
  26. anyscale/version.py +1 -1
  27. {anyscale-0.26.27.dist-info → anyscale-0.26.29.dist-info}/METADATA +1 -1
  28. {anyscale-0.26.27.dist-info → anyscale-0.26.29.dist-info}/RECORD +33 -48
  29. anyscale/client/openapi_client/models/serve_deployment_fast_api_docs_status.py +0 -123
  30. anyscale/client/openapi_client/models/servedeploymentfastapidocsstatus_response.py +0 -121
  31. anyscale/client/openapi_client/models/web_terminal.py +0 -121
  32. anyscale/client/openapi_client/models/webterminal_response.py +0 -121
  33. anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -123
  34. anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -121
  35. anyscale/sdk/anyscale_client/models/create_cloud.py +0 -518
  36. anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -122
  37. anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -256
  38. anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -121
  39. anyscale/sdk/anyscale_client/models/session_operation.py +0 -266
  40. anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -101
  41. anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -121
  42. anyscale/sdk/anyscale_client/models/update_cloud.py +0 -150
  43. anyscale/sdk/anyscale_client/models/update_project.py +0 -150
  44. {anyscale-0.26.27.dist-info → anyscale-0.26.29.dist-info}/LICENSE +0 -0
  45. {anyscale-0.26.27.dist-info → anyscale-0.26.29.dist-info}/NOTICE +0 -0
  46. {anyscale-0.26.27.dist-info → anyscale-0.26.29.dist-info}/WHEEL +0 -0
  47. {anyscale-0.26.27.dist-info → anyscale-0.26.29.dist-info}/entry_points.txt +0 -0
  48. {anyscale-0.26.27.dist-info → anyscale-0.26.29.dist-info}/top_level.txt +0 -0
@@ -44,7 +44,6 @@ from anyscale_client.models.cluster_compute_config import ClusterComputeConfig
44
44
  from anyscale_client.models.cluster_computes_query import ClusterComputesQuery
45
45
  from anyscale_client.models.cluster_environment import ClusterEnvironment
46
46
  from anyscale_client.models.cluster_environment_build import ClusterEnvironmentBuild
47
- from anyscale_client.models.cluster_environment_build_log_response import ClusterEnvironmentBuildLogResponse
48
47
  from anyscale_client.models.cluster_environment_build_operation import ClusterEnvironmentBuildOperation
49
48
  from anyscale_client.models.cluster_environment_build_status import ClusterEnvironmentBuildStatus
50
49
  from anyscale_client.models.cluster_environments_query import ClusterEnvironmentsQuery
@@ -64,7 +63,6 @@ from anyscale_client.models.clusterenvironment_list_response import Clusterenvir
64
63
  from anyscale_client.models.clusterenvironment_response import ClusterenvironmentResponse
65
64
  from anyscale_client.models.clusterenvironmentbuild_list_response import ClusterenvironmentbuildListResponse
66
65
  from anyscale_client.models.clusterenvironmentbuild_response import ClusterenvironmentbuildResponse
67
- from anyscale_client.models.clusterenvironmentbuildlogresponse_response import ClusterenvironmentbuildlogresponseResponse
68
66
  from anyscale_client.models.clusterenvironmentbuildoperation_response import ClusterenvironmentbuildoperationResponse
69
67
  from anyscale_client.models.clusteroperation_response import ClusteroperationResponse
70
68
  from anyscale_client.models.clusters_query import ClustersQuery
@@ -79,7 +77,6 @@ from anyscale_client.models.create_byod_app_config_configuration_schema import C
79
77
  from anyscale_client.models.create_byod_cluster_environment import CreateBYODClusterEnvironment
80
78
  from anyscale_client.models.create_byod_cluster_environment_build import CreateBYODClusterEnvironmentBuild
81
79
  from anyscale_client.models.create_byod_cluster_environment_configuration_schema import CreateBYODClusterEnvironmentConfigurationSchema
82
- from anyscale_client.models.create_cloud import CreateCloud
83
80
  from anyscale_client.models.create_cluster import CreateCluster
84
81
  from anyscale_client.models.create_cluster_compute import CreateClusterCompute
85
82
  from anyscale_client.models.create_cluster_compute_config import CreateClusterComputeConfig
@@ -116,9 +113,6 @@ from anyscale_client.models.log_stream import LogStream
116
113
  from anyscale_client.models.logdownloadresult_response import LogdownloadresultResponse
117
114
  from anyscale_client.models.logstream_response import LogstreamResponse
118
115
  from anyscale_client.models.node_type import NodeType
119
- from anyscale_client.models.object_storage_config import ObjectStorageConfig
120
- from anyscale_client.models.object_storage_config_s3 import ObjectStorageConfigS3
121
- from anyscale_client.models.objectstorageconfig_response import ObjectstorageconfigResponse
122
116
  from anyscale_client.models.operation_error import OperationError
123
117
  from anyscale_client.models.operation_progress import OperationProgress
124
118
  from anyscale_client.models.operation_result import OperationResult
@@ -164,14 +158,11 @@ from anyscale_client.models.service_version_state import ServiceVersionState
164
158
  from anyscale_client.models.servicemodel_list_response import ServicemodelListResponse
165
159
  from anyscale_client.models.servicemodel_response import ServicemodelResponse
166
160
  from anyscale_client.models.session import Session
167
- from anyscale_client.models.session_operation import SessionOperation
168
- from anyscale_client.models.session_operation_type import SessionOperationType
169
161
  from anyscale_client.models.session_response import SessionResponse
170
162
  from anyscale_client.models.session_starting_up_data import SessionStartingUpData
171
163
  from anyscale_client.models.session_state import SessionState
172
164
  from anyscale_client.models.session_state_data import SessionStateData
173
165
  from anyscale_client.models.session_stopping_data import SessionStoppingData
174
- from anyscale_client.models.sessionoperation_response import SessionoperationResponse
175
166
  from anyscale_client.models.sort_by_clause_jobs_sort_field import SortByClauseJobsSortField
176
167
  from anyscale_client.models.sort_order import SortOrder
177
168
  from anyscale_client.models.ssoconfig_response import SsoconfigResponse
@@ -182,10 +173,8 @@ from anyscale_client.models.terminate_cluster_options import TerminateClusterOpt
182
173
  from anyscale_client.models.text_query import TextQuery
183
174
  from anyscale_client.models.tracing_config import TracingConfig
184
175
  from anyscale_client.models.ux_instance import UXInstance
185
- from anyscale_client.models.update_cloud import UpdateCloud
186
176
  from anyscale_client.models.update_cluster import UpdateCluster
187
177
  from anyscale_client.models.update_organization import UpdateOrganization
188
- from anyscale_client.models.update_project import UpdateProject
189
178
  from anyscale_client.models.user_service_access_types import UserServiceAccessTypes
190
179
  from anyscale_client.models.validation_error import ValidationError
191
180
  from anyscale_client.models.worker_node_type import WorkerNodeType
@@ -57,7 +57,8 @@ class Cloud(object):
57
57
  'version': 'CloudVersion',
58
58
  'is_default': 'bool',
59
59
  'customer_aggregated_logs_config_id': 'str',
60
- 'additional_instance_types': 'list[UXInstance]'
60
+ 'additional_instance_types': 'list[UXInstance]',
61
+ 'is_aggregated_logs_enabled': 'bool'
61
62
  }
62
63
 
63
64
  attribute_map = {
@@ -85,10 +86,11 @@ class Cloud(object):
85
86
  'version': 'version',
86
87
  'is_default': 'is_default',
87
88
  'customer_aggregated_logs_config_id': 'customer_aggregated_logs_config_id',
88
- 'additional_instance_types': 'additional_instance_types'
89
+ 'additional_instance_types': 'additional_instance_types',
90
+ 'is_aggregated_logs_enabled': 'is_aggregated_logs_enabled'
89
91
  }
90
92
 
91
- def __init__(self, name=None, provider=None, compute_stack=None, region=None, credentials=None, config=None, is_k8s=False, is_aioa=False, availability_zones=None, is_bring_your_own_resource=None, is_private_cloud=False, cluster_management_stack_version=None, is_private_service_cloud=None, auto_add_user=False, external_id=None, id=None, type=None, creator_id=None, created_at=None, status=None, state=None, version=None, is_default=None, customer_aggregated_logs_config_id=None, additional_instance_types=None, local_vars_configuration=None): # noqa: E501
93
+ def __init__(self, name=None, provider=None, compute_stack=None, region=None, credentials=None, config=None, is_k8s=False, is_aioa=False, availability_zones=None, is_bring_your_own_resource=None, is_private_cloud=False, cluster_management_stack_version=None, is_private_service_cloud=None, auto_add_user=False, external_id=None, id=None, type=None, creator_id=None, created_at=None, status=None, state=None, version=None, is_default=None, customer_aggregated_logs_config_id=None, additional_instance_types=None, is_aggregated_logs_enabled=None, local_vars_configuration=None): # noqa: E501
92
94
  """Cloud - a model defined in OpenAPI""" # noqa: E501
93
95
  if local_vars_configuration is None:
94
96
  local_vars_configuration = Configuration()
@@ -119,6 +121,7 @@ class Cloud(object):
119
121
  self._is_default = None
120
122
  self._customer_aggregated_logs_config_id = None
121
123
  self._additional_instance_types = None
124
+ self._is_aggregated_logs_enabled = None
122
125
  self.discriminator = None
123
126
 
124
127
  self.name = name
@@ -161,6 +164,8 @@ class Cloud(object):
161
164
  self.customer_aggregated_logs_config_id = customer_aggregated_logs_config_id
162
165
  if additional_instance_types is not None:
163
166
  self.additional_instance_types = additional_instance_types
167
+ if is_aggregated_logs_enabled is not None:
168
+ self.is_aggregated_logs_enabled = is_aggregated_logs_enabled
164
169
 
165
170
  @property
166
171
  def name(self):
@@ -755,6 +760,29 @@ class Cloud(object):
755
760
 
756
761
  self._additional_instance_types = additional_instance_types
757
762
 
763
+ @property
764
+ def is_aggregated_logs_enabled(self):
765
+ """Gets the is_aggregated_logs_enabled of this Cloud. # noqa: E501
766
+
767
+ Whether the aggregated logs are enabled for this cloud. # noqa: E501
768
+
769
+ :return: The is_aggregated_logs_enabled of this Cloud. # noqa: E501
770
+ :rtype: bool
771
+ """
772
+ return self._is_aggregated_logs_enabled
773
+
774
+ @is_aggregated_logs_enabled.setter
775
+ def is_aggregated_logs_enabled(self, is_aggregated_logs_enabled):
776
+ """Sets the is_aggregated_logs_enabled of this Cloud.
777
+
778
+ Whether the aggregated logs are enabled for this cloud. # noqa: E501
779
+
780
+ :param is_aggregated_logs_enabled: The is_aggregated_logs_enabled of this Cloud. # noqa: E501
781
+ :type: bool
782
+ """
783
+
784
+ self._is_aggregated_logs_enabled = is_aggregated_logs_enabled
785
+
758
786
  def to_dict(self):
759
787
  """Returns the model properties as a dict"""
760
788
  result = {}
@@ -110,6 +110,7 @@ class ServiceSDK:
110
110
  )
111
111
  def terminate( # noqa: F811
112
112
  self,
113
+ id: Optional[str] = None, # noqa: A002
113
114
  name: Optional[str] = None,
114
115
  *,
115
116
  cloud: Optional[str] = None,
@@ -121,7 +122,9 @@ class ServiceSDK:
121
122
 
122
123
  Returns the id of the terminated service.
123
124
  """
124
- return self._private_sdk.terminate(name=name, cloud=cloud, project=project)
125
+ return self._private_sdk.terminate(
126
+ id=id, name=name, cloud=cloud, project=project
127
+ )
125
128
 
126
129
  @sdk_docs(
127
130
  doc_py_example=_ARCHIVE_EXAMPLE, arg_docstrings=_ARCHIVE_ARG_DOCSTRINGS,
@@ -515,11 +515,16 @@ class PrivateServiceSDK(WorkloadSDK):
515
515
 
516
516
  def terminate(
517
517
  self,
518
+ id: Optional[str] = None, # noqa: A002
518
519
  name: Optional[str] = None,
519
520
  *,
520
521
  cloud: Optional[str] = None,
521
522
  project: Optional[str] = None,
522
523
  ) -> str:
524
+ if id is not None:
525
+ self.client.terminate_service(id)
526
+ return id
527
+
523
528
  model = self._resolve_to_service_model(name=name, cloud=cloud, project=project)
524
529
 
525
530
  self.client.terminate_service(model.id)
@@ -34,7 +34,7 @@ anyscale.service.deploy(
34
34
  _DEPLOY_ARG_DOCSTRINGS = {
35
35
  "config": "The config options defining the service.",
36
36
  "in_place": "Perform an in-place upgrade without starting a new cluster. This can be used for faster iteration during development but is *not* currently recommended for production deploys. This *cannot* be used to change cluster-level options such as image and compute config (they will be ignored).",
37
- "canary_percent": "The percentage of traffic to send to the canary version of the service (0-100). This can be used to manually shift traffic toward (or away from) the canary version. If not provided, traffic will be shifted incrementally toward the canary version until it reaches 100. Not supported when using --in-place.",
37
+ "canary_percent": "The percentage of traffic to send to the canary version of the service (0-100). This can be used to manually shift traffic toward (or away from) the canary version. If not provided, traffic will be shifted incrementally toward the canary version until it reaches 100. Not supported when using --in-place. This is ignored when restarting a service or creating a new service.",
38
38
  "max_surge_percent": "Amount of excess capacity allowed to be used while updating the service (0-100). Defaults to 100. Not supported when using --in-place.",
39
39
  }
40
40
 
@@ -118,6 +118,7 @@ anyscale.service.terminate(name="my-service")
118
118
  """
119
119
 
120
120
  _TERMINATE_ARG_DOCSTRINGS = {
121
+ "id": "ID of the service.",
121
122
  "name": "Name of the service. When running in a workspace, this defaults to the workspace name.",
122
123
  "cloud": "The Anyscale Cloud of this workload. If not provided, the organization default will be used (or, if running in a workspace, the cloud of the workspace).",
123
124
  "project": "Named project to use for the service. If not provided, the default project for the cloud will be used (or, if running in a workspace, the project of the workspace).",
@@ -131,6 +132,7 @@ _TERMINATE_ARG_DOCSTRINGS = {
131
132
  arg_docstrings=_TERMINATE_ARG_DOCSTRINGS,
132
133
  )
133
134
  def terminate(
135
+ id: Optional[str] = None, # noqa: A002
134
136
  name: Optional[str] = None,
135
137
  *,
136
138
  cloud: Optional[str] = None,
@@ -143,7 +145,7 @@ def terminate(
143
145
 
144
146
  Returns the id of the terminated service.
145
147
  """
146
- return _private_sdk.terminate(name=name, cloud=cloud, project=project) # type: ignore
148
+ return _private_sdk.terminate(id=id, name=name, cloud=cloud, project=project) # type: ignore
147
149
 
148
150
 
149
151
  _ARCHIVE_EXAMPLE = """
anyscale/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.26.27"
1
+ __version__ = "0.26.29"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: anyscale
3
- Version: 0.26.27
3
+ Version: 0.26.29
4
4
  Summary: Command Line Interface for Anyscale
5
5
  Author: Anyscale Inc.
6
6
  License: AS License
@@ -27,7 +27,7 @@ anyscale/scripts.py,sha256=2LWIBxPHRhFG8m0La7xJXM2xKOQIG3SvlQobS4op2b0,5624
27
27
  anyscale/snapshot.py,sha256=UGJT5C1s_4xmQxjWODK5DFpGxHRBX5jOCdSCqXESH8E,1685
28
28
  anyscale/tables.py,sha256=TV4F2uLnwehvbkAfaP7iuLlT2wLIo6ORH2LVdRGXW5g,2840
29
29
  anyscale/util.py,sha256=14AHIhl4c4hKAW4gLZIvy5w56-zDjcPmrdWqazsvnHU,41860
30
- anyscale/version.py,sha256=jSrcMyTWvBmPHZ4bL2Xoz9jV9JVagX5mY3Ceu8_Fpfw,24
30
+ anyscale/version.py,sha256=Jzc54csSsi_6iMQZJqqcXO-acccbDvRyXCrBatuYXu8,24
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
@@ -35,11 +35,11 @@ anyscale/_private/anyscale_client/anyscale_client.py,sha256=Txevk6u-nrJRN0qfNmbq
35
35
  anyscale/_private/anyscale_client/common.py,sha256=rqS9pP2P5m76Ao5Y0Az6aVY-tmrRV_0NzozkGln1ZIQ,25416
36
36
  anyscale/_private/anyscale_client/fake_anyscale_client.py,sha256=54jDPs2ZkLIP1A-69i-gI6bvEgB5mgYbZav18jxWEzw,57041
37
37
  anyscale/_private/docgen/README.md,sha256=z0tj8Jy0KmxWJBQMHKyzXGX_cYYgI8m5DCD6KCMU8oI,762
38
- anyscale/_private/docgen/__main__.py,sha256=W91EVEx6nhSApY03T_VypdVo1dL2GOEGi9SgiG8DDBg,25759
39
- anyscale/_private/docgen/api.md,sha256=4SbFnIzpQYcH-aBs0cu15BsVxiNxxnY8-Zb5Dqh4Oxw,30971
38
+ anyscale/_private/docgen/__main__.py,sha256=2WUy55vYOhS8NV_sNP76ROeRGATDwOvQLsWHBIrt_Bk,24982
39
+ anyscale/_private/docgen/api.md,sha256=VKW293yubbeUG17A38wYuaONKDL5XICMguyfZ2xkIyY,27495
40
40
  anyscale/_private/docgen/generator.py,sha256=jAOaprAeU659glRDBATAkAQeYC1nDU14jgdobcILS1s,21737
41
41
  anyscale/_private/docgen/generator_legacy.py,sha256=pss_6ONF55XhARrKGcREDmg0J5plWact6USgb5Tr5mM,3002
42
- anyscale/_private/docgen/models.md,sha256=qbuHQbq5vqUOwYeGMTRXZGJ1Uj9N6soUQvXa5sBgV50,292360
42
+ anyscale/_private/docgen/models.md,sha256=Q9_qiY3tXHP7j-8sRm8CFz7PV2j6tO94YU8BfjvhMMo,285914
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=GJLA4JC0yHT554ctMYS_1es-YoTHQH9oqRHr28vV4R0,11354
@@ -105,7 +105,7 @@ anyscale/background/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
105
105
  anyscale/background/job_runner.py,sha256=LTuv9JOahyv6C9i7DLQAONgQF6--FfYZEmJrKy-sUG8,2687
106
106
  anyscale/client/.gitignore,sha256=JZyvYEtT2DCSK9V5Joi6lQofhMik4PXiJRCWsg7SvqI,807
107
107
  anyscale/client/.openapi-generator-ignore,sha256=pu2PTide7pJtJ-DFLzDy0cTYQJRlrB-8RRH3zGLeUds,1040
108
- anyscale/client/README.md,sha256=uyeA8Ss_1PGt7RAL5p8Qc_ZlwIrQ6lDZdlf28cutmRg,108870
108
+ anyscale/client/README.md,sha256=g5W_MRROT3cJvN5-dwBTrPdsqvCzP07nVXpaYSaFjjQ,107904
109
109
  anyscale/client/git_push.sh,sha256=EDCZOTTiLxbtPHmiU63qC99rGH67B7dhdPZdNUKivF0,1827
110
110
  anyscale/client/requirements.txt,sha256=dkVKYUStC5h_g_87SH7pRdhXCj7ySozAJMGAFEzGgFc,126
111
111
  anyscale/client/setup.cfg,sha256=l7bdKSIedeBhhoDtupsBwx1xPrlBf2yYeTH7a8kMga4,28
@@ -113,14 +113,14 @@ anyscale/client/setup.py,sha256=tSxqw1kAL1B9adnrnOarjnQfSbwGmnTr_kg8ZXhlm5A,1109
113
113
  anyscale/client/test-requirements.txt,sha256=sTjmDTj5W9fh1ZAeo8UT2EBdeGDBNttj_PHiPBXg1D4,111
114
114
  anyscale/client/tox.ini,sha256=M6L3UmvAdvU65LsoAF-Oi7oRjwZlCJZn8I7ofdXn5Ok,156
115
115
  anyscale/client/.openapi-generator/VERSION,sha256=J0RzX-4u4jfin1kviKtmncjUePyjHm2kyvmkobOrt_E,5
116
- anyscale/client/openapi_client/__init__.py,sha256=30HqaFyQ34Unqq1NPFG2QXExcftud7AHLpo1KltXt7w,48802
116
+ anyscale/client/openapi_client/__init__.py,sha256=ZmRlqCZK0MGxCmpc03f2UgnuuyORh7iVcI_pOvCof0o,48446
117
117
  anyscale/client/openapi_client/api_client.py,sha256=d8Un6j2Ny2vlS2qBXPVFj6_ql0k36DFahpWt_28TfCk,25563
118
118
  anyscale/client/openapi_client/configuration.py,sha256=Dd5XrlHwv-wxnf0C35PG_-HBQoY3Yaz6hKrmkZz-m0E,12363
119
119
  anyscale/client/openapi_client/exceptions.py,sha256=3egwsXQG2j_vARbqgBxUO1xSltAhpfiHTYVP7VXTvU0,3792
120
120
  anyscale/client/openapi_client/rest.py,sha256=Ehj37v7GHW6SXV067Hze5HE42ayKaGi6a6ZlkR7u3Lg,12501
121
121
  anyscale/client/openapi_client/api/__init__.py,sha256=i8u7BI2xX1GrXTL3hN0pKpYIlnT-D_uDxH2ElOfYG1I,141
122
- anyscale/client/openapi_client/api/default_api.py,sha256=XaroPOz_-m6Ey9LDadOWhQAIJYR82ZyH0nSv_JqZhOU,1749095
123
- anyscale/client/openapi_client/models/__init__.py,sha256=Q0Ajz2zE2uJ-zfW48rgmY2LLfe-Bk2xn6uB0-1U6d9o,48312
122
+ anyscale/client/openapi_client/api/default_api.py,sha256=_bFRrRIwvFvRdS_PjvP7L8onJxoNaZeg41u49Fr1_Z4,1737445
123
+ anyscale/client/openapi_client/models/__init__.py,sha256=1E8yWRTQN4bG7-xdpo5JyN9RZ4zJeIjNdEKkKLJunCM,47956
124
124
  anyscale/client/openapi_client/models/access_config.py,sha256=b2mA0qtuTA5PFbp6C61Jc_T2zUMaojM1v32IhZo0MfY,3648
125
125
  anyscale/client/openapi_client/models/actor_status.py,sha256=6xyX_aIqURj2raBdY9DmBxsdDACFrqqYvElGiM6YG2E,2813
126
126
  anyscale/client/openapi_client/models/admin_create_user.py,sha256=9DPr8D0lKgoEZ3Z2kGsAd8L7ocFCiP6woOGLVs8SRb8,7251
@@ -174,7 +174,7 @@ anyscale/client/openapi_client/models/change_password_params.py,sha256=ijzzLRmBX
174
174
  anyscale/client/openapi_client/models/cleanup_leaked_grafana_dashboard_response.py,sha256=_1-lZVl_YJs1dBrsmdrlJxBRJEp1Cjfw6XCXLLUcBng,7444
175
175
  anyscale/client/openapi_client/models/cleanupleakedgrafanadashboardresponse_response.py,sha256=Kfqg8BJimHrI2moHpqhS77uL5ZoT7_ZRny6UHX0q05I,3825
176
176
  anyscale/client/openapi_client/models/clone_experimental_workspace.py,sha256=0J1Fbsczg3XNmEiKtItJwyL3QpEVZzbBmfmTgIrYmck,4534
177
- anyscale/client/openapi_client/models/cloud.py,sha256=jArPO1ic-qjvdkUmp6aOSDO9M-41vHlDZ5PReyfiKxI,26645
177
+ anyscale/client/openapi_client/models/cloud.py,sha256=Z47Q9oPEiYJfJLVaBl48GA7NoMMu2YJ2yRPCBmJ84u8,27793
178
178
  anyscale/client/openapi_client/models/cloud_analytics_event.py,sha256=eK28GVInJF6mBP9-YZ1NqyhNJIZWXCjPdbuPxDdHyDg,11435
179
179
  anyscale/client/openapi_client/models/cloud_analytics_event_cloud_provider_error.py,sha256=kKFQYOf7cqE3RGnsQ-0yP3fAmf0Ji5EFJHVMkj30uTU,5027
180
180
  anyscale/client/openapi_client/models/cloud_analytics_event_cloud_resource.py,sha256=6hWXOqM7FAuxF0eB94LiKbkmzi2TVuFWccrNfYgZRNw,3866
@@ -217,8 +217,8 @@ anyscale/client/openapi_client/models/cloud_type.py,sha256=oExTTGSwlZSRnMv5nnHtm
217
217
  anyscale/client/openapi_client/models/cloud_types.py,sha256=i7ci-DsCg-H3mHmGUk68MytUBaGIvrPPLwIU3VMNA_w,2824
218
218
  anyscale/client/openapi_client/models/cloud_version.py,sha256=2AFG73VNZN_kAl3loOtCl1jYX1JesFEpAJxBsnK5JwE,2802
219
219
  anyscale/client/openapi_client/models/cloud_waitlist_status.py,sha256=e7QUyFM6_CrZ1hTONmYBNpBR4_fN54wxhdsom4F_KtU,2959
220
- anyscale/client/openapi_client/models/cloud_with_cloud_resource.py,sha256=1_pyd7z_cHW3cBxD-a9nT-ZEfoht6IdZr-9AHgjfDaI,29372
221
- anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py,sha256=Vi-YBbMalwsjBlJpxE3KQJFd7LAJ5U_-C5UPvkC02wk,29713
220
+ anyscale/client/openapi_client/models/cloud_with_cloud_resource.py,sha256=E05vmRG34ohHEReAx_pifhonanr-485o6gn_5HC_I2M,30588
221
+ anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py,sha256=5eQdD_FdXKjJFgMPHOm2QTHylJk0u7cCj9eI0F4I0ZM,30941
222
222
  anyscale/client/openapi_client/models/cloudcollaborator_list_response.py,sha256=pXHb16324ty5-42cz6H_V7gDSGOOt4URzgmDKAtif5o,4452
223
223
  anyscale/client/openapi_client/models/clouddatabucketpresigneduploadinfo_response.py,sha256=Oqayf777CsQTa5mU0AEsu_54VNDYL7kpxgn5Icn8jOg,3792
224
224
  anyscale/client/openapi_client/models/clouddatabucketpresignedurlresponse_response.py,sha256=dNN9ed8MqR0wA45kniuFPPBTiMx_fdoVlarg5lS9oGw,3803
@@ -300,7 +300,7 @@ anyscale/client/openapi_client/models/dataset_dag.py,sha256=_8wixt-pAWipBz8MQ20C
300
300
  anyscale/client/openapi_client/models/dataset_dag_response.py,sha256=KgPE8GwwuensHjvi820Z8xd2_k-SUzgKGj0fPgcaFrM,3588
301
301
  anyscale/client/openapi_client/models/dataset_jobs.py,sha256=1gt2IE0gyNiLQMDlCoswSowzNF_MnZy5VxuWn2p7Oys,3463
302
302
  anyscale/client/openapi_client/models/dataset_list_response.py,sha256=w9_Ynt3MjLlCuqEu5NIHNt3_fWxm7-Xrj6Qd2fd1vOg,4522
303
- anyscale/client/openapi_client/models/dataset_metrics.py,sha256=LVVNCyRb2qSN_1Kae3BcDpbYRmSA_As82AR4mIAdhZQ,11607
303
+ anyscale/client/openapi_client/models/dataset_metrics.py,sha256=FvzHtwM3pdnW6TMjlEpQZtPybXHXYZWAKFneFU2zh1Y,11452
304
304
  anyscale/client/openapi_client/models/dataset_state.py,sha256=fmP97VHXvrTuwEm8lQhSnarE6dXMzcF5bYBK6XDCKpc,2898
305
305
  anyscale/client/openapi_client/models/dataset_upload.py,sha256=rOHyuUSC_14OlJU2I3d14K8SxD0sY-reNiYDsdKM8ec,4361
306
306
  anyscale/client/openapi_client/models/datasetupload_response.py,sha256=0c090SMm7H---lZkx9lPHAimah54Nk1hdwJK7pd82Mg,3561
@@ -493,7 +493,7 @@ anyscale/client/openapi_client/models/notification_channel_webhook_config.py,sha
493
493
  anyscale/client/openapi_client/models/object_storage.py,sha256=dO0KqwsA0uv7lvIqWlsqPqnXRFaQBkgNJKXdJr5RuBM,5597
494
494
  anyscale/client/openapi_client/models/operator_branch.py,sha256=_wl7vipkkcgd_fn2TG6VZp5Z7zme7kVtp6xXimdNBPg,4232
495
495
  anyscale/client/openapi_client/models/operator_id.py,sha256=D1gfzRMkSIl5svx9CuRdyd_WdsBwS135D6mjAUuReVg,3359
496
- anyscale/client/openapi_client/models/operator_metrics.py,sha256=p8ksaDFkgG5eHTiErOce3BzCBkmssYVI8W80NIn0Swk,8910
496
+ anyscale/client/openapi_client/models/operator_metrics.py,sha256=MErimDgIJ4gcEDBsTN3PeV-jKBJ6VeDW_SnUER-jxJQ,8755
497
497
  anyscale/client/openapi_client/models/organization.py,sha256=denL5QGkErdMLQkEkGWCIxLt-Wv1EWc5u7REMOTKqrw,17320
498
498
  anyscale/client/openapi_client/models/organization_collaborator.py,sha256=b1EWH9jTsPKPv5aotAnf052kC_v4YQ2FVyIcJ28g5pM,8034
499
499
  anyscale/client/openapi_client/models/organization_configuration.py,sha256=ut6TmxbRFp9dQjQQHJL10vV1DRsZPFtFa3sCiPU2Ae8,8754
@@ -567,10 +567,8 @@ anyscale/client/openapi_client/models/run_status.py,sha256=y4h2TPOdAOUVi-mnrAa5z
567
567
  anyscale/client/openapi_client/models/s3_download_location.py,sha256=Yjttjv6V_sD_uL84bpmR3m6jcSI-Xa0cI7egEscs1Vg,4274
568
568
  anyscale/client/openapi_client/models/schedule_config.py,sha256=1t-2zyWfP76K3mA4OA3VW6svS18PLaTBnucZUVCmh88,5016
569
569
  anyscale/client/openapi_client/models/scheduler_info.py,sha256=UGqoA26Q4d2rK5d-LIMl_2xIy9jg6K1oTWha_EvXaZc,5900
570
- anyscale/client/openapi_client/models/serve_deployment_fast_api_docs_status.py,sha256=53IN5-gkcdcITfMAJaqMScQVewMI7gZkNSsTjH4Hv2g,3737
571
570
  anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py,sha256=Xmsr2v-HOqy9bx13wHREf5UVodmrkQonWg2V6W6EUJo,2968
572
571
  anyscale/client/openapi_client/models/serve_deployment_state.py,sha256=fkuMtXA6nSHsKYg-QigUh9D_pKdibw0J6BQAWzZd1cw,3083
573
- anyscale/client/openapi_client/models/servedeploymentfastapidocsstatus_response.py,sha256=k8ThKxsU1Sd5GFepXv6wITYtds-m0YwPFRDRh96bdDM,3770
574
572
  anyscale/client/openapi_client/models/server_session_token.py,sha256=XTVc8rgZMIzORmutUvKImt45bYXmywlo1_63Pgl3nD8,3738
575
573
  anyscale/client/openapi_client/models/serversessiontoken_response.py,sha256=uM_2Eeoww-S8G3nJ-TqLoF7Gxnmt98CaYw0jbd3i0ag,3616
576
574
  anyscale/client/openapi_client/models/service_config.py,sha256=FJkfDMcT-OURoEmkWvh_EDOmIQpnNRreL1HqfRv2KZ4,6369
@@ -678,10 +676,8 @@ anyscale/client/openapi_client/models/waitlist_status_response.py,sha256=Su4G2eE
678
676
  anyscale/client/openapi_client/models/waitlist_status_type.py,sha256=Bmp1_5ti1JnIrgvvuA6Jvs39BEKhXu1si1QwNwK8rXo,2871
679
677
  anyscale/client/openapi_client/models/waitliststatusresponse_response.py,sha256=PNNx1b5OjpIA7BVCRoRC_2gH6WuugseukY520qNlYkw,3660
680
678
  anyscale/client/openapi_client/models/wand_b_run_details.py,sha256=nc6gIQyhHO-TjJ2uXNqGKg_q0AfGKCiukFsFGZ_l36g,4443
681
- anyscale/client/openapi_client/models/web_terminal.py,sha256=UlXKrr1YuphJEJfy0_jqM7Kdf_jzfZXDxuzGwqM5Id8,3367
682
- anyscale/client/openapi_client/models/webterminal_response.py,sha256=KG0tKpUPrAo2hfLMgvz206X6q0vXkHrRzcTNUTwgqr0,3539
683
679
  anyscale/client/openapi_client/models/worker_node_type.py,sha256=XseU2rjirdvOqwCm0BpeRlSNDjn1m-g7-CtK3Sq-h9k,15048
684
- anyscale/client/openapi_client/models/workload_info.py,sha256=LLQGnqpARetLifmfG8G45qzfxBK2yi8lkOipllTu74Y,6926
680
+ anyscale/client/openapi_client/models/workload_info.py,sha256=ZVsPnmwChijdLsFJeQmadL0tOH-Atr4gKAPwnudG3Hg,8760
685
681
  anyscale/client/openapi_client/models/workload_type.py,sha256=Ouht9JhCu4nl1V2JVHYMllW8_GU3lw0t-8Ohgjf8FiU,2886
686
682
  anyscale/client/openapi_client/models/workspace_dataplane_artifact.py,sha256=4UKF-kZceAbVK8xjPfC6jmrF543ZnZYoPXqG9lHbWGU,5382
687
683
  anyscale/client/openapi_client/models/workspace_dataplane_artifacts.py,sha256=oihswrn-Dk675OYC36yO96NORjA0iN3lWMFpVzFGucU,3997
@@ -707,7 +703,7 @@ anyscale/client/openapi_client/models/write_project.py,sha256=48Jym8VDE57cZXTnVH
707
703
  anyscale/client/openapi_client/models/write_support_request.py,sha256=pFOalGDQi9FCDjeJV7ccBpq6iRq1Sub4NBfcUVfCglE,3614
708
704
  anyscale/cloud/__init__.py,sha256=HiLCXsvdt2P3E3pq9Qn4bOO58x4XLpSx1-LAe5Nx-wA,3892
709
705
  anyscale/cloud/commands.py,sha256=ycNOpjoevX60rhUQwK1FVxhm8XLhgcClCqeYuYX9xwU,2988
710
- anyscale/cloud/models.py,sha256=dG7Ilc3lXAGorAtzxgHiyBZ7dxngOBA35Mli22z-SNc,7155
706
+ anyscale/cloud/models.py,sha256=t1Z5RZX8WZQD6gSEj2iwSVl-fhM9QkbfjA3DjSqGG10,7696
711
707
  anyscale/cloud/_private/cloud_sdk.py,sha256=xCoAVomOfo75YWZzHMm9TDeL8UUx79Gn1DeEf6l73bY,2789
712
708
  anyscale/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
713
709
  anyscale/commands/aggregated_instance_usage_commands.py,sha256=TRP1X3hdIWbKg9V20VtazlDXsYAeV--M0DH3-Z5tnj4,2293
@@ -729,14 +725,14 @@ anyscale/commands/list_util.py,sha256=tDKC6jQ7XtOVUe2KfHYkF2yRCbGw2fmAHtdmPgchWv
729
725
  anyscale/commands/login_commands.py,sha256=0pIjpRC3Mw86WjDubJ5v2FHINke-Tk3JvGal_aiQMG0,3477
730
726
  anyscale/commands/logs_commands.py,sha256=OgOwBsEbhcGH-STQ9MOJy8sQBYcZYmd31wzHzVPUo0g,9495
731
727
  anyscale/commands/machine_commands.py,sha256=73rgz9aTIOBYcWX8zH-OYlUx3UuhODHtl1RnKtBdU1E,3641
732
- anyscale/commands/machine_pool_commands.py,sha256=Yique9ikz-g5y3rvVXOSGmRQKUpJT5lRYZLYEcQ4BQA,9275
728
+ anyscale/commands/machine_pool_commands.py,sha256=ZXcHmKfwX6kHALT86LywI34ADbKKM31uq08R7pcAMoM,9476
733
729
  anyscale/commands/migrate_commands.py,sha256=QL1sVL7KGaOFpL4sVNUM96I4kOEzYmIXFuG90LRJ9Uw,3258
734
730
  anyscale/commands/organization_invitation_commands.py,sha256=L0OEz_mF5Dm02KjVzDu_CRKlLm4-c2w8HcHqEvP2nIs,2723
735
731
  anyscale/commands/project_commands.py,sha256=xVm-W5kKzgfbQjAiHSRhnyMIlYgGji1TUfYAi8QrGBo,7131
736
732
  anyscale/commands/resource_quota_commands.py,sha256=J6r8b6Bo1wMys5pYWieD6F-VsC2OpQZGVLaNFlvAKmI,8536
737
733
  anyscale/commands/schedule_commands.py,sha256=mdwelVght3HnN5YPjtG4Spn0KiEDWmg-UosfaDkQPKE,14485
738
734
  anyscale/commands/service_account_commands.py,sha256=u45N2akHsZxyu5LK03FGEEnZh4dTt4B2Be-dXgbSg3U,3977
739
- anyscale/commands/service_commands.py,sha256=hpNhlm6oC_It9CgLDFCqC496GVY02HD2-TMa2Ig-I60,33637
735
+ anyscale/commands/service_commands.py,sha256=FXnrJ-IRV6pUVGYFaSrTWfS1R9VXj8zVtmJbtGkfNPE,33884
740
736
  anyscale/commands/session_commands_hidden.py,sha256=APEypnUB1yV2Rr6wdSFWy1vQbAnn-lOn0rU2enF5JdM,6200
741
737
  anyscale/commands/user_commands.py,sha256=C-i1dGpdhboywN_2XgPS2BekKx2y6LZq8c8gvS0S-tY,1259
742
738
  anyscale/commands/util.py,sha256=N8gkVv9LBr5QypBGm2e_Pw2F2e_tiiR4YNLmn8CtsK0,5124
@@ -760,7 +756,7 @@ anyscale/connect_utils/start_interactive_session.py,sha256=DbuIK2wuWofmbwJ9MLbsb
760
756
  anyscale/controllers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
761
757
  anyscale/controllers/auth_controller.py,sha256=hDY2sPvUP8pvh8PnlDYH5rCHjQes2v3b_KBVjMbrzeE,5127
762
758
  anyscale/controllers/base_controller.py,sha256=1QFJoScFUV7YTzpKarhwPOc1SvI-xqX3TZmwxKonW6I,1998
763
- anyscale/controllers/cloud_controller.py,sha256=1mb_L0TZPzLuPg26lVWqbU1pYcZH1-FghHRnNgX1oGA,177091
759
+ anyscale/controllers/cloud_controller.py,sha256=BlF_sF-6xFHdWZtboz84m2R4FZWc-weHLJtNIQutiGk,177090
764
760
  anyscale/controllers/cloud_functional_verification_controller.py,sha256=YsEfdHT9hPtxy_3a5Q62UlRXW0iFJ1lVS4IZ_NHoemE,33399
765
761
  anyscale/controllers/cluster_controller.py,sha256=Sb5wVjrjpycg5iqmENAVtZ4iy9Kr6kM97_ck-KH85LM,28745
766
762
  anyscale/controllers/cluster_env_controller.py,sha256=JalGzcmnFtMHefYL5U6ijMY3nX6W6BsMEfZSMtgBvtU,8048
@@ -780,7 +776,7 @@ anyscale/controllers/workspace_controller.py,sha256=LNjLMxQ29vBvYiVVLUWVl3AXTHlR
780
776
  anyscale/controllers/llm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
781
777
  anyscale/controllers/llm/models_controller.py,sha256=IXI9-1LpUPMSuPEChBcZCEagvJHh52R3djfyk5JY1xU,5690
782
778
  anyscale/formatters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
783
- anyscale/formatters/clouds_formatter.py,sha256=wykUYUry03k3iEMkoHWscyWYY8cIfOQaNr5P5rZNk9M,1640
779
+ anyscale/formatters/clouds_formatter.py,sha256=q2EtzTvhhlQAOPsaYQrt9E5qimc0x-1tuU_2Nk2a5Ws,2214
784
780
  anyscale/formatters/common_formatter.py,sha256=3FoLEIOnW58sT1iUX1qk_8l9ocR1UP67eagk3VEvYyA,526
785
781
  anyscale/image/__init__.py,sha256=0d-h15Xk2xCcmrpW_PliHeKmyHKOhvizQHJ4bRN-fpE,2212
786
782
  anyscale/image/commands.py,sha256=m9ud8iCUFjNH8qThLBkDPtTtz0EqX9tSIvOAD_ZvkAc,3392
@@ -820,15 +816,15 @@ anyscale/schedule/__init__.py,sha256=xZ07hHVUBMs_6tkhIJYqdskoDtgAndL7Zb0bMY9fCF8
820
816
  anyscale/schedule/commands.py,sha256=5KvhT0QFeBU3WpqtuC-pbFombb-4mvaHzSv0bCgD17Y,4727
821
817
  anyscale/schedule/models.py,sha256=l3vVpY6ovr1vAgiwjFjVXyHa2tTJ0cLCR0cFIIpllKg,4561
822
818
  anyscale/schedule/_private/schedule_sdk.py,sha256=pkiC0QNnWvnyOphiXa_YzArL9WhVu1VScXbH8DqdHK0,5956
823
- anyscale/sdk/anyscale_client/__init__.py,sha256=CKZDlrdpN47VYWWMPmlIOHhziZDCZYPQeQjK5DJ6-OE,14034
819
+ anyscale/sdk/anyscale_client/__init__.py,sha256=Lrl9P4QhPLeOejHgUv_PHkcWDhxhsw_tmOk6KoYU4yM,13133
824
820
  anyscale/sdk/anyscale_client/api_client.py,sha256=fyYpBZLDufVvXbN9KdUaer52hmKPdRSIJL2vOLN_aCk,25565
825
821
  anyscale/sdk/anyscale_client/configuration.py,sha256=k65_MVukneN2JA_WUHXjnqiqpmBWjEmguSZvHx4Uihg,12361
826
822
  anyscale/sdk/anyscale_client/exceptions.py,sha256=A57t810Y_rVxFpbQlfaDhCwOjeFSB6jsx0I85qkKTUQ,3789
827
823
  anyscale/sdk/anyscale_client/rest.py,sha256=HVsalJFwXwGTEYgVsLJcsLKUU47wZ5oFSWmOsT2LkMM,12499
828
824
  anyscale/sdk/anyscale_client/sdk.py,sha256=GtBluXl1AJi02AkwnvJOC5IGUxAFVTOYXBDFg8JyH10,27709
829
825
  anyscale/sdk/anyscale_client/api/__init__.py,sha256=aI2dYRCOMQk0Ma2_qiEkpFpQGkEquzKNPGPSErfbhro,142
830
- anyscale/sdk/anyscale_client/api/default_api.py,sha256=mG3VDiIaJAOAVrX-aqYVQNCfJI_JPI-CPBqd0hJy9Pk,403752
831
- anyscale/sdk/anyscale_client/models/__init__.py,sha256=QoGf7QctFjdwVlRyU2FV5niufQBT8T4LP7biAI7MeIQ,13536
826
+ anyscale/sdk/anyscale_client/api/default_api.py,sha256=fx6yWJVl2vi2_VCoZbM25BBS4nx2ATK-wJYACTDxWqs,342998
827
+ anyscale/sdk/anyscale_client/models/__init__.py,sha256=huOIUf-73KGsSOs_MQTi8xEtYAIenqZ3BbrXl37_0Z0,12635
832
828
  anyscale/sdk/anyscale_client/models/access_config.py,sha256=FOH_2UU2astWm_ilA1_FpWqKQRxwMYXjGC-UT4Zj65Y,3646
833
829
  anyscale/sdk/anyscale_client/models/app_config.py,sha256=1sWYt1jiljHiXtWCQi7HJw4sBvulaqPV8tmTvNpgZYI,13439
834
830
  anyscale/sdk/anyscale_client/models/app_config_config_schema.py,sha256=0RD9ffMfQ_XFXyVY7qjisOropKYT2tZ2p3XyxPrqjE0,7897
@@ -840,7 +836,7 @@ anyscale/sdk/anyscale_client/models/baseimagesenum.py,sha256=Jk33ARD51SCLUIg5GbJ
840
836
  anyscale/sdk/anyscale_client/models/build.py,sha256=xiHlZqdnn-jAcbsLp735tjXG4f9TX49ADYqkbL39zLQ,20306
841
837
  anyscale/sdk/anyscale_client/models/build_response.py,sha256=lC_GmJ5eYUMSAC_g7VwmdvNSN6k_TfzCpRw3kK6GQMQ,3471
842
838
  anyscale/sdk/anyscale_client/models/build_status.py,sha256=4L-hAKlhaOUy41MV1sXIq7Ls7u8CMkWMB5NsKD4wXJ0,3015
843
- anyscale/sdk/anyscale_client/models/cloud.py,sha256=yCcazeoJuh5C7qbFgnr_nt6Ie_d7HxXW__MuaK3dwG0,26643
839
+ anyscale/sdk/anyscale_client/models/cloud.py,sha256=uNZ2s8JrC-0CCeF7_zj4DSrT0egcJucQupHSBJMXc48,27791
844
840
  anyscale/sdk/anyscale_client/models/cloud_config.py,sha256=koZOTPKLpjHmC5UukNYDOTkhal566xNWbYPzptJ03Wc,7505
845
841
  anyscale/sdk/anyscale_client/models/cloud_deployment_compute_config.py,sha256=H4yD-6LgUA9raBneT2Q7ICoDoQVbliw56A55-mDrmJs,11122
846
842
  anyscale/sdk/anyscale_client/models/cloud_deployment_selector.py,sha256=_17xZcTWoy_MOKv9-tl5mpY5v8lk7dzmn7beExOD6vA,6148
@@ -859,7 +855,6 @@ anyscale/sdk/anyscale_client/models/cluster_compute_config.py,sha256=fvTFHmG6I7W
859
855
  anyscale/sdk/anyscale_client/models/cluster_computes_query.py,sha256=57Pg6OIxpvaclepizXdR6NNtEpO_7j6XSL48MSwypuQ,9836
860
856
  anyscale/sdk/anyscale_client/models/cluster_environment.py,sha256=c0Bu_nQhmJxPrvwW684YuQm32D0bzaeoX7O_atJQcDg,12240
861
857
  anyscale/sdk/anyscale_client/models/cluster_environment_build.py,sha256=4GxcqUwJ9_ovRTsgopCk2WnAxI9vSFxxexUkDHgjhVg,20510
862
- anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py,sha256=TkQkOjA6mfOS3seGWfXrrTU5VV6zpUvJw66WzAB3-ao,3673
863
858
  anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py,sha256=7lelTV0yXMgGYGOG8gqenKvKV31zKEg7nWLNn_c6ICA,8267
864
859
  anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py,sha256=NgMYlPZNG9PMQTWnuaqESey7zjqTDpz83zpZxUoNAcg,3087
865
860
  anyscale/sdk/anyscale_client/models/cluster_environments_query.py,sha256=IsH4t3T6fM6-Dxj306mzRi-lyjW58CefJ4fLHKu1ohM,9697
@@ -879,7 +874,6 @@ anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py,sha256=p
879
874
  anyscale/sdk/anyscale_client/models/clusterenvironment_response.py,sha256=Pnbbw6IJ_5f65qO2h2X4pWj54zvJ1vytSEa1-4y6MOY,3614
880
875
  anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py,sha256=3IU07RpvU6TxgNdZcoYIuBgWjjJb8tFJ7LZr0ymtugc,4540
881
876
  anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py,sha256=Lbgfy_-qQ2xRThixAQxi17HWOw-gQuj74Ms9taVESX0,3669
882
- anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py,sha256=eWyvI2pnyHvNuMPhjfMq7EnwA_NZ-qPCqz2SlpbUMmY,3790
883
877
  anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py,sha256=jEXO2CnqubxaQ8AxKV0g_4O_KF1JpopHoEe1Ldq6L8U,3768
884
878
  anyscale/sdk/anyscale_client/models/clusteroperation_response.py,sha256=pdCkRJr1xOGrcQ2CZgQJHwFln1C9QHXoMQpoe_ecPnw,3592
885
879
  anyscale/sdk/anyscale_client/models/clusters_query.py,sha256=d76hoGxFgUt92bsyPHLfRx5yuQzrFq9cl1uN74IMbHI,7100
@@ -894,7 +888,6 @@ anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.
894
888
  anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py,sha256=oAAx5fEyZTc49AtF2tncZ4Blt110xa53qTlKH3G6qfY,5782
895
889
  anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py,sha256=BKBBWP0ir0K4We1OgAhZI9wJJV3UVKYkrH_h0aogOO0,5316
896
890
  anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py,sha256=bGDjfifUOMByd7mwCQp0zy4AGHT56DRcXiYFdUqlMOo,7534
897
- anyscale/sdk/anyscale_client/models/create_cloud.py,sha256=piIpzSuiTnZ_8oBqGzYIDDrHxXNTxNmBqkf7WBHW9_E,17813
898
891
  anyscale/sdk/anyscale_client/models/create_cluster.py,sha256=JZN8C5KPUsY_pgD3F_51aMR4cLVJqLUmVCFUiJz0PVQ,14528
899
892
  anyscale/sdk/anyscale_client/models/create_cluster_compute.py,sha256=20UlTjVbra93qH5sN43BVMBkHQhXCbxbiZ_Tvatz86o,6946
900
893
  anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py,sha256=ai-UK68Io8c6vU7O9TIBIZIPUVO-yCGqb0bpm-Zo8KY,20874
@@ -931,9 +924,6 @@ anyscale/sdk/anyscale_client/models/log_stream.py,sha256=UUORMiTWXXsg9bLuLbKuVxv
931
924
  anyscale/sdk/anyscale_client/models/logdownloadresult_response.py,sha256=5Y-pfF-EyKwSkBRdrukj_qJmEIJHvrw3r7vOSc_PY2k,3603
932
925
  anyscale/sdk/anyscale_client/models/logstream_response.py,sha256=9bJoxSYPYmIKINpZF7UmRoUy43SaBUDCFMcxiJvXiMw,3515
933
926
  anyscale/sdk/anyscale_client/models/node_type.py,sha256=0OFw1Jhs01rL9QwZkE9oYm5PxLhGaWDWw3zxm9ZXCr4,2868
934
- anyscale/sdk/anyscale_client/models/object_storage_config.py,sha256=ilailixc1Rk0qYA28rbWrv88a2BlFsEJva1HEi2zzaI,3409
935
- anyscale/sdk/anyscale_client/models/object_storage_config_s3.py,sha256=v8v0sdrWXY0lZvo_WopXkTE0LOMhO5ySnTdr7BOIROw,8309
936
- anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py,sha256=RMtqS-dwFtRsovf2mwjZyJ5AmGjJLTsRpZ9CGxBXZF8,3625
937
927
  anyscale/sdk/anyscale_client/models/operation_error.py,sha256=W3gIlCgVC46GjAmH3L-33r-_SMmpRmkhzJBIYQHRz9U,3660
938
928
  anyscale/sdk/anyscale_client/models/operation_progress.py,sha256=5o_vxN23iAJ66TvTxHZYxJ_0PYfqPO8hrE1NHJfkhek,3680
939
929
  anyscale/sdk/anyscale_client/models/operation_result.py,sha256=Un37p33d-WGdBAhi2b6gWQwyXowQ8yCwiZtk7zgO-eg,4362
@@ -976,14 +966,11 @@ anyscale/sdk/anyscale_client/models/service_version_state.py,sha256=70UygIXv31YQ
976
966
  anyscale/sdk/anyscale_client/models/servicemodel_list_response.py,sha256=-71b0cU3Lj_dTh74WcTlHRbB6OqIDyRPmXBLhhY-P-w,4375
977
967
  anyscale/sdk/anyscale_client/models/servicemodel_response.py,sha256=3rAjmUOO6HKR8gEklDxoHKvn6IXECCRCuqQiLbZCmw0,3548
978
968
  anyscale/sdk/anyscale_client/models/session.py,sha256=16msP79lxSucYEp4xoxTbPvTLp-z-RhjEKkW4Fzpaz0,61114
979
- anyscale/sdk/anyscale_client/models/session_operation.py,sha256=4M3i19t-nzU33k0KvM9n3zFKg44QxYzqsQlBWN_6VqU,9143
980
- anyscale/sdk/anyscale_client/models/session_operation_type.py,sha256=EtVPK_661dboi0BMdozfUjMWbSKWlAPOlApHjXqx_8U,2886
981
969
  anyscale/sdk/anyscale_client/models/session_response.py,sha256=wB3HFhPxlVOX4F7IJPH4mxc4qxQWsyYRPeUuftZknLQ,3493
982
970
  anyscale/sdk/anyscale_client/models/session_starting_up_data.py,sha256=kfwpLY1s4-Tf8Gdkdah4cSkRHE2JRYJNd3Rjkj8q5eQ,4366
983
971
  anyscale/sdk/anyscale_client/models/session_state.py,sha256=HbGrjYS-zATMtgCjKdiV0_ViadEyXIUAZU-8wVjnRF4,3388
984
972
  anyscale/sdk/anyscale_client/models/session_state_data.py,sha256=_VXob-VFJXXie0N4LhiPCTaaNus04yDv4a02iJGxMg4,4128
985
973
  anyscale/sdk/anyscale_client/models/session_stopping_data.py,sha256=RVHmkAgYql4rrLF-JTSYeHdkf1xfpSI3KQuYVpXrmSo,4222
986
- anyscale/sdk/anyscale_client/models/sessionoperation_response.py,sha256=0oka4ubC14bHAcR1e1XCel-kO_KJ4Ipa9SWc1U29jvw,3592
987
974
  anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py,sha256=UoB71wVunPaz5-iYla6h0CA6pN3AzuavjEkEKTX5FW8,4602
988
975
  anyscale/sdk/anyscale_client/models/sort_order.py,sha256=M4N4k9bUP2Z70ItQU6WXQgMb5VA1kx2ka4X6MAvEfvY,2797
989
976
  anyscale/sdk/anyscale_client/models/sso_config.py,sha256=0rnFJuk2EveaDPTUb19_9sDrhYUJDKNNhPxG2QQSsbo,7958
@@ -996,18 +983,16 @@ anyscale/sdk/anyscale_client/models/system_workload_name.py,sha256=ciWHh6U1GjNrF
996
983
  anyscale/sdk/anyscale_client/models/terminate_cluster_options.py,sha256=G88vOv_i5E-CXT5IFGjnu0oZ6diycd9UXI-go9o3vLE,3883
997
984
  anyscale/sdk/anyscale_client/models/text_query.py,sha256=NVGbkdvoJxTiCtDhbkiwCUGsqHrewENVRvkh_njNGzg,5105
998
985
  anyscale/sdk/anyscale_client/models/tracing_config.py,sha256=-w73voNde5dUFcqs78SXWDWkAi2r9AC7cmKDj3IF22Q,6291
999
- anyscale/sdk/anyscale_client/models/update_cloud.py,sha256=WYhVEsI0RjG2BJxeVRm2fWi4xPUG8agVW_TX65t8_cU,4805
1000
986
  anyscale/sdk/anyscale_client/models/update_cluster.py,sha256=BDjtjyq7ybCbxfmXDDVgAShZlwWnxA3U2fjMAnfyiyQ,7220
1001
987
  anyscale/sdk/anyscale_client/models/update_organization.py,sha256=k_WvJf_uyO-z4aVWuHylM6EjCoMplJFPkRtlDFvT28M,4321
1002
- anyscale/sdk/anyscale_client/models/update_project.py,sha256=eyQpf1CNvvGDLTmH-fbBEIEx9zCHy9TfuDHYctHx7Ys,4484
1003
988
  anyscale/sdk/anyscale_client/models/user_service_access_types.py,sha256=3gW1L_VTrPwCSIKrWIn4EEsGD1LqVRRAuEAsAIE2w_w,2867
1004
989
  anyscale/sdk/anyscale_client/models/ux_instance.py,sha256=F2F2cxAJ5GElRgHcrxpB7GEpvhM-PJa3qpBBYmhwlUQ,15935
1005
990
  anyscale/sdk/anyscale_client/models/validation_error.py,sha256=h5Cope8JNSDE3Fpr1TfjcnuJPThF0dd_uawvltOqPt0,4901
1006
991
  anyscale/sdk/anyscale_client/models/worker_node_type.py,sha256=bI3sPVPA4t4axjdbj7pNlPkKPJDDkOnMgiN7B_o3IZI,15046
1007
- anyscale/service/__init__.py,sha256=aH9NjJgnIXErG0uRvhjDxv0RHi0vLTQdlzAGZBUQJwU,7911
1008
- anyscale/service/commands.py,sha256=kbWkHP3hFo0dtz0AgTkG6koqcvd35rzpmAvLZjKY25M,14232
992
+ anyscale/service/__init__.py,sha256=8L7JynFGOfZ28WIDTUM-ipzbrChZ_ZqadJuIhApTvFM,7988
993
+ anyscale/service/commands.py,sha256=cef52vv7KlUX_vOhQubUOM9t3rT4NbE_GNhllCFZWvg,14384
1009
994
  anyscale/service/models.py,sha256=In9Nn6xYWSpKwjYaMe1zyRWs1gU-g9J-tNt74BQh0js,25985
1010
- anyscale/service/_private/service_sdk.py,sha256=z5T0CktOkTndN7VlwHLosA_DOVkgIErCRn-dSEZI_p0,34778
995
+ anyscale/service/_private/service_sdk.py,sha256=7WiBusUKH942cO-W4aQOrJOegGsZyRgkJIQ5qA1B4Yw,34922
1011
996
  anyscale/service_account/__init__.py,sha256=jV1OFo_ZTxU3vuPztO1300TuoMz-Ocudm6_84ZtjPQ4,2764
1012
997
  anyscale/service_account/commands.py,sha256=pkJjZwK8aRKFFVfE5swMTJrm9CTnPcNJETEFdMkPiic,3680
1013
998
  anyscale/service_account/models.py,sha256=MhY-Fo5AZQ68brqtolTUMW3WQDrkNyL1udtNg70sNAU,2189
@@ -1073,10 +1058,10 @@ anyscale/workspace/__init__.py,sha256=Innbm5ZhCyADEVBiYSo_vbpKwUNcMzVSAfxIGKOYe6
1073
1058
  anyscale/workspace/commands.py,sha256=b1sqNseoPj-1VXznqQOLe0V_a663bOTvJX-TaOMJa1Y,14590
1074
1059
  anyscale/workspace/models.py,sha256=HBvM9ybOdJjqQeViQ30C36gdKT_AwH_JHPoL-DTkESo,9841
1075
1060
  anyscale/workspace/_private/workspace_sdk.py,sha256=2CMeYfJt0UtIFCocDn1ukw1iI5esKHdopLe6duEs-qE,27599
1076
- anyscale-0.26.27.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
1077
- anyscale-0.26.27.dist-info/METADATA,sha256=qHY5rm4qi5rVESwJ1ZPh-cHCuiZ62v5AwzUx6BP_Kyo,3160
1078
- anyscale-0.26.27.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
1079
- anyscale-0.26.27.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
1080
- anyscale-0.26.27.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
1081
- anyscale-0.26.27.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
1082
- anyscale-0.26.27.dist-info/RECORD,,
1061
+ anyscale-0.26.29.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
1062
+ anyscale-0.26.29.dist-info/METADATA,sha256=9Sq3afeWWPoHWCLUFxgclZIQ_hbtcUOKc7QG8YQSdnA,3160
1063
+ anyscale-0.26.29.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
1064
+ anyscale-0.26.29.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
1065
+ anyscale-0.26.29.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
1066
+ anyscale-0.26.29.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
1067
+ anyscale-0.26.29.dist-info/RECORD,,
@@ -1,123 +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 ServeDeploymentFastApiDocsStatus(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
- 'status': 'int'
37
- }
38
-
39
- attribute_map = {
40
- 'status': 'status'
41
- }
42
-
43
- def __init__(self, status=None, local_vars_configuration=None): # noqa: E501
44
- """ServeDeploymentFastApiDocsStatus - 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._status = None
50
- self.discriminator = None
51
-
52
- self.status = status
53
-
54
- @property
55
- def status(self):
56
- """Gets the status of this ServeDeploymentFastApiDocsStatus. # noqa: E501
57
-
58
- Status of the fast api docs endpoint # noqa: E501
59
-
60
- :return: The status of this ServeDeploymentFastApiDocsStatus. # noqa: E501
61
- :rtype: int
62
- """
63
- return self._status
64
-
65
- @status.setter
66
- def status(self, status):
67
- """Sets the status of this ServeDeploymentFastApiDocsStatus.
68
-
69
- Status of the fast api docs endpoint # noqa: E501
70
-
71
- :param status: The status of this ServeDeploymentFastApiDocsStatus. # noqa: E501
72
- :type: int
73
- """
74
- if self.local_vars_configuration.client_side_validation and status is None: # noqa: E501
75
- raise ValueError("Invalid value for `status`, must not be `None`") # noqa: E501
76
-
77
- self._status = status
78
-
79
- def to_dict(self):
80
- """Returns the model properties as a dict"""
81
- result = {}
82
-
83
- for attr, _ in six.iteritems(self.openapi_types):
84
- value = getattr(self, attr)
85
- if isinstance(value, list):
86
- result[attr] = list(map(
87
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
88
- value
89
- ))
90
- elif hasattr(value, "to_dict"):
91
- result[attr] = value.to_dict()
92
- elif isinstance(value, dict):
93
- result[attr] = dict(map(
94
- lambda item: (item[0], item[1].to_dict())
95
- if hasattr(item[1], "to_dict") else item,
96
- value.items()
97
- ))
98
- else:
99
- result[attr] = value
100
-
101
- return result
102
-
103
- def to_str(self):
104
- """Returns the string representation of the model"""
105
- return pprint.pformat(self.to_dict())
106
-
107
- def __repr__(self):
108
- """For `print` and `pprint`"""
109
- return self.to_str()
110
-
111
- def __eq__(self, other):
112
- """Returns true if both objects are equal"""
113
- if not isinstance(other, ServeDeploymentFastApiDocsStatus):
114
- return False
115
-
116
- return self.to_dict() == other.to_dict()
117
-
118
- def __ne__(self, other):
119
- """Returns true if both objects are not equal"""
120
- if not isinstance(other, ServeDeploymentFastApiDocsStatus):
121
- return True
122
-
123
- return self.to_dict() != other.to_dict()