anyscale 0.26.23__py3-none-any.whl → 0.26.25__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 (88) hide show
  1. anyscale/_private/anyscale_client/anyscale_client.py +1 -1
  2. anyscale/_private/docgen/__main__.py +0 -8
  3. anyscale/_private/docgen/models.md +39 -182
  4. anyscale/_private/workload/workload_config.py +1 -1
  5. anyscale/client/README.md +2 -35
  6. anyscale/client/openapi_client/__init__.py +2 -21
  7. anyscale/client/openapi_client/api/default_api.py +275 -1868
  8. anyscale/client/openapi_client/models/__init__.py +2 -21
  9. anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +2 -1
  10. anyscale/client/openapi_client/models/cloud_deployment.py +2 -2
  11. anyscale/client/openapi_client/models/cloud_deployment_compute_config.py +291 -0
  12. anyscale/client/openapi_client/models/cloud_deployment_selector.py +206 -0
  13. anyscale/client/openapi_client/models/cloud_providers.py +2 -1
  14. anyscale/client/openapi_client/models/compute_template_config.py +61 -34
  15. anyscale/client/openapi_client/models/create_cluster_compute_config.py +59 -31
  16. anyscale/client/openapi_client/models/create_compute_template_config.py +61 -34
  17. anyscale/client/openapi_client/models/create_workspace_from_template.py +3 -2
  18. anyscale/client/openapi_client/models/decorated_compute_template_config.py +61 -34
  19. anyscale/client/openapi_client/models/decorated_session.py +31 -3
  20. anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +31 -3
  21. anyscale/cluster_compute.py +4 -4
  22. anyscale/commands/anyscale_api/sessions_commands.py +1 -70
  23. anyscale/commands/cloud_commands.py +5 -4
  24. anyscale/commands/image_commands.py +2 -2
  25. anyscale/commands/job_commands.py +1 -1
  26. anyscale/commands/service_commands.py +1 -1
  27. anyscale/commands/workspace_commands_v2.py +1 -1
  28. anyscale/connect_utils/prepare_cluster.py +1 -3
  29. anyscale/controllers/cloud_controller.py +12 -6
  30. anyscale/controllers/cloud_functional_verification_controller.py +2 -2
  31. anyscale/image/commands.py +1 -1
  32. anyscale/sdk/anyscale_client/__init__.py +2 -15
  33. anyscale/sdk/anyscale_client/api/default_api.py +1270 -2871
  34. anyscale/sdk/anyscale_client/models/__init__.py +2 -15
  35. anyscale/sdk/anyscale_client/models/cloud_deployment_compute_config.py +291 -0
  36. anyscale/sdk/anyscale_client/models/cloud_deployment_selector.py +206 -0
  37. anyscale/sdk/anyscale_client/models/cloud_providers.py +2 -1
  38. anyscale/sdk/anyscale_client/models/cluster_compute_config.py +61 -34
  39. anyscale/sdk/anyscale_client/models/cluster_services_urls.py +29 -1
  40. anyscale/sdk/anyscale_client/models/compute_template_config.py +61 -34
  41. anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +59 -31
  42. anyscale/sdk/anyscale_client/models/session.py +31 -3
  43. anyscale/shared_anyscale_utils/utils/id_gen.py +3 -1
  44. anyscale/version.py +1 -1
  45. anyscale/workspace/models.py +1 -1
  46. {anyscale-0.26.23.dist-info → anyscale-0.26.25.dist-info}/METADATA +1 -1
  47. {anyscale-0.26.23.dist-info → anyscale-0.26.25.dist-info}/RECORD +52 -84
  48. anyscale/client/openapi_client/models/bank_account_information.py +0 -239
  49. anyscale/client/openapi_client/models/billing_information.py +0 -181
  50. anyscale/client/openapi_client/models/credit_card_information.py +0 -268
  51. anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -121
  52. anyscale/client/openapi_client/models/invoice.py +0 -413
  53. anyscale/client/openapi_client/models/invoice_list_response.py +0 -147
  54. anyscale/client/openapi_client/models/invoice_status.py +0 -102
  55. anyscale/client/openapi_client/models/invoices_query.py +0 -150
  56. anyscale/client/openapi_client/models/log_stream.py +0 -151
  57. anyscale/client/openapi_client/models/logstream_response.py +0 -121
  58. anyscale/client/openapi_client/models/miniproject_list_response.py +0 -147
  59. anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -175
  60. anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -148
  61. anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -147
  62. anyscale/client/openapi_client/models/product_type.py +0 -100
  63. anyscale/client/openapi_client/models/service_usage.py +0 -353
  64. anyscale/client/openapi_client/models/templatized_compute_configs.py +0 -202
  65. anyscale/client/openapi_client/models/templatized_decorated_application_templates.py +0 -202
  66. anyscale/client/openapi_client/models/templatizedcomputeconfigs_response.py +0 -121
  67. anyscale/client/openapi_client/models/templatizeddecoratedapplicationtemplates_response.py +0 -121
  68. anyscale/client/openapi_client/models/write_session.py +0 -147
  69. anyscale/sdk/anyscale_client/models/build_list_response.py +0 -147
  70. anyscale/sdk/anyscale_client/models/build_log_response.py +0 -123
  71. anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -121
  72. anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -316
  73. anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -147
  74. anyscale/sdk/anyscale_client/models/create_build.py +0 -263
  75. anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -229
  76. anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -464
  77. anyscale/sdk/anyscale_client/models/session_list_response.py +0 -147
  78. anyscale/sdk/anyscale_client/models/sessions_query.py +0 -206
  79. anyscale/sdk/anyscale_client/models/start_session_options.py +0 -206
  80. anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -206
  81. anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -146
  82. anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -464
  83. anyscale/sdk/anyscale_client/models/update_session.py +0 -150
  84. {anyscale-0.26.23.dist-info → anyscale-0.26.25.dist-info}/LICENSE +0 -0
  85. {anyscale-0.26.23.dist-info → anyscale-0.26.25.dist-info}/NOTICE +0 -0
  86. {anyscale-0.26.23.dist-info → anyscale-0.26.25.dist-info}/WHEEL +0 -0
  87. {anyscale-0.26.23.dist-info → anyscale-0.26.25.dist-info}/entry_points.txt +0 -0
  88. {anyscale-0.26.23.dist-info → anyscale-0.26.25.dist-info}/top_level.txt +0 -0
@@ -37,13 +37,12 @@ from anyscale_client.models.archive_status import ArchiveStatus
37
37
  from anyscale_client.models.baseimagesenum import BASEIMAGESENUM
38
38
  from anyscale_client.models.base_job_status import BaseJobStatus
39
39
  from anyscale_client.models.build import Build
40
- from anyscale_client.models.build_list_response import BuildListResponse
41
- from anyscale_client.models.build_log_response import BuildLogResponse
42
40
  from anyscale_client.models.build_response import BuildResponse
43
41
  from anyscale_client.models.build_status import BuildStatus
44
- from anyscale_client.models.buildlogresponse_response import BuildlogresponseResponse
45
42
  from anyscale_client.models.cloud import Cloud
46
43
  from anyscale_client.models.cloud_config import CloudConfig
44
+ from anyscale_client.models.cloud_deployment_compute_config import CloudDeploymentComputeConfig
45
+ from anyscale_client.models.cloud_deployment_selector import CloudDeploymentSelector
47
46
  from anyscale_client.models.cloud_list_response import CloudListResponse
48
47
  from anyscale_client.models.cloud_providers import CloudProviders
49
48
  from anyscale_client.models.cloud_response import CloudResponse
@@ -87,8 +86,6 @@ from anyscale_client.models.compute_node_type import ComputeNodeType
87
86
  from anyscale_client.models.compute_stack import ComputeStack
88
87
  from anyscale_client.models.compute_template import ComputeTemplate
89
88
  from anyscale_client.models.compute_template_config import ComputeTemplateConfig
90
- from anyscale_client.models.compute_template_query import ComputeTemplateQuery
91
- from anyscale_client.models.computetemplate_list_response import ComputetemplateListResponse
92
89
  from anyscale_client.models.computetemplate_response import ComputetemplateResponse
93
90
  from anyscale_client.models.computetemplateconfig_response import ComputetemplateconfigResponse
94
91
  from anyscale_client.models.create_app_config_configuration_schema import CreateAppConfigConfigurationSchema
@@ -96,7 +93,6 @@ from anyscale_client.models.create_byod_app_config_configuration_schema import C
96
93
  from anyscale_client.models.create_byod_cluster_environment import CreateBYODClusterEnvironment
97
94
  from anyscale_client.models.create_byod_cluster_environment_build import CreateBYODClusterEnvironmentBuild
98
95
  from anyscale_client.models.create_byod_cluster_environment_configuration_schema import CreateBYODClusterEnvironmentConfigurationSchema
99
- from anyscale_client.models.create_build import CreateBuild
100
96
  from anyscale_client.models.create_cloud import CreateCloud
101
97
  from anyscale_client.models.create_cluster import CreateCluster
102
98
  from anyscale_client.models.create_cluster_compute import CreateClusterCompute
@@ -104,8 +100,6 @@ from anyscale_client.models.create_cluster_compute_config import CreateClusterCo
104
100
  from anyscale_client.models.create_cluster_environment import CreateClusterEnvironment
105
101
  from anyscale_client.models.create_cluster_environment_build import CreateClusterEnvironmentBuild
106
102
  from anyscale_client.models.create_cluster_environment_configuration_schema import CreateClusterEnvironmentConfigurationSchema
107
- from anyscale_client.models.create_compute_template import CreateComputeTemplate
108
- from anyscale_client.models.create_compute_template_config import CreateComputeTemplateConfig
109
103
  from anyscale_client.models.create_job_queue_config import CreateJobQueueConfig
110
104
  from anyscale_client.models.create_production_job import CreateProductionJob
111
105
  from anyscale_client.models.create_production_job_config import CreateProductionJobConfig
@@ -184,7 +178,6 @@ from anyscale_client.models.service_version_state import ServiceVersionState
184
178
  from anyscale_client.models.servicemodel_list_response import ServicemodelListResponse
185
179
  from anyscale_client.models.servicemodel_response import ServicemodelResponse
186
180
  from anyscale_client.models.session import Session
187
- from anyscale_client.models.session_list_response import SessionListResponse
188
181
  from anyscale_client.models.session_operation import SessionOperation
189
182
  from anyscale_client.models.session_operation_type import SessionOperationType
190
183
  from anyscale_client.models.session_response import SessionResponse
@@ -193,26 +186,20 @@ from anyscale_client.models.session_state import SessionState
193
186
  from anyscale_client.models.session_state_data import SessionStateData
194
187
  from anyscale_client.models.session_stopping_data import SessionStoppingData
195
188
  from anyscale_client.models.sessionoperation_response import SessionoperationResponse
196
- from anyscale_client.models.sessions_query import SessionsQuery
197
189
  from anyscale_client.models.sort_by_clause_jobs_sort_field import SortByClauseJobsSortField
198
190
  from anyscale_client.models.sort_order import SortOrder
199
191
  from anyscale_client.models.ssoconfig_response import SsoconfigResponse
200
192
  from anyscale_client.models.start_cluster_options import StartClusterOptions
201
- from anyscale_client.models.start_session_options import StartSessionOptions
202
193
  from anyscale_client.models.static_sso_config import StaticSSOConfig
203
194
  from anyscale_client.models.system_workload_name import SystemWorkloadName
204
195
  from anyscale_client.models.terminate_cluster_options import TerminateClusterOptions
205
- from anyscale_client.models.terminate_session_options import TerminateSessionOptions
206
196
  from anyscale_client.models.text_query import TextQuery
207
197
  from anyscale_client.models.tracing_config import TracingConfig
208
198
  from anyscale_client.models.ux_instance import UXInstance
209
199
  from anyscale_client.models.update_cloud import UpdateCloud
210
200
  from anyscale_client.models.update_cluster import UpdateCluster
211
- from anyscale_client.models.update_compute_template import UpdateComputeTemplate
212
- from anyscale_client.models.update_compute_template_config import UpdateComputeTemplateConfig
213
201
  from anyscale_client.models.update_organization import UpdateOrganization
214
202
  from anyscale_client.models.update_project import UpdateProject
215
- from anyscale_client.models.update_session import UpdateSession
216
203
  from anyscale_client.models.user_service_access_types import UserServiceAccessTypes
217
204
  from anyscale_client.models.validation_error import ValidationError
218
205
  from anyscale_client.models.worker_node_type import WorkerNodeType