anyscale 0.26.18__py3-none-any.whl → 0.26.19__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/docgen/models.md +2 -2
- anyscale/client/README.md +12 -0
- anyscale/client/openapi_client/__init__.py +11 -0
- anyscale/client/openapi_client/api/default_api.py +115 -3
- anyscale/client/openapi_client/models/__init__.py +11 -0
- anyscale/client/openapi_client/models/aws_config.py +402 -0
- anyscale/client/openapi_client/models/baseimagesenum.py +68 -1
- anyscale/client/openapi_client/models/cloud_deployment.py +397 -0
- anyscale/client/openapi_client/models/clouddeployment_list_response.py +147 -0
- anyscale/client/openapi_client/models/file_storage.py +206 -0
- anyscale/client/openapi_client/models/gcp_config.py +402 -0
- anyscale/client/openapi_client/models/kubernetes_config.py +150 -0
- anyscale/client/openapi_client/models/networking_mode.py +100 -0
- anyscale/client/openapi_client/models/object_storage.py +178 -0
- anyscale/client/openapi_client/models/pcp_config.py +122 -0
- anyscale/client/openapi_client/models/supportedbaseimagesenum.py +68 -1
- anyscale/client/openapi_client/models/workspace_template_readme.py +181 -0
- anyscale/client/openapi_client/models/workspacetemplatereadme_response.py +121 -0
- anyscale/commands/cloud_commands.py +23 -3
- anyscale/controllers/cloud_controller.py +37 -0
- anyscale/sdk/anyscale_client/models/baseimagesenum.py +68 -1
- anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +68 -1
- anyscale/shared_anyscale_utils/latest_ray_version.py +1 -1
- anyscale/version.py +1 -1
- {anyscale-0.26.18.dist-info → anyscale-0.26.19.dist-info}/METADATA +1 -1
- {anyscale-0.26.18.dist-info → anyscale-0.26.19.dist-info}/RECORD +31 -20
- {anyscale-0.26.18.dist-info → anyscale-0.26.19.dist-info}/LICENSE +0 -0
- {anyscale-0.26.18.dist-info → anyscale-0.26.19.dist-info}/NOTICE +0 -0
- {anyscale-0.26.18.dist-info → anyscale-0.26.19.dist-info}/WHEEL +0 -0
- {anyscale-0.26.18.dist-info → anyscale-0.26.19.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.18.dist-info → anyscale-0.26.19.dist-info}/top_level.txt +0 -0
anyscale/client/README.md
CHANGED
@@ -178,6 +178,7 @@ Class | Method | HTTP request | Description
|
|
178
178
|
*DefaultApi* | [**get_build_logs_api_v2_builds_build_id_logs_get**](docs/DefaultApi.md#get_build_logs_api_v2_builds_build_id_logs_get) | **GET** /api/v2/builds/{build_id}/logs | Get Build Logs
|
179
179
|
*DefaultApi* | [**get_cloud_api_v2_clouds_cloud_id_get**](docs/DefaultApi.md#get_cloud_api_v2_clouds_cloud_id_get) | **GET** /api/v2/clouds/{cloud_id} | Get Cloud
|
180
180
|
*DefaultApi* | [**get_cloud_deployment_config_api_v2_clouds_cloud_id_deployment_cloud_deployment_id_config_get**](docs/DefaultApi.md#get_cloud_deployment_config_api_v2_clouds_cloud_id_deployment_cloud_deployment_id_config_get) | **GET** /api/v2/clouds/{cloud_id}/deployment/{cloud_deployment_id}/config | Get Cloud Deployment Config
|
181
|
+
*DefaultApi* | [**get_cloud_deployments_api_v2_clouds_cloud_id_deployments_get**](docs/DefaultApi.md#get_cloud_deployments_api_v2_clouds_cloud_id_deployments_get) | **GET** /api/v2/clouds/{cloud_id}/deployments | Get Cloud Deployments
|
181
182
|
*DefaultApi* | [**get_cloud_overview_dashboard_api_v2_clouds_cloud_id_cloud_overview_dashboard_get**](docs/DefaultApi.md#get_cloud_overview_dashboard_api_v2_clouds_cloud_id_cloud_overview_dashboard_get) | **GET** /api/v2/clouds/{cloud_id}/cloud-overview-dashboard | Get Cloud Overview Dashboard
|
182
183
|
*DefaultApi* | [**get_cloud_project_collaborator_api_v2_projects_project_id_collaborators_clouds_get**](docs/DefaultApi.md#get_cloud_project_collaborator_api_v2_projects_project_id_collaborators_clouds_get) | **GET** /api/v2/projects/{project_id}/collaborators/clouds | Get Cloud Project Collaborator
|
183
184
|
*DefaultApi* | [**get_cloud_with_cloud_resource_api_v2_clouds_with_cloud_resource_gcp_router_cloud_id_get**](docs/DefaultApi.md#get_cloud_with_cloud_resource_api_v2_clouds_with_cloud_resource_gcp_router_cloud_id_get) | **GET** /api/v2/clouds_with_cloud_resource_gcp_router/{cloud_id} | Get Cloud With Cloud Resource
|
@@ -381,6 +382,7 @@ Class | Method | HTTP request | Description
|
|
381
382
|
|
382
383
|
## Documentation For Models
|
383
384
|
|
385
|
+
- [AWSConfig](docs/AWSConfig.md)
|
384
386
|
- [AWSMemoryDBClusterConfig](docs/AWSMemoryDBClusterConfig.md)
|
385
387
|
- [AccessConfig](docs/AccessConfig.md)
|
386
388
|
- [ActorStatus](docs/ActorStatus.md)
|
@@ -455,6 +457,7 @@ Class | Method | HTTP request | Description
|
|
455
457
|
- [CloudDataBucketPresignedUrlResponse](docs/CloudDataBucketPresignedUrlResponse.md)
|
456
458
|
- [CloudDataBucketPresignedUrlScheme](docs/CloudDataBucketPresignedUrlScheme.md)
|
457
459
|
- [CloudDataBucketRequestScope](docs/CloudDataBucketRequestScope.md)
|
460
|
+
- [CloudDeployment](docs/CloudDeployment.md)
|
458
461
|
- [CloudDeploymentConfig](docs/CloudDeploymentConfig.md)
|
459
462
|
- [CloudHostingType](docs/CloudHostingType.md)
|
460
463
|
- [CloudListResponse](docs/CloudListResponse.md)
|
@@ -480,6 +483,7 @@ Class | Method | HTTP request | Description
|
|
480
483
|
- [CloudcollaboratorListResponse](docs/CloudcollaboratorListResponse.md)
|
481
484
|
- [ClouddatabucketpresigneduploadinfoResponse](docs/ClouddatabucketpresigneduploadinfoResponse.md)
|
482
485
|
- [ClouddatabucketpresignedurlresponseResponse](docs/ClouddatabucketpresignedurlresponseResponse.md)
|
486
|
+
- [ClouddeploymentListResponse](docs/ClouddeploymentListResponse.md)
|
483
487
|
- [ClouddeploymentconfigResponse](docs/ClouddeploymentconfigResponse.md)
|
484
488
|
- [CloudoverviewdashboardResponse](docs/CloudoverviewdashboardResponse.md)
|
485
489
|
- [CloudregionandzonesResponse](docs/CloudregionandzonesResponse.md)
|
@@ -634,10 +638,12 @@ Class | Method | HTTP request | Description
|
|
634
638
|
- [ExternalTerminalCommand](docs/ExternalTerminalCommand.md)
|
635
639
|
- [FeatureFlagResponse](docs/FeatureFlagResponse.md)
|
636
640
|
- [FeatureflagresponseResponse](docs/FeatureflagresponseResponse.md)
|
641
|
+
- [FileStorage](docs/FileStorage.md)
|
637
642
|
- [FineTuneType](docs/FineTuneType.md)
|
638
643
|
- [FineTunedModel](docs/FineTunedModel.md)
|
639
644
|
- [FinetunedmodelListResponse](docs/FinetunedmodelListResponse.md)
|
640
645
|
- [FinetunedmodelResponse](docs/FinetunedmodelResponse.md)
|
646
|
+
- [GCPConfig](docs/GCPConfig.md)
|
641
647
|
- [GCPFileStoreConfig](docs/GCPFileStoreConfig.md)
|
642
648
|
- [GCPMemorystoreInstanceConfig](docs/GCPMemorystoreInstanceConfig.md)
|
643
649
|
- [GrafanaDashboard](docs/GrafanaDashboard.md)
|
@@ -683,6 +689,7 @@ Class | Method | HTTP request | Description
|
|
683
689
|
- [JobsSortField](docs/JobsSortField.md)
|
684
690
|
- [JobwithreportListResponse](docs/JobwithreportListResponse.md)
|
685
691
|
- [JsonPatchOperation](docs/JsonPatchOperation.md)
|
692
|
+
- [KubernetesConfig](docs/KubernetesConfig.md)
|
686
693
|
- [KubernetesManagerRegistrationRequest](docs/KubernetesManagerRegistrationRequest.md)
|
687
694
|
- [KubernetesManagerRegistrationResponse](docs/KubernetesManagerRegistrationResponse.md)
|
688
695
|
- [KubernetesmanagerregistrationresponseResponse](docs/KubernetesmanagerregistrationresponseResponse.md)
|
@@ -741,6 +748,7 @@ Class | Method | HTTP request | Description
|
|
741
748
|
- [MinicomputetemplateListResponse](docs/MinicomputetemplateListResponse.md)
|
742
749
|
- [MiniprojectListResponse](docs/MiniprojectListResponse.md)
|
743
750
|
- [NFSMountTarget](docs/NFSMountTarget.md)
|
751
|
+
- [NetworkingMode](docs/NetworkingMode.md)
|
744
752
|
- [NodeRegistrationAWS](docs/NodeRegistrationAWS.md)
|
745
753
|
- [NodeRegistrationGCP](docs/NodeRegistrationGCP.md)
|
746
754
|
- [NodeRegistrationK8S](docs/NodeRegistrationK8S.md)
|
@@ -750,6 +758,7 @@ Class | Method | HTTP request | Description
|
|
750
758
|
- [NotificationChannelEmailConfig](docs/NotificationChannelEmailConfig.md)
|
751
759
|
- [NotificationChannelSlackConfig](docs/NotificationChannelSlackConfig.md)
|
752
760
|
- [NotificationChannelWebhookConfig](docs/NotificationChannelWebhookConfig.md)
|
761
|
+
- [ObjectStorage](docs/ObjectStorage.md)
|
753
762
|
- [OperatorBranch](docs/OperatorBranch.md)
|
754
763
|
- [OperatorId](docs/OperatorId.md)
|
755
764
|
- [OperatorMetrics](docs/OperatorMetrics.md)
|
@@ -777,6 +786,7 @@ Class | Method | HTTP request | Description
|
|
777
786
|
- [OrganizationprojectcollaboratorListResponse](docs/OrganizationprojectcollaboratorListResponse.md)
|
778
787
|
- [OrganizationpublicidentifierResponse](docs/OrganizationpublicidentifierResponse.md)
|
779
788
|
- [OrganizationusagealertListResponse](docs/OrganizationusagealertListResponse.md)
|
789
|
+
- [PCPConfig](docs/PCPConfig.md)
|
780
790
|
- [PageQuery](docs/PageQuery.md)
|
781
791
|
- [PauseSchedule](docs/PauseSchedule.md)
|
782
792
|
- [PermissionLevel](docs/PermissionLevel.md)
|
@@ -961,12 +971,14 @@ Class | Method | HTTP request | Description
|
|
961
971
|
- [WorkspaceSnapshotStates](docs/WorkspaceSnapshotStates.md)
|
962
972
|
- [WorkspaceTemplate](docs/WorkspaceTemplate.md)
|
963
973
|
- [WorkspaceTemplateClusterEnvironmentMetadata](docs/WorkspaceTemplateClusterEnvironmentMetadata.md)
|
974
|
+
- [WorkspaceTemplateReadme](docs/WorkspaceTemplateReadme.md)
|
964
975
|
- [WorkspacedataplaneartifactsResponse](docs/WorkspacedataplaneartifactsResponse.md)
|
965
976
|
- [WorkspacedataplaneproxiedartifactsResponse](docs/WorkspacedataplaneproxiedartifactsResponse.md)
|
966
977
|
- [WorkspaceeventListResponse](docs/WorkspaceeventListResponse.md)
|
967
978
|
- [WorkspacereadmeResponse](docs/WorkspacereadmeResponse.md)
|
968
979
|
- [WorkspacetemplateListResponse](docs/WorkspacetemplateListResponse.md)
|
969
980
|
- [WorkspacetemplateclusterenvironmentmetadataResponse](docs/WorkspacetemplateclusterenvironmentmetadataResponse.md)
|
981
|
+
- [WorkspacetemplatereadmeResponse](docs/WorkspacetemplatereadmeResponse.md)
|
970
982
|
- [WriteCloud](docs/WriteCloud.md)
|
971
983
|
- [WriteClusterConfig](docs/WriteClusterConfig.md)
|
972
984
|
- [WriteProject](docs/WriteProject.md)
|
@@ -28,6 +28,7 @@ from openapi_client.exceptions import ApiValueError
|
|
28
28
|
from openapi_client.exceptions import ApiKeyError
|
29
29
|
from openapi_client.exceptions import ApiException
|
30
30
|
# import models into sdk package
|
31
|
+
from openapi_client.models.aws_config import AWSConfig
|
31
32
|
from openapi_client.models.aws_memory_db_cluster_config import AWSMemoryDBClusterConfig
|
32
33
|
from openapi_client.models.access_config import AccessConfig
|
33
34
|
from openapi_client.models.actor_status import ActorStatus
|
@@ -102,6 +103,7 @@ from openapi_client.models.cloud_data_bucket_presigned_url_request import CloudD
|
|
102
103
|
from openapi_client.models.cloud_data_bucket_presigned_url_response import CloudDataBucketPresignedUrlResponse
|
103
104
|
from openapi_client.models.cloud_data_bucket_presigned_url_scheme import CloudDataBucketPresignedUrlScheme
|
104
105
|
from openapi_client.models.cloud_data_bucket_request_scope import CloudDataBucketRequestScope
|
106
|
+
from openapi_client.models.cloud_deployment import CloudDeployment
|
105
107
|
from openapi_client.models.cloud_deployment_config import CloudDeploymentConfig
|
106
108
|
from openapi_client.models.cloud_hosting_type import CloudHostingType
|
107
109
|
from openapi_client.models.cloud_list_response import CloudListResponse
|
@@ -127,6 +129,7 @@ from openapi_client.models.cloud_with_cloud_resource_gcp import CloudWithCloudRe
|
|
127
129
|
from openapi_client.models.cloudcollaborator_list_response import CloudcollaboratorListResponse
|
128
130
|
from openapi_client.models.clouddatabucketpresigneduploadinfo_response import ClouddatabucketpresigneduploadinfoResponse
|
129
131
|
from openapi_client.models.clouddatabucketpresignedurlresponse_response import ClouddatabucketpresignedurlresponseResponse
|
132
|
+
from openapi_client.models.clouddeployment_list_response import ClouddeploymentListResponse
|
130
133
|
from openapi_client.models.clouddeploymentconfig_response import ClouddeploymentconfigResponse
|
131
134
|
from openapi_client.models.cloudoverviewdashboard_response import CloudoverviewdashboardResponse
|
132
135
|
from openapi_client.models.cloudregionandzones_response import CloudregionandzonesResponse
|
@@ -281,10 +284,12 @@ from openapi_client.models.experimentalworkspace_response import Experimentalwor
|
|
281
284
|
from openapi_client.models.external_terminal_command import ExternalTerminalCommand
|
282
285
|
from openapi_client.models.feature_flag_response import FeatureFlagResponse
|
283
286
|
from openapi_client.models.featureflagresponse_response import FeatureflagresponseResponse
|
287
|
+
from openapi_client.models.file_storage import FileStorage
|
284
288
|
from openapi_client.models.fine_tune_type import FineTuneType
|
285
289
|
from openapi_client.models.fine_tuned_model import FineTunedModel
|
286
290
|
from openapi_client.models.finetunedmodel_list_response import FinetunedmodelListResponse
|
287
291
|
from openapi_client.models.finetunedmodel_response import FinetunedmodelResponse
|
292
|
+
from openapi_client.models.gcp_config import GCPConfig
|
288
293
|
from openapi_client.models.gcp_file_store_config import GCPFileStoreConfig
|
289
294
|
from openapi_client.models.gcp_memorystore_instance_config import GCPMemorystoreInstanceConfig
|
290
295
|
from openapi_client.models.grafana_dashboard import GrafanaDashboard
|
@@ -330,6 +335,7 @@ from openapi_client.models.jobqueue_response import JobqueueResponse
|
|
330
335
|
from openapi_client.models.jobs_sort_field import JobsSortField
|
331
336
|
from openapi_client.models.jobwithreport_list_response import JobwithreportListResponse
|
332
337
|
from openapi_client.models.json_patch_operation import JsonPatchOperation
|
338
|
+
from openapi_client.models.kubernetes_config import KubernetesConfig
|
333
339
|
from openapi_client.models.kubernetes_manager_registration_request import KubernetesManagerRegistrationRequest
|
334
340
|
from openapi_client.models.kubernetes_manager_registration_response import KubernetesManagerRegistrationResponse
|
335
341
|
from openapi_client.models.kubernetesmanagerregistrationresponse_response import KubernetesmanagerregistrationresponseResponse
|
@@ -388,6 +394,7 @@ from openapi_client.models.minibuild_list_response import MinibuildListResponse
|
|
388
394
|
from openapi_client.models.minicomputetemplate_list_response import MinicomputetemplateListResponse
|
389
395
|
from openapi_client.models.miniproject_list_response import MiniprojectListResponse
|
390
396
|
from openapi_client.models.nfs_mount_target import NFSMountTarget
|
397
|
+
from openapi_client.models.networking_mode import NetworkingMode
|
391
398
|
from openapi_client.models.node_registration_aws import NodeRegistrationAWS
|
392
399
|
from openapi_client.models.node_registration_gcp import NodeRegistrationGCP
|
393
400
|
from openapi_client.models.node_registration_k8_s import NodeRegistrationK8S
|
@@ -397,6 +404,7 @@ from openapi_client.models.node_type import NodeType
|
|
397
404
|
from openapi_client.models.notification_channel_email_config import NotificationChannelEmailConfig
|
398
405
|
from openapi_client.models.notification_channel_slack_config import NotificationChannelSlackConfig
|
399
406
|
from openapi_client.models.notification_channel_webhook_config import NotificationChannelWebhookConfig
|
407
|
+
from openapi_client.models.object_storage import ObjectStorage
|
400
408
|
from openapi_client.models.operator_branch import OperatorBranch
|
401
409
|
from openapi_client.models.operator_id import OperatorId
|
402
410
|
from openapi_client.models.operator_metrics import OperatorMetrics
|
@@ -424,6 +432,7 @@ from openapi_client.models.organizationinvitationbase_response import Organizati
|
|
424
432
|
from openapi_client.models.organizationprojectcollaborator_list_response import OrganizationprojectcollaboratorListResponse
|
425
433
|
from openapi_client.models.organizationpublicidentifier_response import OrganizationpublicidentifierResponse
|
426
434
|
from openapi_client.models.organizationusagealert_list_response import OrganizationusagealertListResponse
|
435
|
+
from openapi_client.models.pcp_config import PCPConfig
|
427
436
|
from openapi_client.models.page_query import PageQuery
|
428
437
|
from openapi_client.models.pause_schedule import PauseSchedule
|
429
438
|
from openapi_client.models.permission_level import PermissionLevel
|
@@ -608,12 +617,14 @@ from openapi_client.models.workspace_readme import WorkspaceReadme
|
|
608
617
|
from openapi_client.models.workspace_snapshot_states import WorkspaceSnapshotStates
|
609
618
|
from openapi_client.models.workspace_template import WorkspaceTemplate
|
610
619
|
from openapi_client.models.workspace_template_cluster_environment_metadata import WorkspaceTemplateClusterEnvironmentMetadata
|
620
|
+
from openapi_client.models.workspace_template_readme import WorkspaceTemplateReadme
|
611
621
|
from openapi_client.models.workspacedataplaneartifacts_response import WorkspacedataplaneartifactsResponse
|
612
622
|
from openapi_client.models.workspacedataplaneproxiedartifacts_response import WorkspacedataplaneproxiedartifactsResponse
|
613
623
|
from openapi_client.models.workspaceevent_list_response import WorkspaceeventListResponse
|
614
624
|
from openapi_client.models.workspacereadme_response import WorkspacereadmeResponse
|
615
625
|
from openapi_client.models.workspacetemplate_list_response import WorkspacetemplateListResponse
|
616
626
|
from openapi_client.models.workspacetemplateclusterenvironmentmetadata_response import WorkspacetemplateclusterenvironmentmetadataResponse
|
627
|
+
from openapi_client.models.workspacetemplatereadme_response import WorkspacetemplatereadmeResponse
|
617
628
|
from openapi_client.models.write_cloud import WriteCloud
|
618
629
|
from openapi_client.models.write_cluster_config import WriteClusterConfig
|
619
630
|
from openapi_client.models.write_project import WriteProject
|
@@ -12225,6 +12225,118 @@ class DefaultApi(object):
|
|
12225
12225
|
_request_timeout=local_var_params.get('_request_timeout'),
|
12226
12226
|
collection_formats=collection_formats)
|
12227
12227
|
|
12228
|
+
def get_cloud_deployments_api_v2_clouds_cloud_id_deployments_get(self, cloud_id, **kwargs): # noqa: E501
|
12229
|
+
"""Get Cloud Deployments # noqa: E501
|
12230
|
+
|
12231
|
+
This method makes a synchronous HTTP request by default. To make an
|
12232
|
+
asynchronous HTTP request, please pass async_req=True
|
12233
|
+
>>> thread = api.get_cloud_deployments_api_v2_clouds_cloud_id_deployments_get(cloud_id, async_req=True)
|
12234
|
+
>>> result = thread.get()
|
12235
|
+
|
12236
|
+
:param async_req bool: execute request asynchronously
|
12237
|
+
:param str cloud_id: (required)
|
12238
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
12239
|
+
be returned without reading/decoding response
|
12240
|
+
data. Default is True.
|
12241
|
+
:param _request_timeout: timeout setting for this request. If one
|
12242
|
+
number provided, it will be total request
|
12243
|
+
timeout. It can also be a pair (tuple) of
|
12244
|
+
(connection, read) timeouts.
|
12245
|
+
:return: ClouddeploymentListResponse
|
12246
|
+
If the method is called asynchronously,
|
12247
|
+
returns the request thread.
|
12248
|
+
"""
|
12249
|
+
kwargs['_return_http_data_only'] = True
|
12250
|
+
return self.get_cloud_deployments_api_v2_clouds_cloud_id_deployments_get_with_http_info(cloud_id, **kwargs) # noqa: E501
|
12251
|
+
|
12252
|
+
def get_cloud_deployments_api_v2_clouds_cloud_id_deployments_get_with_http_info(self, cloud_id, **kwargs): # noqa: E501
|
12253
|
+
"""Get Cloud Deployments # noqa: E501
|
12254
|
+
|
12255
|
+
This method makes a synchronous HTTP request by default. To make an
|
12256
|
+
asynchronous HTTP request, please pass async_req=True
|
12257
|
+
>>> thread = api.get_cloud_deployments_api_v2_clouds_cloud_id_deployments_get_with_http_info(cloud_id, async_req=True)
|
12258
|
+
>>> result = thread.get()
|
12259
|
+
|
12260
|
+
:param async_req bool: execute request asynchronously
|
12261
|
+
:param str cloud_id: (required)
|
12262
|
+
:param _return_http_data_only: response data without head status code
|
12263
|
+
and headers
|
12264
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
12265
|
+
be returned without reading/decoding response
|
12266
|
+
data. Default is True.
|
12267
|
+
:param _request_timeout: timeout setting for this request. If one
|
12268
|
+
number provided, it will be total request
|
12269
|
+
timeout. It can also be a pair (tuple) of
|
12270
|
+
(connection, read) timeouts.
|
12271
|
+
:return: tuple(ClouddeploymentListResponse, status_code(int), headers(HTTPHeaderDict))
|
12272
|
+
If the method is called asynchronously,
|
12273
|
+
returns the request thread.
|
12274
|
+
"""
|
12275
|
+
|
12276
|
+
local_var_params = locals()
|
12277
|
+
|
12278
|
+
all_params = [
|
12279
|
+
'cloud_id'
|
12280
|
+
]
|
12281
|
+
all_params.extend(
|
12282
|
+
[
|
12283
|
+
'async_req',
|
12284
|
+
'_return_http_data_only',
|
12285
|
+
'_preload_content',
|
12286
|
+
'_request_timeout'
|
12287
|
+
]
|
12288
|
+
)
|
12289
|
+
|
12290
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
12291
|
+
if key not in all_params:
|
12292
|
+
raise ApiTypeError(
|
12293
|
+
"Got an unexpected keyword argument '%s'"
|
12294
|
+
" to method get_cloud_deployments_api_v2_clouds_cloud_id_deployments_get" % key
|
12295
|
+
)
|
12296
|
+
local_var_params[key] = val
|
12297
|
+
del local_var_params['kwargs']
|
12298
|
+
# verify the required parameter 'cloud_id' is set
|
12299
|
+
if self.api_client.client_side_validation and ('cloud_id' not in local_var_params or # noqa: E501
|
12300
|
+
local_var_params['cloud_id'] is None): # noqa: E501
|
12301
|
+
raise ApiValueError("Missing the required parameter `cloud_id` when calling `get_cloud_deployments_api_v2_clouds_cloud_id_deployments_get`") # noqa: E501
|
12302
|
+
|
12303
|
+
collection_formats = {}
|
12304
|
+
|
12305
|
+
path_params = {}
|
12306
|
+
if 'cloud_id' in local_var_params:
|
12307
|
+
path_params['cloud_id'] = local_var_params['cloud_id'] # noqa: E501
|
12308
|
+
|
12309
|
+
query_params = []
|
12310
|
+
|
12311
|
+
header_params = {}
|
12312
|
+
|
12313
|
+
form_params = []
|
12314
|
+
local_var_files = {}
|
12315
|
+
|
12316
|
+
body_params = None
|
12317
|
+
# HTTP header `Accept`
|
12318
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
12319
|
+
['application/json']) # noqa: E501
|
12320
|
+
|
12321
|
+
# Authentication setting
|
12322
|
+
auth_settings = [] # noqa: E501
|
12323
|
+
|
12324
|
+
return self.api_client.call_api(
|
12325
|
+
'/api/v2/clouds/{cloud_id}/deployments', 'GET',
|
12326
|
+
path_params,
|
12327
|
+
query_params,
|
12328
|
+
header_params,
|
12329
|
+
body=body_params,
|
12330
|
+
post_params=form_params,
|
12331
|
+
files=local_var_files,
|
12332
|
+
response_type='ClouddeploymentListResponse', # noqa: E501
|
12333
|
+
auth_settings=auth_settings,
|
12334
|
+
async_req=local_var_params.get('async_req'),
|
12335
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
12336
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
12337
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
12338
|
+
collection_formats=collection_formats)
|
12339
|
+
|
12228
12340
|
def get_cloud_overview_dashboard_api_v2_clouds_cloud_id_cloud_overview_dashboard_get(self, cloud_id, **kwargs): # noqa: E501
|
12229
12341
|
"""Get Cloud Overview Dashboard # noqa: E501
|
12230
12342
|
|
@@ -20842,7 +20954,7 @@ class DefaultApi(object):
|
|
20842
20954
|
number provided, it will be total request
|
20843
20955
|
timeout. It can also be a pair (tuple) of
|
20844
20956
|
(connection, read) timeouts.
|
20845
|
-
:return:
|
20957
|
+
:return: WorkspacetemplatereadmeResponse
|
20846
20958
|
If the method is called asynchronously,
|
20847
20959
|
returns the request thread.
|
20848
20960
|
"""
|
@@ -20869,7 +20981,7 @@ class DefaultApi(object):
|
|
20869
20981
|
number provided, it will be total request
|
20870
20982
|
timeout. It can also be a pair (tuple) of
|
20871
20983
|
(connection, read) timeouts.
|
20872
|
-
:return: tuple(
|
20984
|
+
:return: tuple(WorkspacetemplatereadmeResponse, status_code(int), headers(HTTPHeaderDict))
|
20873
20985
|
If the method is called asynchronously,
|
20874
20986
|
returns the request thread.
|
20875
20987
|
"""
|
@@ -20930,7 +21042,7 @@ class DefaultApi(object):
|
|
20930
21042
|
body=body_params,
|
20931
21043
|
post_params=form_params,
|
20932
21044
|
files=local_var_files,
|
20933
|
-
response_type='
|
21045
|
+
response_type='WorkspacetemplatereadmeResponse', # noqa: E501
|
20934
21046
|
auth_settings=auth_settings,
|
20935
21047
|
async_req=local_var_params.get('async_req'),
|
20936
21048
|
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
@@ -14,6 +14,7 @@
|
|
14
14
|
from __future__ import absolute_import
|
15
15
|
|
16
16
|
# import models into model package
|
17
|
+
from openapi_client.models.aws_config import AWSConfig
|
17
18
|
from openapi_client.models.aws_memory_db_cluster_config import AWSMemoryDBClusterConfig
|
18
19
|
from openapi_client.models.access_config import AccessConfig
|
19
20
|
from openapi_client.models.actor_status import ActorStatus
|
@@ -88,6 +89,7 @@ from openapi_client.models.cloud_data_bucket_presigned_url_request import CloudD
|
|
88
89
|
from openapi_client.models.cloud_data_bucket_presigned_url_response import CloudDataBucketPresignedUrlResponse
|
89
90
|
from openapi_client.models.cloud_data_bucket_presigned_url_scheme import CloudDataBucketPresignedUrlScheme
|
90
91
|
from openapi_client.models.cloud_data_bucket_request_scope import CloudDataBucketRequestScope
|
92
|
+
from openapi_client.models.cloud_deployment import CloudDeployment
|
91
93
|
from openapi_client.models.cloud_deployment_config import CloudDeploymentConfig
|
92
94
|
from openapi_client.models.cloud_hosting_type import CloudHostingType
|
93
95
|
from openapi_client.models.cloud_list_response import CloudListResponse
|
@@ -113,6 +115,7 @@ from openapi_client.models.cloud_with_cloud_resource_gcp import CloudWithCloudRe
|
|
113
115
|
from openapi_client.models.cloudcollaborator_list_response import CloudcollaboratorListResponse
|
114
116
|
from openapi_client.models.clouddatabucketpresigneduploadinfo_response import ClouddatabucketpresigneduploadinfoResponse
|
115
117
|
from openapi_client.models.clouddatabucketpresignedurlresponse_response import ClouddatabucketpresignedurlresponseResponse
|
118
|
+
from openapi_client.models.clouddeployment_list_response import ClouddeploymentListResponse
|
116
119
|
from openapi_client.models.clouddeploymentconfig_response import ClouddeploymentconfigResponse
|
117
120
|
from openapi_client.models.cloudoverviewdashboard_response import CloudoverviewdashboardResponse
|
118
121
|
from openapi_client.models.cloudregionandzones_response import CloudregionandzonesResponse
|
@@ -267,10 +270,12 @@ from openapi_client.models.experimentalworkspace_response import Experimentalwor
|
|
267
270
|
from openapi_client.models.external_terminal_command import ExternalTerminalCommand
|
268
271
|
from openapi_client.models.feature_flag_response import FeatureFlagResponse
|
269
272
|
from openapi_client.models.featureflagresponse_response import FeatureflagresponseResponse
|
273
|
+
from openapi_client.models.file_storage import FileStorage
|
270
274
|
from openapi_client.models.fine_tune_type import FineTuneType
|
271
275
|
from openapi_client.models.fine_tuned_model import FineTunedModel
|
272
276
|
from openapi_client.models.finetunedmodel_list_response import FinetunedmodelListResponse
|
273
277
|
from openapi_client.models.finetunedmodel_response import FinetunedmodelResponse
|
278
|
+
from openapi_client.models.gcp_config import GCPConfig
|
274
279
|
from openapi_client.models.gcp_file_store_config import GCPFileStoreConfig
|
275
280
|
from openapi_client.models.gcp_memorystore_instance_config import GCPMemorystoreInstanceConfig
|
276
281
|
from openapi_client.models.grafana_dashboard import GrafanaDashboard
|
@@ -316,6 +321,7 @@ from openapi_client.models.jobqueue_response import JobqueueResponse
|
|
316
321
|
from openapi_client.models.jobs_sort_field import JobsSortField
|
317
322
|
from openapi_client.models.jobwithreport_list_response import JobwithreportListResponse
|
318
323
|
from openapi_client.models.json_patch_operation import JsonPatchOperation
|
324
|
+
from openapi_client.models.kubernetes_config import KubernetesConfig
|
319
325
|
from openapi_client.models.kubernetes_manager_registration_request import KubernetesManagerRegistrationRequest
|
320
326
|
from openapi_client.models.kubernetes_manager_registration_response import KubernetesManagerRegistrationResponse
|
321
327
|
from openapi_client.models.kubernetesmanagerregistrationresponse_response import KubernetesmanagerregistrationresponseResponse
|
@@ -374,6 +380,7 @@ from openapi_client.models.minibuild_list_response import MinibuildListResponse
|
|
374
380
|
from openapi_client.models.minicomputetemplate_list_response import MinicomputetemplateListResponse
|
375
381
|
from openapi_client.models.miniproject_list_response import MiniprojectListResponse
|
376
382
|
from openapi_client.models.nfs_mount_target import NFSMountTarget
|
383
|
+
from openapi_client.models.networking_mode import NetworkingMode
|
377
384
|
from openapi_client.models.node_registration_aws import NodeRegistrationAWS
|
378
385
|
from openapi_client.models.node_registration_gcp import NodeRegistrationGCP
|
379
386
|
from openapi_client.models.node_registration_k8_s import NodeRegistrationK8S
|
@@ -383,6 +390,7 @@ from openapi_client.models.node_type import NodeType
|
|
383
390
|
from openapi_client.models.notification_channel_email_config import NotificationChannelEmailConfig
|
384
391
|
from openapi_client.models.notification_channel_slack_config import NotificationChannelSlackConfig
|
385
392
|
from openapi_client.models.notification_channel_webhook_config import NotificationChannelWebhookConfig
|
393
|
+
from openapi_client.models.object_storage import ObjectStorage
|
386
394
|
from openapi_client.models.operator_branch import OperatorBranch
|
387
395
|
from openapi_client.models.operator_id import OperatorId
|
388
396
|
from openapi_client.models.operator_metrics import OperatorMetrics
|
@@ -410,6 +418,7 @@ from openapi_client.models.organizationinvitationbase_response import Organizati
|
|
410
418
|
from openapi_client.models.organizationprojectcollaborator_list_response import OrganizationprojectcollaboratorListResponse
|
411
419
|
from openapi_client.models.organizationpublicidentifier_response import OrganizationpublicidentifierResponse
|
412
420
|
from openapi_client.models.organizationusagealert_list_response import OrganizationusagealertListResponse
|
421
|
+
from openapi_client.models.pcp_config import PCPConfig
|
413
422
|
from openapi_client.models.page_query import PageQuery
|
414
423
|
from openapi_client.models.pause_schedule import PauseSchedule
|
415
424
|
from openapi_client.models.permission_level import PermissionLevel
|
@@ -594,12 +603,14 @@ from openapi_client.models.workspace_readme import WorkspaceReadme
|
|
594
603
|
from openapi_client.models.workspace_snapshot_states import WorkspaceSnapshotStates
|
595
604
|
from openapi_client.models.workspace_template import WorkspaceTemplate
|
596
605
|
from openapi_client.models.workspace_template_cluster_environment_metadata import WorkspaceTemplateClusterEnvironmentMetadata
|
606
|
+
from openapi_client.models.workspace_template_readme import WorkspaceTemplateReadme
|
597
607
|
from openapi_client.models.workspacedataplaneartifacts_response import WorkspacedataplaneartifactsResponse
|
598
608
|
from openapi_client.models.workspacedataplaneproxiedartifacts_response import WorkspacedataplaneproxiedartifactsResponse
|
599
609
|
from openapi_client.models.workspaceevent_list_response import WorkspaceeventListResponse
|
600
610
|
from openapi_client.models.workspacereadme_response import WorkspacereadmeResponse
|
601
611
|
from openapi_client.models.workspacetemplate_list_response import WorkspacetemplateListResponse
|
602
612
|
from openapi_client.models.workspacetemplateclusterenvironmentmetadata_response import WorkspacetemplateclusterenvironmentmetadataResponse
|
613
|
+
from openapi_client.models.workspacetemplatereadme_response import WorkspacetemplatereadmeResponse
|
603
614
|
from openapi_client.models.write_cloud import WriteCloud
|
604
615
|
from openapi_client.models.write_cluster_config import WriteClusterConfig
|
605
616
|
from openapi_client.models.write_project import WriteProject
|