anyscale 0.26.22__py3-none-any.whl → 0.26.24__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/anyscale_client.py +1 -1
- anyscale/_private/anyscale_client/common.py +1 -1
- anyscale/_private/docgen/__main__.py +0 -8
- anyscale/_private/docgen/models.md +41 -184
- anyscale/_private/workload/workload_config.py +1 -1
- anyscale/client/README.md +2 -35
- anyscale/client/openapi_client/__init__.py +2 -21
- anyscale/client/openapi_client/api/default_api.py +275 -1868
- anyscale/client/openapi_client/models/__init__.py +2 -21
- anyscale/client/openapi_client/models/baseimagesenum.py +68 -1
- anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +2 -1
- anyscale/client/openapi_client/models/cloud_deployment.py +2 -2
- anyscale/client/openapi_client/models/cloud_deployment_compute_config.py +291 -0
- anyscale/client/openapi_client/models/cloud_deployment_selector.py +206 -0
- anyscale/client/openapi_client/models/cloud_providers.py +2 -1
- anyscale/client/openapi_client/models/compute_template_config.py +61 -34
- anyscale/client/openapi_client/models/create_cluster_compute_config.py +59 -31
- anyscale/client/openapi_client/models/create_compute_template_config.py +61 -34
- anyscale/client/openapi_client/models/create_workspace_from_template.py +3 -2
- anyscale/client/openapi_client/models/decorated_compute_template_config.py +61 -34
- anyscale/client/openapi_client/models/decorated_session.py +31 -3
- anyscale/client/openapi_client/models/supportedbaseimagesenum.py +68 -1
- anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +31 -3
- anyscale/cluster_compute.py +4 -4
- anyscale/commands/anyscale_api/sessions_commands.py +1 -70
- anyscale/commands/cloud_commands.py +5 -4
- anyscale/commands/image_commands.py +2 -2
- anyscale/commands/job_commands.py +1 -1
- anyscale/commands/service_commands.py +1 -1
- anyscale/commands/workspace_commands_v2.py +1 -1
- anyscale/connect_utils/prepare_cluster.py +1 -3
- anyscale/controllers/cloud_controller.py +12 -6
- anyscale/controllers/cloud_functional_verification_controller.py +2 -2
- anyscale/image/commands.py +1 -1
- anyscale/sdk/anyscale_client/__init__.py +2 -15
- anyscale/sdk/anyscale_client/api/default_api.py +1270 -2871
- anyscale/sdk/anyscale_client/models/__init__.py +2 -15
- anyscale/sdk/anyscale_client/models/baseimagesenum.py +68 -1
- anyscale/sdk/anyscale_client/models/cloud_deployment_compute_config.py +291 -0
- anyscale/sdk/anyscale_client/models/cloud_deployment_selector.py +206 -0
- anyscale/sdk/anyscale_client/models/cloud_providers.py +2 -1
- anyscale/sdk/anyscale_client/models/cluster_compute_config.py +61 -34
- anyscale/sdk/anyscale_client/models/cluster_services_urls.py +29 -1
- anyscale/sdk/anyscale_client/models/compute_template_config.py +61 -34
- anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +59 -31
- anyscale/sdk/anyscale_client/models/session.py +31 -3
- anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +68 -1
- anyscale/shared_anyscale_utils/latest_ray_version.py +1 -1
- anyscale/shared_anyscale_utils/utils/id_gen.py +3 -1
- anyscale/version.py +1 -1
- anyscale/workspace/models.py +1 -1
- {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/METADATA +1 -1
- {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/RECORD +58 -90
- anyscale/client/openapi_client/models/bank_account_information.py +0 -239
- anyscale/client/openapi_client/models/billing_information.py +0 -181
- anyscale/client/openapi_client/models/credit_card_information.py +0 -268
- anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -121
- anyscale/client/openapi_client/models/invoice.py +0 -413
- anyscale/client/openapi_client/models/invoice_list_response.py +0 -147
- anyscale/client/openapi_client/models/invoice_status.py +0 -102
- anyscale/client/openapi_client/models/invoices_query.py +0 -150
- anyscale/client/openapi_client/models/log_stream.py +0 -151
- anyscale/client/openapi_client/models/logstream_response.py +0 -121
- anyscale/client/openapi_client/models/miniproject_list_response.py +0 -147
- anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -175
- anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -148
- anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -147
- anyscale/client/openapi_client/models/product_type.py +0 -100
- anyscale/client/openapi_client/models/service_usage.py +0 -353
- anyscale/client/openapi_client/models/templatized_compute_configs.py +0 -202
- anyscale/client/openapi_client/models/templatized_decorated_application_templates.py +0 -202
- anyscale/client/openapi_client/models/templatizedcomputeconfigs_response.py +0 -121
- anyscale/client/openapi_client/models/templatizeddecoratedapplicationtemplates_response.py +0 -121
- anyscale/client/openapi_client/models/write_session.py +0 -147
- anyscale/sdk/anyscale_client/models/build_list_response.py +0 -147
- anyscale/sdk/anyscale_client/models/build_log_response.py +0 -123
- anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -121
- anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -316
- anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -147
- anyscale/sdk/anyscale_client/models/create_build.py +0 -263
- anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -229
- anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -464
- anyscale/sdk/anyscale_client/models/session_list_response.py +0 -147
- anyscale/sdk/anyscale_client/models/sessions_query.py +0 -206
- anyscale/sdk/anyscale_client/models/start_session_options.py +0 -206
- anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -206
- anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -146
- anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -464
- anyscale/sdk/anyscale_client/models/update_session.py +0 -150
- {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/LICENSE +0 -0
- {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/NOTICE +0 -0
- {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/WHEEL +0 -0
- {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.22.dist-info → anyscale-0.26.24.dist-info}/top_level.txt +0 -0
@@ -205,7 +205,7 @@ class WorkloadConfig(ModelBase):
|
|
205
205
|
ray_version: Optional[str] = field(
|
206
206
|
default=None,
|
207
207
|
metadata={
|
208
|
-
"docstring": "The Ray version (X.Y.Z) specified for this image specified by either an image URI or a containerfile. If
|
208
|
+
"docstring": "The Ray version (X.Y.Z) specified for this image specified by either an image URI or a containerfile. If you don't specify a Ray version, Anyscale defaults to the latest Ray version available at the time of the Anyscale CLI/SDK release."
|
209
209
|
},
|
210
210
|
)
|
211
211
|
|
anyscale/client/README.md
CHANGED
@@ -131,10 +131,8 @@ Class | Method | HTTP request | Description
|
|
131
131
|
*DefaultApi* | [**create_web_terminal_api_v2_sessions_session_id_web_terminals_post**](docs/DefaultApi.md#create_web_terminal_api_v2_sessions_session_id_web_terminals_post) | **POST** /api/v2/sessions/{session_id}/web_terminals | Create Web Terminal
|
132
132
|
*DefaultApi* | [**create_workspace_api_v2_experimental_workspaces_post**](docs/DefaultApi.md#create_workspace_api_v2_experimental_workspaces_post) | **POST** /api/v2/experimental_workspaces/ | Create Workspace
|
133
133
|
*DefaultApi* | [**create_workspace_from_template_api_v2_experimental_workspaces_from_template_post**](docs/DefaultApi.md#create_workspace_from_template_api_v2_experimental_workspaces_from_template_post) | **POST** /api/v2/experimental_workspaces/from_template | Create Workspace From Template
|
134
|
-
*DefaultApi* | [**delete_application_template_api_v2_application_templates_application_template_id_delete**](docs/DefaultApi.md#delete_application_template_api_v2_application_templates_application_template_id_delete) | **DELETE** /api/v2/application_templates/{application_template_id} | Delete Application Template
|
135
134
|
*DefaultApi* | [**delete_cloud_api_v2_clouds_cloud_id_delete**](docs/DefaultApi.md#delete_cloud_api_v2_clouds_cloud_id_delete) | **DELETE** /api/v2/clouds/{cloud_id} | Delete Cloud
|
136
135
|
*DefaultApi* | [**delete_cloud_collaborator_api_v2_clouds_cloud_id_collaborators_identity_id_delete**](docs/DefaultApi.md#delete_cloud_collaborator_api_v2_clouds_cloud_id_collaborators_identity_id_delete) | **DELETE** /api/v2/clouds/{cloud_id}/collaborators/{identity_id} | Delete Cloud Collaborator
|
137
|
-
*DefaultApi* | [**delete_compute_template_api_v2_compute_templates_template_id_delete**](docs/DefaultApi.md#delete_compute_template_api_v2_compute_templates_template_id_delete) | **DELETE** /api/v2/compute_templates/{template_id} | Delete Compute Template
|
138
136
|
*DefaultApi* | [**delete_hosted_cloud_api_v2_clouds_hosted_cloud_id_delete**](docs/DefaultApi.md#delete_hosted_cloud_api_v2_clouds_hosted_cloud_id_delete) | **DELETE** /api/v2/clouds/hosted/{cloud_id} | Delete Hosted Cloud
|
139
137
|
*DefaultApi* | [**delete_instance_usage_budget_api_v2_instance_usage_budgets_instance_usage_budget_id_delete**](docs/DefaultApi.md#delete_instance_usage_budget_api_v2_instance_usage_budgets_instance_usage_budget_id_delete) | **DELETE** /api/v2/instance_usage_budgets/{instance_usage_budget_id} | Delete Instance Usage Budget
|
140
138
|
*DefaultApi* | [**delete_machine_api_v2_machines_delete_post**](docs/DefaultApi.md#delete_machine_api_v2_machines_delete_post) | **POST** /api/v2/machines/delete | Delete Machine
|
@@ -145,7 +143,6 @@ Class | Method | HTTP request | Description
|
|
145
143
|
*DefaultApi* | [**delete_resource_notification_api_v2_resource_notifications_resource_notification_id_delete**](docs/DefaultApi.md#delete_resource_notification_api_v2_resource_notifications_resource_notification_id_delete) | **DELETE** /api/v2/resource_notifications/{resource_notification_id} | Delete Resource Notification
|
146
144
|
*DefaultApi* | [**delete_resource_quota_api_v2_resource_quotas_resource_quota_id_delete**](docs/DefaultApi.md#delete_resource_quota_api_v2_resource_quotas_resource_quota_id_delete) | **DELETE** /api/v2/resource_quotas/{resource_quota_id} | Delete Resource Quota
|
147
145
|
*DefaultApi* | [**delete_service_api_v2_services_v2_service_id_delete**](docs/DefaultApi.md#delete_service_api_v2_services_v2_service_id_delete) | **DELETE** /api/v2/services-v2/{service_id} | Delete Service
|
148
|
-
*DefaultApi* | [**delete_session_api_v2_sessions_session_id_delete**](docs/DefaultApi.md#delete_session_api_v2_sessions_session_id_delete) | **DELETE** /api/v2/sessions/{session_id} | Delete Session
|
149
146
|
*DefaultApi* | [**delete_workspace_api_v2_experimental_workspaces_workspace_id_delete**](docs/DefaultApi.md#delete_workspace_api_v2_experimental_workspaces_workspace_id_delete) | **DELETE** /api/v2/experimental_workspaces/{workspace_id} | Delete Workspace
|
150
147
|
*DefaultApi* | [**describe_machine_pool_api_v2_machine_pools_describe_post**](docs/DefaultApi.md#describe_machine_pool_api_v2_machine_pools_describe_post) | **POST** /api/v2/machine_pools/describe | Describe Machine Pool
|
151
148
|
*DefaultApi* | [**describe_system_workload_api_v2_system_workload_cloud_id_describe_post**](docs/DefaultApi.md#describe_system_workload_api_v2_system_workload_cloud_id_describe_post) | **POST** /api/v2/system_workload/{cloud_id}/describe | Describe System Workload
|
@@ -170,7 +167,6 @@ Class | Method | HTTP request | Description
|
|
170
167
|
*DefaultApi* | [**get_active_billing_version_api_v2_organization_billing_active_billing_version_get**](docs/DefaultApi.md#get_active_billing_version_api_v2_organization_billing_active_billing_version_get) | **GET** /api/v2/organization_billing/active_billing_version | Get Active Billing Version
|
171
168
|
*DefaultApi* | [**get_anyscale_aws_account_api_v2_clouds_anyscale_aws_account_get**](docs/DefaultApi.md#get_anyscale_aws_account_api_v2_clouds_anyscale_aws_account_get) | **GET** /api/v2/clouds/anyscale/aws_account | Get Anyscale Aws Account
|
172
169
|
*DefaultApi* | [**get_application_template_api_v2_application_templates_application_template_id_get**](docs/DefaultApi.md#get_application_template_api_v2_application_templates_application_template_id_get) | **GET** /api/v2/application_templates/{application_template_id} | Get Application Template
|
173
|
-
*DefaultApi* | [**get_billing_information_api_v2_organization_billing_billing_information_get**](docs/DefaultApi.md#get_billing_information_api_v2_organization_billing_billing_information_get) | **GET** /api/v2/organization_billing/billing_information | Get Billing Information
|
174
170
|
*DefaultApi* | [**get_billing_versions_by_organization_api_v2_organization_billing_billing_versions_get**](docs/DefaultApi.md#get_billing_versions_by_organization_api_v2_organization_billing_billing_versions_get) | **GET** /api/v2/organization_billing/billing_versions | Get Billing Versions By Organization
|
175
171
|
*DefaultApi* | [**get_build_api_v2_builds_build_id_get**](docs/DefaultApi.md#get_build_api_v2_builds_build_id_get) | **GET** /api/v2/builds/{build_id} | Get Build
|
176
172
|
*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
|
@@ -200,15 +196,12 @@ Class | Method | HTTP request | Description
|
|
200
196
|
*DefaultApi* | [**get_default_cluster_env_build_api_v2_builds_default_py_version_ray_version_get**](docs/DefaultApi.md#get_default_cluster_env_build_api_v2_builds_default_py_version_ray_version_get) | **GET** /api/v2/builds/default/{py_version}/{ray_version} | Get Default Cluster Env Build
|
201
197
|
*DefaultApi* | [**get_default_compute_config_api_v2_compute_templates_default_cloud_id_get**](docs/DefaultApi.md#get_default_compute_config_api_v2_compute_templates_default_cloud_id_get) | **GET** /api/v2/compute_templates/default/{cloud_id} | Get Default Compute Config
|
202
198
|
*DefaultApi* | [**get_default_project_api_v2_projects_default_project_get**](docs/DefaultApi.md#get_default_project_api_v2_projects_default_project_get) | **GET** /api/v2/projects/default_project | Get Default Project
|
203
|
-
*DefaultApi* | [**get_edit_payment_information_url_api_v2_organization_billing_edit_payment_information_url_get**](docs/DefaultApi.md#get_edit_payment_information_url_api_v2_organization_billing_edit_payment_information_url_get) | **GET** /api/v2/organization_billing/edit_payment_information_url | Get Edit Payment Information Url
|
204
199
|
*DefaultApi* | [**get_events_api_v2_sessions_session_id_events_get**](docs/DefaultApi.md#get_events_api_v2_sessions_session_id_events_get) | **GET** /api/v2/sessions/{session_id}/events | Get Events
|
205
200
|
*DefaultApi* | [**get_instance_usage_budget_api_v2_instance_usage_budgets_instance_usage_budget_id_get**](docs/DefaultApi.md#get_instance_usage_budget_api_v2_instance_usage_budgets_instance_usage_budget_id_get) | **GET** /api/v2/instance_usage_budgets/{instance_usage_budget_id} | Get Instance Usage Budget
|
206
201
|
*DefaultApi* | [**get_invitation_api_v2_organization_invitations_invitation_id_get**](docs/DefaultApi.md#get_invitation_api_v2_organization_invitations_invitation_id_get) | **GET** /api/v2/organization_invitations/{invitation_id} | Get Invitation
|
207
202
|
*DefaultApi* | [**get_job_api_v2_decorated_ha_jobs_production_job_id_get**](docs/DefaultApi.md#get_job_api_v2_decorated_ha_jobs_production_job_id_get) | **GET** /api/v2/decorated_ha_jobs/{production_job_id} | Get Job
|
208
|
-
*DefaultApi* | [**get_job_api_v2_decorated_unified_jobs_job_id_get**](docs/DefaultApi.md#get_job_api_v2_decorated_unified_jobs_job_id_get) | **GET** /api/v2/decorated_unified_jobs/{job_id} | Get Job
|
209
203
|
*DefaultApi* | [**get_job_events_api_v2_decorated_ha_jobs_production_job_id_events_get**](docs/DefaultApi.md#get_job_events_api_v2_decorated_ha_jobs_production_job_id_events_get) | **GET** /api/v2/decorated_ha_jobs/{production_job_id}/events | Get Job Events
|
210
204
|
*DefaultApi* | [**get_job_logs_download_v2_api_v2_logs_job_logs_download_v2_job_id_get**](docs/DefaultApi.md#get_job_logs_download_v2_api_v2_logs_job_logs_download_v2_job_id_get) | **GET** /api/v2/logs/job_logs_download_v2/{job_id} | Get Job Logs Download V2
|
211
|
-
*DefaultApi* | [**get_job_logs_stream_api_v2_logs_job_logs_stream_job_id_get**](docs/DefaultApi.md#get_job_logs_stream_api_v2_logs_job_logs_stream_job_id_get) | **GET** /api/v2/logs/job_logs_stream/{job_id} | Get Job Logs Stream
|
212
205
|
*DefaultApi* | [**get_job_queue_api_v2_job_queues_job_queue_id_get**](docs/DefaultApi.md#get_job_queue_api_v2_job_queues_job_queue_id_get) | **GET** /api/v2/job_queues/{job_queue_id} | Get Job Queue
|
213
206
|
*DefaultApi* | [**get_jobs_api_v2_dataset_runs_jobs_get**](docs/DefaultApi.md#get_jobs_api_v2_dataset_runs_jobs_get) | **GET** /api/v2/dataset_runs/jobs | Get Jobs
|
214
207
|
*DefaultApi* | [**get_lb_resource_api_v2_clouds_with_cloud_resource_gcp_router_cloud_id_get_lb_resource_post**](docs/DefaultApi.md#get_lb_resource_api_v2_clouds_with_cloud_resource_gcp_router_cloud_id_get_lb_resource_post) | **POST** /api/v2/clouds_with_cloud_resource_gcp_router/{cloud_id}/get_lb_resource | Get Lb Resource
|
@@ -225,7 +218,6 @@ Class | Method | HTTP request | Description
|
|
225
218
|
*DefaultApi* | [**get_project_default_session_name_api_v2_projects_project_id_default_session_name_get**](docs/DefaultApi.md#get_project_default_session_name_api_v2_projects_project_id_default_session_name_get) | **GET** /api/v2/projects/{project_id}/default_session_name | Get Project Default Session Name
|
226
219
|
*DefaultApi* | [**get_recent_cluster_compute_configs_api_v2_recent_activity_cluster_compute_configs_get**](docs/DefaultApi.md#get_recent_cluster_compute_configs_api_v2_recent_activity_cluster_compute_configs_get) | **GET** /api/v2/recent_activity/cluster_compute_configs | Get Recent Cluster Compute Configs
|
227
220
|
*DefaultApi* | [**get_recent_cluster_environments_api_v2_recent_activity_cluster_environment_builds_get**](docs/DefaultApi.md#get_recent_cluster_environments_api_v2_recent_activity_cluster_environment_builds_get) | **GET** /api/v2/recent_activity/cluster_environment_builds | Get Recent Cluster Environments
|
228
|
-
*DefaultApi* | [**get_recent_projects_api_v2_recent_activity_projects_get**](docs/DefaultApi.md#get_recent_projects_api_v2_recent_activity_projects_get) | **GET** /api/v2/recent_activity/projects | Get Recent Projects
|
229
221
|
*DefaultApi* | [**get_regions_and_zones_api_v2_aws_info_regions_and_zones_get**](docs/DefaultApi.md#get_regions_and_zones_api_v2_aws_info_regions_and_zones_get) | **GET** /api/v2/aws_info/regions_and_zones | Get Regions And Zones
|
230
222
|
*DefaultApi* | [**get_regions_and_zones_api_v2_clouds_gcp_regions_and_zones_get**](docs/DefaultApi.md#get_regions_and_zones_api_v2_clouds_gcp_regions_and_zones_get) | **GET** /api/v2/clouds/gcp/regions_and_zones | Get Regions And Zones
|
231
223
|
*DefaultApi* | [**get_resource_notification_api_v2_resource_notifications_resource_notification_id_get**](docs/DefaultApi.md#get_resource_notification_api_v2_resource_notifications_resource_notification_id_get) | **GET** /api/v2/resource_notifications/{resource_notification_id} | Get Resource Notification
|
@@ -248,8 +240,6 @@ Class | Method | HTTP request | Description
|
|
248
240
|
*DefaultApi* | [**get_task_summary_api_v2_tasks_dashboard_summary_get**](docs/DefaultApi.md#get_task_summary_api_v2_tasks_dashboard_summary_get) | **GET** /api/v2/tasks_dashboard/summary | Get Task Summary
|
249
241
|
*DefaultApi* | [**get_task_table_api_v2_tasks_dashboard_table_get**](docs/DefaultApi.md#get_task_table_api_v2_tasks_dashboard_table_get) | **GET** /api/v2/tasks_dashboard/table | Get Task Table
|
250
242
|
*DefaultApi* | [**get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get**](docs/DefaultApi.md#get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get) | **GET** /api/v2/experimental_workspaces/template/readme/{template_id} | Get Template Readme
|
251
|
-
*DefaultApi* | [**get_templatized_cluster_environments_api_v2_application_templates_templatized_get**](docs/DefaultApi.md#get_templatized_cluster_environments_api_v2_application_templates_templatized_get) | **GET** /api/v2/application_templates/templatized/ | Get Templatized Cluster Environments
|
252
|
-
*DefaultApi* | [**get_templatized_compute_configs_api_v2_compute_templates_templatized_cloud_id_get**](docs/DefaultApi.md#get_templatized_compute_configs_api_v2_compute_templates_templatized_cloud_id_get) | **GET** /api/v2/compute_templates/templatized/{cloud_id} | Get Templatized Compute Configs
|
253
243
|
*DefaultApi* | [**get_total_usage_api_v2_aggregated_instance_usage_get**](docs/DefaultApi.md#get_total_usage_api_v2_aggregated_instance_usage_get) | **GET** /api/v2/aggregated_instance_usage/ | Get Total Usage
|
254
244
|
*DefaultApi* | [**get_train_logs_download_api_v2_train_runs_logs_get**](docs/DefaultApi.md#get_train_logs_download_api_v2_train_runs_logs_get) | **GET** /api/v2/train_runs/logs | Get Train Logs Download
|
255
245
|
*DefaultApi* | [**get_train_runs_api_v2_train_runs_get**](docs/DefaultApi.md#get_train_runs_api_v2_train_runs_get) | **GET** /api/v2/train_runs/ | Get Train Runs
|
@@ -290,7 +280,6 @@ Class | Method | HTTP request | Description
|
|
290
280
|
*DefaultApi* | [**list_metronome_customer_info_api_v2_metronome_customer_info_get**](docs/DefaultApi.md#list_metronome_customer_info_api_v2_metronome_customer_info_get) | **GET** /api/v2/metronome_customer_info/ | List Metronome Customer Info
|
291
281
|
*DefaultApi* | [**list_models_api_v2_llm_models_get**](docs/DefaultApi.md#list_models_api_v2_llm_models_get) | **GET** /api/v2/llm/models | List Models
|
292
282
|
*DefaultApi* | [**list_organization_collaborators_api_v2_organization_collaborators_get**](docs/DefaultApi.md#list_organization_collaborators_api_v2_organization_collaborators_get) | **GET** /api/v2/organization_collaborators/ | List Organization Collaborators
|
293
|
-
*DefaultApi* | [**list_organization_project_collaborators_api_v2_projects_project_id_collaborators_organizations_get**](docs/DefaultApi.md#list_organization_project_collaborators_api_v2_projects_project_id_collaborators_organizations_get) | **GET** /api/v2/projects/{project_id}/collaborators/organizations | List Organization Project Collaborators
|
294
283
|
*DefaultApi* | [**list_project_collaborators_api_v2_projects_project_id_collaborators_users_get**](docs/DefaultApi.md#list_project_collaborators_api_v2_projects_project_id_collaborators_users_get) | **GET** /api/v2/projects/{project_id}/collaborators/users | List Project Collaborators
|
295
284
|
*DefaultApi* | [**list_projects_api_v2_projects_get**](docs/DefaultApi.md#list_projects_api_v2_projects_get) | **GET** /api/v2/projects/ | List Projects
|
296
285
|
*DefaultApi* | [**list_ray_sessions_api_v2_tasks_dashboard_list_ray_sessions_get**](docs/DefaultApi.md#list_ray_sessions_api_v2_tasks_dashboard_list_ray_sessions_get) | **GET** /api/v2/tasks_dashboard/list_ray_sessions | List Ray Sessions
|
@@ -301,8 +290,6 @@ Class | Method | HTTP request | Description
|
|
301
290
|
*DefaultApi* | [**list_workspaces_api_v2_experimental_workspaces_get**](docs/DefaultApi.md#list_workspaces_api_v2_experimental_workspaces_get) | **GET** /api/v2/experimental_workspaces/ | List Workspaces
|
302
291
|
*DefaultApi* | [**login_user_api_v2_users_login_post**](docs/DefaultApi.md#login_user_api_v2_users_login_post) | **POST** /api/v2/users/login | Login User
|
303
292
|
*DefaultApi* | [**logout_user_api_v2_users_logout_post**](docs/DefaultApi.md#logout_user_api_v2_users_logout_post) | **POST** /api/v2/users/logout | Logout User
|
304
|
-
*DefaultApi* | [**patch_project_api_v2_projects_project_id_patch**](docs/DefaultApi.md#patch_project_api_v2_projects_project_id_patch) | **PATCH** /api/v2/projects/{project_id} | Patch Project
|
305
|
-
*DefaultApi* | [**patch_session_api_v2_sessions_session_id_patch**](docs/DefaultApi.md#patch_session_api_v2_sessions_session_id_patch) | **PATCH** /api/v2/sessions/{session_id} | Patch Session
|
306
293
|
*DefaultApi* | [**patch_workspace_api_v2_experimental_workspaces_workspace_id_patch**](docs/DefaultApi.md#patch_workspace_api_v2_experimental_workspaces_workspace_id_patch) | **PATCH** /api/v2/experimental_workspaces/{workspace_id} | Patch Workspace
|
307
294
|
*DefaultApi* | [**pause_cron_job_api_v2_experimental_cron_jobs_cron_job_id_pause_post**](docs/DefaultApi.md#pause_cron_job_api_v2_experimental_cron_jobs_cron_job_id_pause_post) | **POST** /api/v2/experimental_cron_jobs/{cron_job_id}/pause | Pause Cron Job
|
308
295
|
*DefaultApi* | [**produce_analytics_event_api_v2_analytics_post**](docs/DefaultApi.md#produce_analytics_event_api_v2_analytics_post) | **POST** /api/v2/analytics/ | Produce Analytics Event
|
@@ -333,7 +320,6 @@ Class | Method | HTTP request | Description
|
|
333
320
|
*DefaultApi* | [**search_cloud_collaborators_api_v2_clouds_cloud_id_collaborators_users_search_post**](docs/DefaultApi.md#search_cloud_collaborators_api_v2_clouds_cloud_id_collaborators_users_search_post) | **POST** /api/v2/clouds/{cloud_id}/collaborators/users/search | Search Cloud Collaborators
|
334
321
|
*DefaultApi* | [**search_cluster_environments_api_v2_application_templates_search_post**](docs/DefaultApi.md#search_cluster_environments_api_v2_application_templates_search_post) | **POST** /api/v2/application_templates/search | Search Cluster Environments
|
335
322
|
*DefaultApi* | [**search_compute_templates_api_v2_compute_templates_search_post**](docs/DefaultApi.md#search_compute_templates_api_v2_compute_templates_search_post) | **POST** /api/v2/compute_templates/search | Search Compute Templates
|
336
|
-
*DefaultApi* | [**search_invoices_api_v2_organization_billing_invoices_post**](docs/DefaultApi.md#search_invoices_api_v2_organization_billing_invoices_post) | **POST** /api/v2/organization_billing/invoices | Search Invoices
|
337
323
|
*DefaultApi* | [**search_resource_notifications_api_v2_resource_notifications_search_post**](docs/DefaultApi.md#search_resource_notifications_api_v2_resource_notifications_search_post) | **POST** /api/v2/resource_notifications/search | Search Resource Notifications
|
338
324
|
*DefaultApi* | [**search_resource_quotas_api_v2_resource_quotas_search_post**](docs/DefaultApi.md#search_resource_quotas_api_v2_resource_quotas_search_post) | **POST** /api/v2/resource_quotas/search | Search Resource Quotas
|
339
325
|
*DefaultApi* | [**search_support_requests_api_v2_support_requests_search_post**](docs/DefaultApi.md#search_support_requests_api_v2_support_requests_search_post) | **POST** /api/v2/support_requests/search | Search Support Requests
|
@@ -417,11 +403,9 @@ Class | Method | HTTP request | Description
|
|
417
403
|
- [BASEIMAGESENUM](docs/BASEIMAGESENUM.md)
|
418
404
|
- [BackendServerApiProductModelsDatasetRunsDatasetResponse](docs/BackendServerApiProductModelsDatasetRunsDatasetResponse.md)
|
419
405
|
- [BackendServerApiProductRoutersDatasetsRouterDatasetResponse](docs/BackendServerApiProductRoutersDatasetsRouterDatasetResponse.md)
|
420
|
-
- [BankAccountInformation](docs/BankAccountInformation.md)
|
421
406
|
- [BaseJobStatus](docs/BaseJobStatus.md)
|
422
407
|
- [BatchResponseBatchedResultOrganizationInvitationBase](docs/BatchResponseBatchedResultOrganizationInvitationBase.md)
|
423
408
|
- [BatchedResultOrganizationInvitationBase](docs/BatchedResultOrganizationInvitationBase.md)
|
424
|
-
- [BillingInformation](docs/BillingInformation.md)
|
425
409
|
- [BillingVersionCode](docs/BillingVersionCode.md)
|
426
410
|
- [BodyAwsMarketplaceRegistrationApiV2OrganizationBillingAwsMarketplaceRegistrationPost](docs/BodyAwsMarketplaceRegistrationApiV2OrganizationBillingAwsMarketplaceRegistrationPost.md)
|
427
411
|
- [Build](docs/Build.md)
|
@@ -455,7 +439,9 @@ Class | Method | HTTP request | Description
|
|
455
439
|
- [CloudDataBucketPresignedUrlScheme](docs/CloudDataBucketPresignedUrlScheme.md)
|
456
440
|
- [CloudDataBucketRequestScope](docs/CloudDataBucketRequestScope.md)
|
457
441
|
- [CloudDeployment](docs/CloudDeployment.md)
|
442
|
+
- [CloudDeploymentComputeConfig](docs/CloudDeploymentComputeConfig.md)
|
458
443
|
- [CloudDeploymentConfig](docs/CloudDeploymentConfig.md)
|
444
|
+
- [CloudDeploymentSelector](docs/CloudDeploymentSelector.md)
|
459
445
|
- [CloudHostingType](docs/CloudHostingType.md)
|
460
446
|
- [CloudListResponse](docs/CloudListResponse.md)
|
461
447
|
- [CloudNameOptions](docs/CloudNameOptions.md)
|
@@ -551,7 +537,6 @@ Class | Method | HTTP request | Description
|
|
551
537
|
- [CreatemachinepoolresponseResponse](docs/CreatemachinepoolresponseResponse.md)
|
552
538
|
- [CreatemachineresponseResponse](docs/CreatemachineresponseResponse.md)
|
553
539
|
- [CreateotpreturnapimodelResponse](docs/CreateotpreturnapimodelResponse.md)
|
554
|
-
- [CreditCardInformation](docs/CreditCardInformation.md)
|
555
540
|
- [CustomerAlertStatus](docs/CustomerAlertStatus.md)
|
556
541
|
- [DataplaneServices](docs/DataplaneServices.md)
|
557
542
|
- [Dataset](docs/Dataset.md)
|
@@ -608,7 +593,6 @@ Class | Method | HTTP request | Description
|
|
608
593
|
- [DecoratedsupportrequestListResponse](docs/DecoratedsupportrequestListResponse.md)
|
609
594
|
- [DecoratedsupportrequestResponse](docs/DecoratedsupportrequestResponse.md)
|
610
595
|
- [DecoratedunifiedjobListResponse](docs/DecoratedunifiedjobListResponse.md)
|
611
|
-
- [DecoratedunifiedjobResponse](docs/DecoratedunifiedjobResponse.md)
|
612
596
|
- [DeleteMachinePoolRequest](docs/DeleteMachinePoolRequest.md)
|
613
597
|
- [DeleteMachineRequest](docs/DeleteMachineRequest.md)
|
614
598
|
- [DeletedPlatformFineTunedModel](docs/DeletedPlatformFineTunedModel.md)
|
@@ -666,10 +650,6 @@ Class | Method | HTTP request | Description
|
|
666
650
|
- [IntegrationDetails](docs/IntegrationDetails.md)
|
667
651
|
- [InternalProductionJob](docs/InternalProductionJob.md)
|
668
652
|
- [InternalproductionjobResponse](docs/InternalproductionjobResponse.md)
|
669
|
-
- [Invoice](docs/Invoice.md)
|
670
|
-
- [InvoiceListResponse](docs/InvoiceListResponse.md)
|
671
|
-
- [InvoiceStatus](docs/InvoiceStatus.md)
|
672
|
-
- [InvoicesQuery](docs/InvoicesQuery.md)
|
673
653
|
- [JobAccess](docs/JobAccess.md)
|
674
654
|
- [JobDetails](docs/JobDetails.md)
|
675
655
|
- [JobQueue](docs/JobQueue.md)
|
@@ -710,13 +690,11 @@ Class | Method | HTTP request | Description
|
|
710
690
|
- [LogFilter](docs/LogFilter.md)
|
711
691
|
- [LogItem](docs/LogItem.md)
|
712
692
|
- [LogItemBatch](docs/LogItemBatch.md)
|
713
|
-
- [LogStream](docs/LogStream.md)
|
714
693
|
- [LogdownloadresultResponse](docs/LogdownloadresultResponse.md)
|
715
694
|
- [LoginUserParams](docs/LoginUserParams.md)
|
716
695
|
- [LogitembatchResponse](docs/LogitembatchResponse.md)
|
717
696
|
- [LogsOutput](docs/LogsOutput.md)
|
718
697
|
- [LogsoutputResponse](docs/LogsoutputResponse.md)
|
719
|
-
- [LogstreamResponse](docs/LogstreamResponse.md)
|
720
698
|
- [LongRunningWorkload](docs/LongRunningWorkload.md)
|
721
699
|
- [LongrunningworkloadListResponse](docs/LongrunningworkloadListResponse.md)
|
722
700
|
- [MachineAllocationState](docs/MachineAllocationState.md)
|
@@ -745,7 +723,6 @@ Class | Method | HTTP request | Description
|
|
745
723
|
- [MiniUser](docs/MiniUser.md)
|
746
724
|
- [MinibuildListResponse](docs/MinibuildListResponse.md)
|
747
725
|
- [MinicomputetemplateListResponse](docs/MinicomputetemplateListResponse.md)
|
748
|
-
- [MiniprojectListResponse](docs/MiniprojectListResponse.md)
|
749
726
|
- [NFSMountTarget](docs/NFSMountTarget.md)
|
750
727
|
- [NetworkingMode](docs/NetworkingMode.md)
|
751
728
|
- [NodeRegistrationAWS](docs/NodeRegistrationAWS.md)
|
@@ -769,8 +746,6 @@ Class | Method | HTTP request | Description
|
|
769
746
|
- [OrganizationInvitationBase](docs/OrganizationInvitationBase.md)
|
770
747
|
- [OrganizationMarketingQuestions](docs/OrganizationMarketingQuestions.md)
|
771
748
|
- [OrganizationPermissionLevel](docs/OrganizationPermissionLevel.md)
|
772
|
-
- [OrganizationProjectCollaborator](docs/OrganizationProjectCollaborator.md)
|
773
|
-
- [OrganizationProjectCollaboratorValue](docs/OrganizationProjectCollaboratorValue.md)
|
774
749
|
- [OrganizationSummary](docs/OrganizationSummary.md)
|
775
750
|
- [OrganizationUsageAlert](docs/OrganizationUsageAlert.md)
|
776
751
|
- [OrganizationUsageAlertSeverity](docs/OrganizationUsageAlertSeverity.md)
|
@@ -780,13 +755,11 @@ Class | Method | HTTP request | Description
|
|
780
755
|
- [OrganizationinvitationListResponse](docs/OrganizationinvitationListResponse.md)
|
781
756
|
- [OrganizationinvitationResponse](docs/OrganizationinvitationResponse.md)
|
782
757
|
- [OrganizationinvitationbaseResponse](docs/OrganizationinvitationbaseResponse.md)
|
783
|
-
- [OrganizationprojectcollaboratorListResponse](docs/OrganizationprojectcollaboratorListResponse.md)
|
784
758
|
- [OrganizationusagealertListResponse](docs/OrganizationusagealertListResponse.md)
|
785
759
|
- [PCPConfig](docs/PCPConfig.md)
|
786
760
|
- [PageQuery](docs/PageQuery.md)
|
787
761
|
- [PauseSchedule](docs/PauseSchedule.md)
|
788
762
|
- [PermissionLevel](docs/PermissionLevel.md)
|
789
|
-
- [ProductType](docs/ProductType.md)
|
790
763
|
- [ProductionJob](docs/ProductionJob.md)
|
791
764
|
- [ProductionJobConfig](docs/ProductionJobConfig.md)
|
792
765
|
- [ProductionJobEvent](docs/ProductionJobEvent.md)
|
@@ -858,7 +831,6 @@ Class | Method | HTTP request | Description
|
|
858
831
|
- [ServiceObservabilityUrls](docs/ServiceObservabilityUrls.md)
|
859
832
|
- [ServiceSortField](docs/ServiceSortField.md)
|
860
833
|
- [ServiceType](docs/ServiceType.md)
|
861
|
-
- [ServiceUsage](docs/ServiceUsage.md)
|
862
834
|
- [ServiceVersionState](docs/ServiceVersionState.md)
|
863
835
|
- [ServiceeventverbosemessagemodelListResponse](docs/ServiceeventverbosemessagemodelListResponse.md)
|
864
836
|
- [Session](docs/Session.md)
|
@@ -902,10 +874,6 @@ Class | Method | HTTP request | Description
|
|
902
874
|
- [TaskTableRow](docs/TaskTableRow.md)
|
903
875
|
- [TaskType](docs/TaskType.md)
|
904
876
|
- [TasksummaryResponse](docs/TasksummaryResponse.md)
|
905
|
-
- [TemplatizedComputeConfigs](docs/TemplatizedComputeConfigs.md)
|
906
|
-
- [TemplatizedDecoratedApplicationTemplates](docs/TemplatizedDecoratedApplicationTemplates.md)
|
907
|
-
- [TemplatizedcomputeconfigsResponse](docs/TemplatizedcomputeconfigsResponse.md)
|
908
|
-
- [TemplatizeddecoratedapplicationtemplatesResponse](docs/TemplatizeddecoratedapplicationtemplatesResponse.md)
|
909
877
|
- [TextQuery](docs/TextQuery.md)
|
910
878
|
- [Tool](docs/Tool.md)
|
911
879
|
- [TracingConfig](docs/TracingConfig.md)
|
@@ -979,7 +947,6 @@ Class | Method | HTTP request | Description
|
|
979
947
|
- [WriteCloud](docs/WriteCloud.md)
|
980
948
|
- [WriteClusterConfig](docs/WriteClusterConfig.md)
|
981
949
|
- [WriteProject](docs/WriteProject.md)
|
982
|
-
- [WriteSession](docs/WriteSession.md)
|
983
950
|
- [WriteSupportRequest](docs/WriteSupportRequest.md)
|
984
951
|
|
985
952
|
|
@@ -66,11 +66,9 @@ from openapi_client.models.awsregionandzones_response import AwsregionandzonesRe
|
|
66
66
|
from openapi_client.models.baseimagesenum import BASEIMAGESENUM
|
67
67
|
from openapi_client.models.backend_server_api_product_models_dataset_runs_dataset_response import BackendServerApiProductModelsDatasetRunsDatasetResponse
|
68
68
|
from openapi_client.models.backend_server_api_product_routers_datasets_router_dataset_response import BackendServerApiProductRoutersDatasetsRouterDatasetResponse
|
69
|
-
from openapi_client.models.bank_account_information import BankAccountInformation
|
70
69
|
from openapi_client.models.base_job_status import BaseJobStatus
|
71
70
|
from openapi_client.models.batch_response_batched_result_organization_invitation_base import BatchResponseBatchedResultOrganizationInvitationBase
|
72
71
|
from openapi_client.models.batched_result_organization_invitation_base import BatchedResultOrganizationInvitationBase
|
73
|
-
from openapi_client.models.billing_information import BillingInformation
|
74
72
|
from openapi_client.models.billing_version_code import BillingVersionCode
|
75
73
|
from openapi_client.models.body_aws_marketplace_registration_api_v2_organization_billing_aws_marketplace_registration_post import BodyAwsMarketplaceRegistrationApiV2OrganizationBillingAwsMarketplaceRegistrationPost
|
76
74
|
from openapi_client.models.build import Build
|
@@ -104,7 +102,9 @@ from openapi_client.models.cloud_data_bucket_presigned_url_response import Cloud
|
|
104
102
|
from openapi_client.models.cloud_data_bucket_presigned_url_scheme import CloudDataBucketPresignedUrlScheme
|
105
103
|
from openapi_client.models.cloud_data_bucket_request_scope import CloudDataBucketRequestScope
|
106
104
|
from openapi_client.models.cloud_deployment import CloudDeployment
|
105
|
+
from openapi_client.models.cloud_deployment_compute_config import CloudDeploymentComputeConfig
|
107
106
|
from openapi_client.models.cloud_deployment_config import CloudDeploymentConfig
|
107
|
+
from openapi_client.models.cloud_deployment_selector import CloudDeploymentSelector
|
108
108
|
from openapi_client.models.cloud_hosting_type import CloudHostingType
|
109
109
|
from openapi_client.models.cloud_list_response import CloudListResponse
|
110
110
|
from openapi_client.models.cloud_name_options import CloudNameOptions
|
@@ -200,7 +200,6 @@ from openapi_client.models.createcomputetemplateconfig_response import Createcom
|
|
200
200
|
from openapi_client.models.createmachinepoolresponse_response import CreatemachinepoolresponseResponse
|
201
201
|
from openapi_client.models.createmachineresponse_response import CreatemachineresponseResponse
|
202
202
|
from openapi_client.models.createotpreturnapimodel_response import CreateotpreturnapimodelResponse
|
203
|
-
from openapi_client.models.credit_card_information import CreditCardInformation
|
204
203
|
from openapi_client.models.customer_alert_status import CustomerAlertStatus
|
205
204
|
from openapi_client.models.dataplane_services import DataplaneServices
|
206
205
|
from openapi_client.models.dataset import Dataset
|
@@ -257,7 +256,6 @@ from openapi_client.models.decoratedsession_response import DecoratedsessionResp
|
|
257
256
|
from openapi_client.models.decoratedsupportrequest_list_response import DecoratedsupportrequestListResponse
|
258
257
|
from openapi_client.models.decoratedsupportrequest_response import DecoratedsupportrequestResponse
|
259
258
|
from openapi_client.models.decoratedunifiedjob_list_response import DecoratedunifiedjobListResponse
|
260
|
-
from openapi_client.models.decoratedunifiedjob_response import DecoratedunifiedjobResponse
|
261
259
|
from openapi_client.models.delete_machine_pool_request import DeleteMachinePoolRequest
|
262
260
|
from openapi_client.models.delete_machine_request import DeleteMachineRequest
|
263
261
|
from openapi_client.models.deleted_platform_fine_tuned_model import DeletedPlatformFineTunedModel
|
@@ -315,10 +313,6 @@ from openapi_client.models.instanceusagebudget_response import Instanceusagebudg
|
|
315
313
|
from openapi_client.models.integration_details import IntegrationDetails
|
316
314
|
from openapi_client.models.internal_production_job import InternalProductionJob
|
317
315
|
from openapi_client.models.internalproductionjob_response import InternalproductionjobResponse
|
318
|
-
from openapi_client.models.invoice import Invoice
|
319
|
-
from openapi_client.models.invoice_list_response import InvoiceListResponse
|
320
|
-
from openapi_client.models.invoice_status import InvoiceStatus
|
321
|
-
from openapi_client.models.invoices_query import InvoicesQuery
|
322
316
|
from openapi_client.models.job_access import JobAccess
|
323
317
|
from openapi_client.models.job_details import JobDetails
|
324
318
|
from openapi_client.models.job_queue import JobQueue
|
@@ -359,13 +353,11 @@ from openapi_client.models.log_file_chunk import LogFileChunk
|
|
359
353
|
from openapi_client.models.log_filter import LogFilter
|
360
354
|
from openapi_client.models.log_item import LogItem
|
361
355
|
from openapi_client.models.log_item_batch import LogItemBatch
|
362
|
-
from openapi_client.models.log_stream import LogStream
|
363
356
|
from openapi_client.models.logdownloadresult_response import LogdownloadresultResponse
|
364
357
|
from openapi_client.models.login_user_params import LoginUserParams
|
365
358
|
from openapi_client.models.logitembatch_response import LogitembatchResponse
|
366
359
|
from openapi_client.models.logs_output import LogsOutput
|
367
360
|
from openapi_client.models.logsoutput_response import LogsoutputResponse
|
368
|
-
from openapi_client.models.logstream_response import LogstreamResponse
|
369
361
|
from openapi_client.models.long_running_workload import LongRunningWorkload
|
370
362
|
from openapi_client.models.longrunningworkload_list_response import LongrunningworkloadListResponse
|
371
363
|
from openapi_client.models.machine_allocation_state import MachineAllocationState
|
@@ -394,7 +386,6 @@ from openapi_client.models.mini_schedule import MiniSchedule
|
|
394
386
|
from openapi_client.models.mini_user import MiniUser
|
395
387
|
from openapi_client.models.minibuild_list_response import MinibuildListResponse
|
396
388
|
from openapi_client.models.minicomputetemplate_list_response import MinicomputetemplateListResponse
|
397
|
-
from openapi_client.models.miniproject_list_response import MiniprojectListResponse
|
398
389
|
from openapi_client.models.nfs_mount_target import NFSMountTarget
|
399
390
|
from openapi_client.models.networking_mode import NetworkingMode
|
400
391
|
from openapi_client.models.node_registration_aws import NodeRegistrationAWS
|
@@ -418,8 +409,6 @@ from openapi_client.models.organization_invitation import OrganizationInvitation
|
|
418
409
|
from openapi_client.models.organization_invitation_base import OrganizationInvitationBase
|
419
410
|
from openapi_client.models.organization_marketing_questions import OrganizationMarketingQuestions
|
420
411
|
from openapi_client.models.organization_permission_level import OrganizationPermissionLevel
|
421
|
-
from openapi_client.models.organization_project_collaborator import OrganizationProjectCollaborator
|
422
|
-
from openapi_client.models.organization_project_collaborator_value import OrganizationProjectCollaboratorValue
|
423
412
|
from openapi_client.models.organization_summary import OrganizationSummary
|
424
413
|
from openapi_client.models.organization_usage_alert import OrganizationUsageAlert
|
425
414
|
from openapi_client.models.organization_usage_alert_severity import OrganizationUsageAlertSeverity
|
@@ -429,13 +418,11 @@ from openapi_client.models.organizationconfigurationresponse_response import Org
|
|
429
418
|
from openapi_client.models.organizationinvitation_list_response import OrganizationinvitationListResponse
|
430
419
|
from openapi_client.models.organizationinvitation_response import OrganizationinvitationResponse
|
431
420
|
from openapi_client.models.organizationinvitationbase_response import OrganizationinvitationbaseResponse
|
432
|
-
from openapi_client.models.organizationprojectcollaborator_list_response import OrganizationprojectcollaboratorListResponse
|
433
421
|
from openapi_client.models.organizationusagealert_list_response import OrganizationusagealertListResponse
|
434
422
|
from openapi_client.models.pcp_config import PCPConfig
|
435
423
|
from openapi_client.models.page_query import PageQuery
|
436
424
|
from openapi_client.models.pause_schedule import PauseSchedule
|
437
425
|
from openapi_client.models.permission_level import PermissionLevel
|
438
|
-
from openapi_client.models.product_type import ProductType
|
439
426
|
from openapi_client.models.production_job import ProductionJob
|
440
427
|
from openapi_client.models.production_job_config import ProductionJobConfig
|
441
428
|
from openapi_client.models.production_job_event import ProductionJobEvent
|
@@ -507,7 +494,6 @@ from openapi_client.models.service_goal_states import ServiceGoalStates
|
|
507
494
|
from openapi_client.models.service_observability_urls import ServiceObservabilityUrls
|
508
495
|
from openapi_client.models.service_sort_field import ServiceSortField
|
509
496
|
from openapi_client.models.service_type import ServiceType
|
510
|
-
from openapi_client.models.service_usage import ServiceUsage
|
511
497
|
from openapi_client.models.service_version_state import ServiceVersionState
|
512
498
|
from openapi_client.models.serviceeventverbosemessagemodel_list_response import ServiceeventverbosemessagemodelListResponse
|
513
499
|
from openapi_client.models.session import Session
|
@@ -551,10 +537,6 @@ from openapi_client.models.task_table_response import TaskTableResponse
|
|
551
537
|
from openapi_client.models.task_table_row import TaskTableRow
|
552
538
|
from openapi_client.models.task_type import TaskType
|
553
539
|
from openapi_client.models.tasksummary_response import TasksummaryResponse
|
554
|
-
from openapi_client.models.templatized_compute_configs import TemplatizedComputeConfigs
|
555
|
-
from openapi_client.models.templatized_decorated_application_templates import TemplatizedDecoratedApplicationTemplates
|
556
|
-
from openapi_client.models.templatizedcomputeconfigs_response import TemplatizedcomputeconfigsResponse
|
557
|
-
from openapi_client.models.templatizeddecoratedapplicationtemplates_response import TemplatizeddecoratedapplicationtemplatesResponse
|
558
540
|
from openapi_client.models.text_query import TextQuery
|
559
541
|
from openapi_client.models.tool import Tool
|
560
542
|
from openapi_client.models.tracing_config import TracingConfig
|
@@ -628,6 +610,5 @@ from openapi_client.models.workspacetemplatereadme_response import Workspacetemp
|
|
628
610
|
from openapi_client.models.write_cloud import WriteCloud
|
629
611
|
from openapi_client.models.write_cluster_config import WriteClusterConfig
|
630
612
|
from openapi_client.models.write_project import WriteProject
|
631
|
-
from openapi_client.models.write_session import WriteSession
|
632
613
|
from openapi_client.models.write_support_request import WriteSupportRequest
|
633
614
|
|