anyscale 0.26.51__py3-none-any.whl → 0.26.53__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- anyscale/_private/anyscale_client/README.md +1 -1
- anyscale/_private/anyscale_client/anyscale_client.py +178 -46
- anyscale/_private/anyscale_client/common.py +61 -2
- anyscale/_private/anyscale_client/fake_anyscale_client.py +145 -8
- anyscale/_private/docgen/__main__.py +42 -31
- anyscale/_private/docgen/generator.py +63 -28
- anyscale/_private/docgen/models.md +4 -2
- anyscale/_private/sdk/__init__.py +124 -1
- anyscale/_private/workload/workload_config.py +4 -6
- anyscale/_private/workload/workload_sdk.py +105 -12
- anyscale/client/README.md +13 -11
- anyscale/client/openapi_client/__init__.py +3 -3
- anyscale/client/openapi_client/api/default_api.py +512 -316
- anyscale/client/openapi_client/models/__init__.py +3 -3
- anyscale/client/openapi_client/models/aws_config.py +2 -2
- anyscale/client/openapi_client/models/baseimagesenum.py +158 -1
- anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_request.py +31 -3
- anyscale/client/openapi_client/models/cloud_deployment.py +37 -36
- anyscale/client/openapi_client/models/cloud_resource.py +59 -3
- anyscale/client/openapi_client/models/cloud_resource_gcp.py +59 -3
- anyscale/client/openapi_client/models/create_cloud_resource.py +59 -3
- anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +59 -3
- anyscale/client/openapi_client/models/create_resource_notification.py +31 -3
- anyscale/client/openapi_client/models/{decorated_cloud_deployment.py → decorated_cloud_resource.py} +124 -96
- anyscale/client/openapi_client/models/{clouddeployment_list_response.py → decoratedcloudresource_list_response.py} +15 -15
- anyscale/client/openapi_client/models/{decoratedclouddeployment_response.py → decoratedcloudresource_response.py} +11 -11
- anyscale/client/openapi_client/models/file_storage.py +4 -4
- anyscale/client/openapi_client/models/gcp_config.py +2 -2
- anyscale/client/openapi_client/models/ha_job_error_types.py +9 -2
- anyscale/client/openapi_client/models/object_storage.py +4 -4
- anyscale/client/openapi_client/models/ray_runtime_env_config.py +57 -1
- anyscale/client/openapi_client/models/resource_alert_event_type.py +2 -1
- anyscale/client/openapi_client/models/resource_notification.py +29 -1
- anyscale/client/openapi_client/models/supportedbaseimagesenum.py +155 -1
- anyscale/client/openapi_client/models/workload_info.py +31 -3
- anyscale/client/openapi_client/models/workload_state_info.py +29 -1
- anyscale/cloud/models.py +40 -43
- anyscale/commands/cloud_commands.py +93 -88
- anyscale/commands/command_examples.py +37 -49
- anyscale/commands/exec_commands.py +12 -1
- anyscale/commands/list_commands.py +42 -12
- anyscale/commands/project_commands.py +399 -115
- anyscale/commands/schedule_commands.py +22 -11
- anyscale/commands/service_commands.py +11 -6
- anyscale/commands/util.py +94 -1
- anyscale/commands/workspace_commands.py +92 -38
- anyscale/compute_config/__init__.py +1 -1
- anyscale/compute_config/_private/compute_config_sdk.py +8 -11
- anyscale/compute_config/commands.py +3 -3
- anyscale/compute_config/models.py +30 -30
- anyscale/controllers/cloud_controller.py +361 -360
- anyscale/controllers/kubernetes_verifier.py +1 -1
- anyscale/job/_private/job_sdk.py +41 -23
- anyscale/job/models.py +1 -1
- anyscale/project/__init__.py +101 -1
- anyscale/project/_private/project_sdk.py +90 -2
- anyscale/project/commands.py +188 -1
- anyscale/project/models.py +198 -2
- anyscale/sdk/anyscale_client/models/baseimagesenum.py +158 -1
- anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +57 -1
- anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +155 -1
- anyscale/service/_private/service_sdk.py +2 -1
- anyscale/shared_anyscale_utils/latest_ray_version.py +1 -1
- anyscale/util.py +3 -0
- anyscale/utils/runtime_env.py +3 -1
- anyscale/version.py +1 -1
- anyscale/workspace/commands.py +114 -23
- anyscale/workspace/models.py +3 -5
- {anyscale-0.26.51.dist-info → anyscale-0.26.53.dist-info}/METADATA +1 -1
- {anyscale-0.26.51.dist-info → anyscale-0.26.53.dist-info}/RECORD +75 -75
- {anyscale-0.26.51.dist-info → anyscale-0.26.53.dist-info}/WHEEL +0 -0
- {anyscale-0.26.51.dist-info → anyscale-0.26.53.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.51.dist-info → anyscale-0.26.53.dist-info}/licenses/LICENSE +0 -0
- {anyscale-0.26.51.dist-info → anyscale-0.26.53.dist-info}/licenses/NOTICE +0 -0
- {anyscale-0.26.51.dist-info → anyscale-0.26.53.dist-info}/top_level.txt +0 -0
@@ -115,7 +115,6 @@ from openapi_client.models.cloud_with_cloud_resource_gcp import CloudWithCloudRe
|
|
115
115
|
from openapi_client.models.cloudcollaborator_list_response import CloudcollaboratorListResponse
|
116
116
|
from openapi_client.models.clouddatabucketpresigneduploadinfo_response import ClouddatabucketpresigneduploadinfoResponse
|
117
117
|
from openapi_client.models.clouddatabucketpresignedurlresponse_response import ClouddatabucketpresignedurlresponseResponse
|
118
|
-
from openapi_client.models.clouddeployment_list_response import ClouddeploymentListResponse
|
119
118
|
from openapi_client.models.clouddeploymentconfig_response import ClouddeploymentconfigResponse
|
120
119
|
from openapi_client.models.cloudoverviewdashboard_response import CloudoverviewdashboardResponse
|
121
120
|
from openapi_client.models.cloudregionandzones_response import CloudregionandzonesResponse
|
@@ -214,7 +213,7 @@ from openapi_client.models.dataset_upload import DatasetUpload
|
|
214
213
|
from openapi_client.models.datasetupload_response import DatasetuploadResponse
|
215
214
|
from openapi_client.models.decorated_application_template import DecoratedApplicationTemplate
|
216
215
|
from openapi_client.models.decorated_build import DecoratedBuild
|
217
|
-
from openapi_client.models.
|
216
|
+
from openapi_client.models.decorated_cloud_resource import DecoratedCloudResource
|
218
217
|
from openapi_client.models.decorated_compute_template import DecoratedComputeTemplate
|
219
218
|
from openapi_client.models.decorated_compute_template_config import DecoratedComputeTemplateConfig
|
220
219
|
from openapi_client.models.decorated_interactive_session import DecoratedInteractiveSession
|
@@ -235,7 +234,8 @@ from openapi_client.models.decoratedapplicationtemplate_list_response import Dec
|
|
235
234
|
from openapi_client.models.decoratedapplicationtemplate_response import DecoratedapplicationtemplateResponse
|
236
235
|
from openapi_client.models.decoratedbuild_list_response import DecoratedbuildListResponse
|
237
236
|
from openapi_client.models.decoratedbuild_response import DecoratedbuildResponse
|
238
|
-
from openapi_client.models.
|
237
|
+
from openapi_client.models.decoratedcloudresource_list_response import DecoratedcloudresourceListResponse
|
238
|
+
from openapi_client.models.decoratedcloudresource_response import DecoratedcloudresourceResponse
|
239
239
|
from openapi_client.models.decoratedcomputetemplate_list_response import DecoratedcomputetemplateListResponse
|
240
240
|
from openapi_client.models.decoratedcomputetemplate_response import DecoratedcomputetemplateResponse
|
241
241
|
from openapi_client.models.decoratedinteractivesession_list_response import DecoratedinteractivesessionListResponse
|
@@ -336,7 +336,7 @@ class AWSConfig(object):
|
|
336
336
|
def cloudformation_id(self):
|
337
337
|
"""Gets the cloudformation_id of this AWSConfig. # noqa: E501
|
338
338
|
|
339
|
-
The CloudFormation stack ID, for
|
339
|
+
The CloudFormation stack ID, for Anyscale-managed resources. # noqa: E501
|
340
340
|
|
341
341
|
:return: The cloudformation_id of this AWSConfig. # noqa: E501
|
342
342
|
:rtype: str
|
@@ -347,7 +347,7 @@ class AWSConfig(object):
|
|
347
347
|
def cloudformation_id(self, cloudformation_id):
|
348
348
|
"""Sets the cloudformation_id of this AWSConfig.
|
349
349
|
|
350
|
-
The CloudFormation stack ID, for
|
350
|
+
The CloudFormation stack ID, for Anyscale-managed resources. # noqa: E501
|
351
351
|
|
352
352
|
:param cloudformation_id: The cloudformation_id of this AWSConfig. # noqa: E501
|
353
353
|
:type: str
|