anyscale 0.26.28__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 (39) hide show
  1. anyscale/_private/docgen/__main__.py +0 -18
  2. anyscale/_private/docgen/api.md +0 -125
  3. anyscale/_private/docgen/models.md +0 -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/workload_info.py +59 -3
  9. anyscale/commands/machine_pool_commands.py +11 -9
  10. anyscale/commands/service_commands.py +4 -2
  11. anyscale/sdk/anyscale_client/__init__.py +0 -11
  12. anyscale/sdk/anyscale_client/api/default_api.py +140 -1433
  13. anyscale/sdk/anyscale_client/models/__init__.py +0 -11
  14. anyscale/service/__init__.py +4 -1
  15. anyscale/service/_private/service_sdk.py +5 -0
  16. anyscale/service/commands.py +4 -2
  17. anyscale/version.py +1 -1
  18. {anyscale-0.26.28.dist-info → anyscale-0.26.29.dist-info}/METADATA +1 -1
  19. {anyscale-0.26.28.dist-info → anyscale-0.26.29.dist-info}/RECORD +24 -39
  20. anyscale/client/openapi_client/models/serve_deployment_fast_api_docs_status.py +0 -123
  21. anyscale/client/openapi_client/models/servedeploymentfastapidocsstatus_response.py +0 -121
  22. anyscale/client/openapi_client/models/web_terminal.py +0 -121
  23. anyscale/client/openapi_client/models/webterminal_response.py +0 -121
  24. anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -123
  25. anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -121
  26. anyscale/sdk/anyscale_client/models/create_cloud.py +0 -518
  27. anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -122
  28. anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -256
  29. anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -121
  30. anyscale/sdk/anyscale_client/models/session_operation.py +0 -266
  31. anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -101
  32. anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -121
  33. anyscale/sdk/anyscale_client/models/update_cloud.py +0 -150
  34. anyscale/sdk/anyscale_client/models/update_project.py +0 -150
  35. {anyscale-0.26.28.dist-info → anyscale-0.26.29.dist-info}/LICENSE +0 -0
  36. {anyscale-0.26.28.dist-info → anyscale-0.26.29.dist-info}/NOTICE +0 -0
  37. {anyscale-0.26.28.dist-info → anyscale-0.26.29.dist-info}/WHEEL +0 -0
  38. {anyscale-0.26.28.dist-info → anyscale-0.26.29.dist-info}/entry_points.txt +0 -0
  39. {anyscale-0.26.28.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
@@ -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.28"
1
+ __version__ = "0.26.29"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: anyscale
3
- Version: 0.26.28
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=N6xLTsYJvQQWthTqY4_AmO2dxUZ2zzXZ8i6KITzSBUY,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=-0zxGl2t6EnHsLyNKQ-BpcFTy18Ch-sH5qrv7TtBrYo,292491
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
@@ -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
@@ -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
@@ -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
@@ -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.28.dist-info/LICENSE,sha256=UOPu974Wzsna6frFv1mu4VrZgNdZT7lbcNPzo5ue3qs,3494
1077
- anyscale-0.26.28.dist-info/METADATA,sha256=j5aRRGIMazcYSu1WxCdb9-DuKO91I5dEXGxG_23n0qM,3160
1078
- anyscale-0.26.28.dist-info/NOTICE,sha256=gHqDhSnUYlRXX-mDOL5FtE7774oiKyV_HO80qM3r9Xo,196
1079
- anyscale-0.26.28.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
1080
- anyscale-0.26.28.dist-info/entry_points.txt,sha256=NqO18sCZn6zG6J0S38itjcN00s7aE3C3v3k5lMAfCLk,51
1081
- anyscale-0.26.28.dist-info/top_level.txt,sha256=g3NVNS8Oh0NZwbFFgeX696C5MZZkS5dqV2NqcsbDRJE,9
1082
- anyscale-0.26.28.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()
@@ -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 ServedeploymentfastapidocsstatusResponse(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': 'ServeDeploymentFastApiDocsStatus'
37
- }
38
-
39
- attribute_map = {
40
- 'result': 'result'
41
- }
42
-
43
- def __init__(self, result=None, local_vars_configuration=None): # noqa: E501
44
- """ServedeploymentfastapidocsstatusResponse - 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 ServedeploymentfastapidocsstatusResponse. # noqa: E501
57
-
58
-
59
- :return: The result of this ServedeploymentfastapidocsstatusResponse. # noqa: E501
60
- :rtype: ServeDeploymentFastApiDocsStatus
61
- """
62
- return self._result
63
-
64
- @result.setter
65
- def result(self, result):
66
- """Sets the result of this ServedeploymentfastapidocsstatusResponse.
67
-
68
-
69
- :param result: The result of this ServedeploymentfastapidocsstatusResponse. # noqa: E501
70
- :type: ServeDeploymentFastApiDocsStatus
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, ServedeploymentfastapidocsstatusResponse):
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, ServedeploymentfastapidocsstatusResponse):
119
- return True
120
-
121
- return self.to_dict() != other.to_dict()