anyscale 0.24.87__py3-none-any.whl → 0.24.91__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/__init__.py +56 -0
- anyscale/_private/anyscale_client/anyscale_client.py +158 -28
- anyscale/_private/anyscale_client/common.py +82 -0
- anyscale/_private/anyscale_client/fake_anyscale_client.py +193 -1
- anyscale/_private/docgen/README.md +1 -1
- anyscale/_private/docgen/__main__.py +74 -19
- anyscale/_private/docgen/api.md +0 -20
- anyscale/_private/docgen/generator.py +4 -2
- anyscale/_private/docgen/models.md +1 -46
- anyscale/_private/workload/workload_config.py +1 -1
- anyscale/aggregated_instance_usage/__init__.py +1 -1
- anyscale/aggregated_instance_usage/commands.py +2 -4
- anyscale/aggregated_instance_usage/models.py +8 -8
- anyscale/client/README.md +19 -23
- anyscale/client/openapi_client/__init__.py +13 -15
- anyscale/client/openapi_client/api/default_api.py +825 -962
- anyscale/client/openapi_client/models/__init__.py +13 -15
- anyscale/client/openapi_client/models/admin_create_user.py +255 -0
- anyscale/client/openapi_client/models/admin_created_user.py +281 -0
- anyscale/client/openapi_client/models/{sessionevent_list_response.py → admincreateduser_list_response.py} +15 -15
- anyscale/client/openapi_client/models/aggregated_usage_query.py +1 -29
- anyscale/client/openapi_client/models/{session_event_types.py → cloud_deployment_config.py} +35 -24
- anyscale/client/openapi_client/models/{platformfinetuningjob_response.py → clouddeploymentconfig_response.py} +11 -11
- anyscale/client/openapi_client/models/{company_size.py → cluster_size.py} +10 -10
- anyscale/client/openapi_client/models/cluster_status_details.py +2 -1
- anyscale/client/openapi_client/models/create_experimental_workspace.py +29 -1
- anyscale/client/openapi_client/models/{resubmit_ft_job_request.py → describe_machine_pool_request.py} +21 -20
- anyscale/client/openapi_client/models/describe_machine_pool_response.py +123 -0
- anyscale/client/openapi_client/models/{fine_tuning_job_status.py → describemachinepoolresponse_response.py} +34 -16
- anyscale/client/openapi_client/models/machine_allocation_state.py +3 -1
- anyscale/client/openapi_client/models/machine_state_info.py +326 -0
- anyscale/client/openapi_client/models/organization_marketing_questions.py +80 -54
- anyscale/client/openapi_client/models/request_state_info.py +210 -0
- anyscale/client/openapi_client/models/{platformfinetuningjob_list_response.py → scheduler_info.py} +43 -38
- anyscale/client/openapi_client/models/usage_by_cluster.py +28 -1
- anyscale/client/openapi_client/models/usage_by_user.py +30 -3
- anyscale/client/openapi_client/models/workload_info.py +210 -0
- anyscale/cloud/__init__.py +83 -0
- anyscale/cloud/_private/cloud_sdk.py +25 -0
- anyscale/cloud/commands.py +45 -0
- anyscale/cloud/models.py +91 -0
- anyscale/cluster_compute.py +1 -1
- anyscale/commands/aggregated_instance_usage_commands.py +4 -4
- anyscale/commands/cloud_commands.py +38 -2
- anyscale/commands/command_examples.py +67 -0
- anyscale/commands/job_commands.py +15 -3
- anyscale/commands/machine_pool_commands.py +113 -1
- anyscale/commands/organization_invitation_commands.py +98 -0
- anyscale/commands/project_commands.py +52 -2
- anyscale/commands/resource_quota_commands.py +98 -11
- anyscale/commands/service_commands.py +1 -1
- anyscale/commands/session_commands_hidden.py +5 -1
- anyscale/commands/user_commands.py +49 -0
- anyscale/commands/util.py +1 -1
- anyscale/commands/workspace_commands.py +1 -1
- anyscale/connect.py +1 -1
- anyscale/connect_utils/project.py +7 -4
- anyscale/controllers/cloud_controller.py +6 -6
- anyscale/controllers/cloud_functional_verification_controller.py +1 -1
- anyscale/controllers/cluster_controller.py +2 -2
- anyscale/controllers/compute_config_controller.py +1 -1
- anyscale/controllers/experimental_integrations_controller.py +1 -1
- anyscale/controllers/job_controller.py +8 -3
- anyscale/controllers/list_controller.py +2 -2
- anyscale/controllers/machine_pool_controller.py +12 -1
- anyscale/controllers/project_controller.py +4 -3
- anyscale/controllers/schedule_controller.py +1 -1
- anyscale/controllers/service_controller.py +1 -1
- anyscale/controllers/workspace_controller.py +1 -1
- anyscale/models/job_model.py +1 -1
- anyscale/organization_invitation/__init__.py +61 -0
- anyscale/organization_invitation/_private/organization_invitation_sdk.py +24 -0
- anyscale/organization_invitation/commands.py +84 -0
- anyscale/organization_invitation/models.py +45 -0
- anyscale/project/__init__.py +35 -0
- anyscale/project/_private/project_sdk.py +27 -0
- anyscale/project/commands.py +56 -0
- anyscale/project/models.py +91 -0
- anyscale/{project.py → project_utils.py} +3 -4
- anyscale/resource_quota/__init__.py +99 -0
- anyscale/resource_quota/_private/resource_quota_sdk.py +111 -0
- anyscale/resource_quota/commands.py +150 -0
- anyscale/resource_quota/models.py +303 -0
- anyscale/scripts.py +6 -0
- anyscale/sdk/anyscale_client/__init__.py +0 -5
- anyscale/sdk/anyscale_client/api/default_api.py +0 -150
- anyscale/sdk/anyscale_client/models/__init__.py +0 -5
- anyscale/sdk/anyscale_client/models/cluster_status_details.py +2 -1
- anyscale/sdk/anyscale_client/sdk.py +1 -1
- anyscale/user/__init__.py +35 -0
- anyscale/user/_private/user_sdk.py +32 -0
- anyscale/user/commands.py +42 -0
- anyscale/user/models.py +201 -0
- anyscale/util.py +15 -0
- anyscale/utils/cloud_utils.py +1 -1
- anyscale/version.py +1 -1
- anyscale/workspace_utils.py +1 -1
- {anyscale-0.24.87.dist-info → anyscale-0.24.91.dist-info}/METADATA +1 -5
- {anyscale-0.24.87.dist-info → anyscale-0.24.91.dist-info}/RECORD +105 -92
- anyscale/client/openapi_client/models/create_fine_tuning_hyperparameters.py +0 -156
- anyscale/client/openapi_client/models/create_fine_tuning_job_product_request.py +0 -353
- anyscale/client/openapi_client/models/finish_ft_job_request.py +0 -204
- anyscale/client/openapi_client/models/log_level_types.py +0 -100
- anyscale/client/openapi_client/models/paging_context.py +0 -172
- anyscale/client/openapi_client/models/platform_fine_tuning_job.py +0 -577
- anyscale/client/openapi_client/models/session_event.py +0 -267
- anyscale/client/openapi_client/models/session_event_cause.py +0 -150
- anyscale/controllers/resource_quota_controller.py +0 -183
- anyscale/sdk/anyscale_client/models/log_level_types.py +0 -100
- anyscale/sdk/anyscale_client/models/session_event.py +0 -267
- anyscale/sdk/anyscale_client/models/session_event_cause.py +0 -150
- anyscale/sdk/anyscale_client/models/session_event_types.py +0 -111
- anyscale/sdk/anyscale_client/models/sessionevent_list_response.py +0 -147
- anyscale/utils/imports/azure.py +0 -14
- /anyscale/{cloud.py → cloud_utils.py} +0 -0
- {anyscale-0.24.87.dist-info → anyscale-0.24.91.dist-info}/LICENSE +0 -0
- {anyscale-0.24.87.dist-info → anyscale-0.24.91.dist-info}/NOTICE +0 -0
- {anyscale-0.24.87.dist-info → anyscale-0.24.91.dist-info}/WHEEL +0 -0
- {anyscale-0.24.87.dist-info → anyscale-0.24.91.dist-info}/entry_points.txt +0 -0
- {anyscale-0.24.87.dist-info → anyscale-0.24.91.dist-info}/top_level.txt +0 -0
anyscale/client/README.md
CHANGED
|
@@ -76,6 +76,7 @@ All URIs are relative to *http://localhost*
|
|
|
76
76
|
Class | Method | HTTP request | Description
|
|
77
77
|
------------ | ------------- | ------------- | -------------
|
|
78
78
|
*DefaultApi* | [**add_to_waitlist_api_v2_aioa_cloud_waitlist_post**](docs/DefaultApi.md#add_to_waitlist_api_v2_aioa_cloud_waitlist_post) | **POST** /api/v2/aioa_cloud_waitlist/ | Add To Waitlist
|
|
79
|
+
*DefaultApi* | [**admin_batch_create_users_api_v2_users_admin_batch_create_post**](docs/DefaultApi.md#admin_batch_create_users_api_v2_users_admin_batch_create_post) | **POST** /api/v2/users/admin_batch_create | Admin Batch Create Users
|
|
79
80
|
*DefaultApi* | [**admission_api_v2_kubernetes_manager_admission_cloud_resource_id_post**](docs/DefaultApi.md#admission_api_v2_kubernetes_manager_admission_cloud_resource_id_post) | **POST** /api/v2/kubernetes_manager/admission/{cloud_resource_id} | Admission
|
|
80
81
|
*DefaultApi* | [**alter_organization_collaborator_api_v2_organization_collaborators_identity_id_put**](docs/DefaultApi.md#alter_organization_collaborator_api_v2_organization_collaborators_identity_id_put) | **PUT** /api/v2/organization_collaborators/{identity_id} | Alter Organization Collaborator
|
|
81
82
|
*DefaultApi* | [**alter_project_collaborator_api_v2_projects_project_id_collaborators_role_or_identity_id_put**](docs/DefaultApi.md#alter_project_collaborator_api_v2_projects_project_id_collaborators_role_or_identity_id_put) | **PUT** /api/v2/projects/{project_id}/collaborators/{role_or_identity_id} | Alter Project Collaborator
|
|
@@ -88,7 +89,9 @@ Class | Method | HTTP request | Description
|
|
|
88
89
|
*DefaultApi* | [**attach_machine_pool_to_cloud_api_v2_machine_pools_attach_post**](docs/DefaultApi.md#attach_machine_pool_to_cloud_api_v2_machine_pools_attach_post) | **POST** /api/v2/machine_pools/attach | Attach Machine Pool To Cloud
|
|
89
90
|
*DefaultApi* | [**aws_marketplace_registration_api_v2_organization_billing_aws_marketplace_registration_post**](docs/DefaultApi.md#aws_marketplace_registration_api_v2_organization_billing_aws_marketplace_registration_post) | **POST** /api/v2/organization_billing/aws_marketplace_registration | Aws Marketplace Registration
|
|
90
91
|
*DefaultApi* | [**ban_organization_api_v2_organizations_organization_id_ban_put**](docs/DefaultApi.md#ban_organization_api_v2_organizations_organization_id_ban_put) | **PUT** /api/v2/organizations/{organization_id}/ban | Ban Organization
|
|
92
|
+
*DefaultApi* | [**batch_create_cloud_collaborators_api_v2_clouds_cloud_id_collaborators_users_batch_create_post**](docs/DefaultApi.md#batch_create_cloud_collaborators_api_v2_clouds_cloud_id_collaborators_users_batch_create_post) | **POST** /api/v2/clouds/{cloud_id}/collaborators/users/batch_create | Batch Create Cloud Collaborators
|
|
91
93
|
*DefaultApi* | [**batch_create_invitations_api_v2_organization_invitations_batch_create_post**](docs/DefaultApi.md#batch_create_invitations_api_v2_organization_invitations_batch_create_post) | **POST** /api/v2/organization_invitations/batch_create | Batch Create Invitations
|
|
94
|
+
*DefaultApi* | [**batch_create_project_collaborators_api_v2_projects_project_id_collaborators_users_batch_create_post**](docs/DefaultApi.md#batch_create_project_collaborators_api_v2_projects_project_id_collaborators_users_batch_create_post) | **POST** /api/v2/projects/{project_id}/collaborators/users/batch_create | Batch Create Project Collaborators
|
|
92
95
|
*DefaultApi* | [**batch_get_job_api_v2_decorated_ha_jobs_batch_get_post**](docs/DefaultApi.md#batch_get_job_api_v2_decorated_ha_jobs_batch_get_post) | **POST** /api/v2/decorated_ha_jobs/batch_get | Batch Get Job
|
|
93
96
|
*DefaultApi* | [**begin_cluster_startup_api_v2_cluster_startups_post**](docs/DefaultApi.md#begin_cluster_startup_api_v2_cluster_startups_post) | **POST** /api/v2/cluster_startups/ | Begin Cluster Startup
|
|
94
97
|
*DefaultApi* | [**change_password_api_v2_users_change_password_post**](docs/DefaultApi.md#change_password_api_v2_users_change_password_post) | **POST** /api/v2/users/change_password | Change Password
|
|
@@ -116,7 +119,6 @@ Class | Method | HTTP request | Description
|
|
|
116
119
|
*DefaultApi* | [**create_connect_session_api_v2_sessions_create_connect_session_post**](docs/DefaultApi.md#create_connect_session_api_v2_sessions_create_connect_session_post) | **POST** /api/v2/sessions/create_connect_session | Create Connect Session
|
|
117
120
|
*DefaultApi* | [**create_dataset_upload_api_v2_datasets_upload_post**](docs/DefaultApi.md#create_dataset_upload_api_v2_datasets_upload_post) | **POST** /api/v2/datasets/upload | Create Dataset Upload
|
|
118
121
|
*DefaultApi* | [**create_endpoint_user_for_org_api_v2_organizations_organization_id_create_endpoint_user_post**](docs/DefaultApi.md#create_endpoint_user_for_org_api_v2_organizations_organization_id_create_endpoint_user_post) | **POST** /api/v2/organizations/{organization_id}/create_endpoint_user | Create Endpoint User For Org
|
|
119
|
-
*DefaultApi* | [**create_fine_tuning_job_api_v2_fine_tuning_jobs_create_post**](docs/DefaultApi.md#create_fine_tuning_job_api_v2_fine_tuning_jobs_create_post) | **POST** /api/v2/fine_tuning/jobs/create | Create Fine Tuning Job
|
|
120
122
|
*DefaultApi* | [**create_instance_usage_budget_api_v2_instance_usage_budgets_post**](docs/DefaultApi.md#create_instance_usage_budget_api_v2_instance_usage_budgets_post) | **POST** /api/v2/instance_usage_budgets/ | Create Instance Usage Budget
|
|
121
123
|
*DefaultApi* | [**create_invitation_api_v2_organization_invitations_post**](docs/DefaultApi.md#create_invitation_api_v2_organization_invitations_post) | **POST** /api/v2/organization_invitations/ | Create Invitation
|
|
122
124
|
*DefaultApi* | [**create_job_api_v2_decorated_ha_jobs_create_post**](docs/DefaultApi.md#create_job_api_v2_decorated_ha_jobs_create_post) | **POST** /api/v2/decorated_ha_jobs/create | Create Job
|
|
@@ -152,6 +154,7 @@ Class | Method | HTTP request | Description
|
|
|
152
154
|
*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
|
|
153
155
|
*DefaultApi* | [**delete_web_terminals_api_v2_sessions_session_id_web_terminals_terminal_id_delete**](docs/DefaultApi.md#delete_web_terminals_api_v2_sessions_session_id_web_terminals_terminal_id_delete) | **DELETE** /api/v2/sessions/{session_id}/web_terminals/{terminal_id} | Delete Web Terminals
|
|
154
156
|
*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
|
|
157
|
+
*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
|
|
155
158
|
*DefaultApi* | [**describe_session_api_v2_sessions_session_id_describe_get**](docs/DefaultApi.md#describe_session_api_v2_sessions_session_id_describe_get) | **GET** /api/v2/sessions/{session_id}/describe | Describe Session
|
|
156
159
|
*DefaultApi* | [**detach_machine_pool_from_cloud_api_v2_machine_pools_detach_post**](docs/DefaultApi.md#detach_machine_pool_from_cloud_api_v2_machine_pools_detach_post) | **POST** /api/v2/machine_pools/detach | Detach Machine Pool From Cloud
|
|
157
160
|
*DefaultApi* | [**dismiss_user_card_api_v2_onboarding_cards_card_id_dismiss_post**](docs/DefaultApi.md#dismiss_user_card_api_v2_onboarding_cards_card_id_dismiss_post) | **POST** /api/v2/onboarding_cards/{card_id}/dismiss | Dismiss User Card
|
|
@@ -173,7 +176,6 @@ Class | Method | HTTP request | Description
|
|
|
173
176
|
*DefaultApi* | [**find_with_invitation_api_v2_organizations_find_with_invitation_get**](docs/DefaultApi.md#find_with_invitation_api_v2_organizations_find_with_invitation_get) | **GET** /api/v2/organizations/find_with_invitation | Find With Invitation
|
|
174
177
|
*DefaultApi* | [**find_with_public_identifier_api_v2_organizations_find_with_public_identifier_get**](docs/DefaultApi.md#find_with_public_identifier_api_v2_organizations_find_with_public_identifier_get) | **GET** /api/v2/organizations/find_with_public_identifier | Find With Public Identifier
|
|
175
178
|
*DefaultApi* | [**find_with_user_api_v2_organizations_find_with_user_get**](docs/DefaultApi.md#find_with_user_api_v2_organizations_find_with_user_get) | **GET** /api/v2/organizations/find_with_user | Find With User
|
|
176
|
-
*DefaultApi* | [**fine_tuning_job_callback_api_v2_fine_tuning_jobs_internal_finish_post**](docs/DefaultApi.md#fine_tuning_job_callback_api_v2_fine_tuning_jobs_internal_finish_post) | **POST** /api/v2/fine_tuning/jobs/internal/finish | Fine Tuning Job Callback
|
|
177
179
|
*DefaultApi* | [**fine_tuning_job_callback_v2_api_v2_fine_tuning_v2_jobs_internal_finish_post**](docs/DefaultApi.md#fine_tuning_job_callback_v2_api_v2_fine_tuning_v2_jobs_internal_finish_post) | **POST** /api/v2/fine_tuning_v2/jobs/internal/finish | Fine Tuning Job Callback V2
|
|
178
180
|
*DefaultApi* | [**finish_session_command_api_v2_session_commands_session_command_id_finish_post**](docs/DefaultApi.md#finish_session_command_api_v2_session_commands_session_command_id_finish_post) | **POST** /api/v2/session_commands/{session_command_id}/finish | Finish Session Command
|
|
179
181
|
*DefaultApi* | [**generate_cloud_data_bucket_presigned_upload_url_api_v2_clouds_cloud_id_generate_cloud_data_bucket_presigned_upload_url_post**](docs/DefaultApi.md#generate_cloud_data_bucket_presigned_upload_url_api_v2_clouds_cloud_id_generate_cloud_data_bucket_presigned_upload_url_post) | **POST** /api/v2/clouds/{cloud_id}/generate_cloud_data_bucket_presigned_upload_url | Generate Cloud Data Bucket Presigned Upload Url
|
|
@@ -187,6 +189,7 @@ Class | Method | HTTP request | Description
|
|
|
187
189
|
*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
|
|
188
190
|
*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
|
|
189
191
|
*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
|
|
192
|
+
*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
|
|
190
193
|
*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
|
|
191
194
|
*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
|
|
192
195
|
*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
|
|
@@ -217,7 +220,6 @@ Class | Method | HTTP request | Description
|
|
|
217
220
|
*DefaultApi* | [**get_execution_logs_api_v2_session_commands_session_command_id_execution_logs_get**](docs/DefaultApi.md#get_execution_logs_api_v2_session_commands_session_command_id_execution_logs_get) | **GET** /api/v2/session_commands/{session_command_id}/execution_logs | Get Execution Logs
|
|
218
221
|
*DefaultApi* | [**get_execution_logs_archived_api_v2_session_commands_session_command_id_execution_logs_archived_get**](docs/DefaultApi.md#get_execution_logs_archived_api_v2_session_commands_session_command_id_execution_logs_archived_get) | **GET** /api/v2/session_commands/{session_command_id}/execution_logs_archived | Get Execution Logs Archived
|
|
219
222
|
*DefaultApi* | [**get_feature_compatibility_api_v2_product_features_get**](docs/DefaultApi.md#get_feature_compatibility_api_v2_product_features_get) | **GET** /api/v2/product_features/ | Get Feature Compatibility
|
|
220
|
-
*DefaultApi* | [**get_fine_tuning_job_api_v2_fine_tuning_jobs_fine_tuning_job_id_get**](docs/DefaultApi.md#get_fine_tuning_job_api_v2_fine_tuning_jobs_fine_tuning_job_id_get) | **GET** /api/v2/fine_tuning/jobs/{fine_tuning_job_id} | Get Fine Tuning Job
|
|
221
223
|
*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
|
|
222
224
|
*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
|
|
223
225
|
*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
|
|
@@ -271,7 +273,6 @@ Class | Method | HTTP request | Description
|
|
|
271
273
|
*DefaultApi* | [**get_session_command_logs_download_api_v2_logs_session_command_logs_session_id_session_command_id_get**](docs/DefaultApi.md#get_session_command_logs_download_api_v2_logs_session_command_logs_session_id_session_command_id_get) | **GET** /api/v2/logs/session_command_logs/{session_id}/{session_command_id} | Get Session Command Logs Download
|
|
272
274
|
*DefaultApi* | [**get_session_commands_history_api_v2_session_commands_get**](docs/DefaultApi.md#get_session_commands_history_api_v2_session_commands_get) | **GET** /api/v2/session_commands/ | Get Session Commands History
|
|
273
275
|
*DefaultApi* | [**get_session_details_api_v2_sessions_session_id_details_get**](docs/DefaultApi.md#get_session_details_api_v2_sessions_session_id_details_get) | **GET** /api/v2/sessions/{session_id}/details | Get Session Details
|
|
274
|
-
*DefaultApi* | [**get_session_event_log_api_v2_session_events_get**](docs/DefaultApi.md#get_session_event_log_api_v2_session_events_get) | **GET** /api/v2/session_events/ | Get Session Event Log
|
|
275
276
|
*DefaultApi* | [**get_session_head_ip_api_v2_sessions_session_id_head_ip_get**](docs/DefaultApi.md#get_session_head_ip_api_v2_sessions_session_id_head_ip_get) | **GET** /api/v2/sessions/{session_id}/head_ip | Get Session Head Ip
|
|
276
277
|
*DefaultApi* | [**get_session_history_api_v2_sessions_session_id_history_get**](docs/DefaultApi.md#get_session_history_api_v2_sessions_session_id_history_get) | **GET** /api/v2/sessions/{session_id}/history | Get Session History
|
|
277
278
|
*DefaultApi* | [**get_session_ssh_key_api_v2_sessions_session_id_ssh_key_get**](docs/DefaultApi.md#get_session_ssh_key_api_v2_sessions_session_id_ssh_key_get) | **GET** /api/v2/sessions/{session_id}/ssh_key | Get Session Ssh Key
|
|
@@ -315,7 +316,6 @@ Class | Method | HTTP request | Description
|
|
|
315
316
|
*DefaultApi* | [**list_decorated_jobs_api_v2_decorated_jobs_get**](docs/DefaultApi.md#list_decorated_jobs_api_v2_decorated_jobs_get) | **GET** /api/v2/decorated_jobs/ | List Decorated Jobs
|
|
316
317
|
*DefaultApi* | [**list_decorated_runtime_envs_api_v2_decorated_runtime_envs_get**](docs/DefaultApi.md#list_decorated_runtime_envs_api_v2_decorated_runtime_envs_get) | **GET** /api/v2/decorated_runtime_envs/ | List Decorated Runtime Envs
|
|
317
318
|
*DefaultApi* | [**list_decorated_serve_deployments_api_v2_decorated_serve_deployments_get**](docs/DefaultApi.md#list_decorated_serve_deployments_api_v2_decorated_serve_deployments_get) | **GET** /api/v2/decorated_serve_deployments/ | List Decorated Serve Deployments
|
|
318
|
-
*DefaultApi* | [**list_fine_tuning_jobs_api_v2_fine_tuning_jobs_get**](docs/DefaultApi.md#list_fine_tuning_jobs_api_v2_fine_tuning_jobs_get) | **GET** /api/v2/fine_tuning/jobs | List Fine Tuning Jobs
|
|
319
319
|
*DefaultApi* | [**list_instance_usage_budgets_api_v2_instance_usage_budgets_get**](docs/DefaultApi.md#list_instance_usage_budgets_api_v2_instance_usage_budgets_get) | **GET** /api/v2/instance_usage_budgets/ | List Instance Usage Budgets
|
|
320
320
|
*DefaultApi* | [**list_invitations_api_v2_organization_invitations_get**](docs/DefaultApi.md#list_invitations_api_v2_organization_invitations_get) | **GET** /api/v2/organization_invitations/ | List Invitations
|
|
321
321
|
*DefaultApi* | [**list_job_queues_api_v2_job_queues_post**](docs/DefaultApi.md#list_job_queues_api_v2_job_queues_post) | **POST** /api/v2/job_queues/ | List Job Queues
|
|
@@ -368,7 +368,6 @@ Class | Method | HTTP request | Description
|
|
|
368
368
|
*DefaultApi* | [**request_password_reset_api_v2_users_request_password_reset_post**](docs/DefaultApi.md#request_password_reset_api_v2_users_request_password_reset_post) | **POST** /api/v2/users/request_password_reset | Request Password Reset
|
|
369
369
|
*DefaultApi* | [**reset_password_api_v2_users_reset_password_post**](docs/DefaultApi.md#reset_password_api_v2_users_reset_password_post) | **POST** /api/v2/users/reset_password | Reset Password
|
|
370
370
|
*DefaultApi* | [**restart_service_api_v2_services_v2_service_id_restart_post**](docs/DefaultApi.md#restart_service_api_v2_services_v2_service_id_restart_post) | **POST** /api/v2/services-v2/{service_id}/restart | Restart Service
|
|
371
|
-
*DefaultApi* | [**resubmit_fine_tuning_job_api_v2_fine_tuning_jobs_internal_resubmit_post**](docs/DefaultApi.md#resubmit_fine_tuning_job_api_v2_fine_tuning_jobs_internal_resubmit_post) | **POST** /api/v2/fine_tuning/jobs/internal/resubmit | Resubmit Fine Tuning Job
|
|
372
371
|
*DefaultApi* | [**rollback_service_api_v2_services_v2_service_id_rollback_post**](docs/DefaultApi.md#rollback_service_api_v2_services_v2_service_id_rollback_post) | **POST** /api/v2/services-v2/{service_id}/rollback | Rollback Service
|
|
373
372
|
*DefaultApi* | [**rotate_api_key_api_v2_users_rotate_api_key_get**](docs/DefaultApi.md#rotate_api_key_api_v2_users_rotate_api_key_get) | **GET** /api/v2/users/rotate_api_key | Rotate Api Key
|
|
374
373
|
*DefaultApi* | [**rotate_api_key_for_user_api_v2_organization_collaborators_rotate_api_key_for_user_user_id_post**](docs/DefaultApi.md#rotate_api_key_for_user_api_v2_organization_collaborators_rotate_api_key_for_user_user_id_post) | **POST** /api/v2/organization_collaborators/rotate_api_key_for_user/{user_id} | Rotate Api Key For User
|
|
@@ -380,8 +379,6 @@ Class | Method | HTTP request | Description
|
|
|
380
379
|
*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
|
|
381
380
|
*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
|
|
382
381
|
*DefaultApi* | [**search_user_cards_api_v2_onboarding_cards_search_post**](docs/DefaultApi.md#search_user_cards_api_v2_onboarding_cards_search_post) | **POST** /api/v2/onboarding_cards/search | Search User Cards
|
|
383
|
-
*DefaultApi* | [**set_organization_to_be_blocked_api_v2_organizations_block_post**](docs/DefaultApi.md#set_organization_to_be_blocked_api_v2_organizations_block_post) | **POST** /api/v2/organizations/block | Set Organization To Be Blocked
|
|
384
|
-
*DefaultApi* | [**set_organization_to_be_unblocked_api_v2_organizations_organization_id_unblock_post**](docs/DefaultApi.md#set_organization_to_be_unblocked_api_v2_organizations_organization_id_unblock_post) | **POST** /api/v2/organizations/{organization_id}/unblock | Set Organization To Be Unblocked
|
|
385
382
|
*DefaultApi* | [**set_resource_quota_status_api_v2_resource_quotas_resource_quota_id_status_patch**](docs/DefaultApi.md#set_resource_quota_status_api_v2_resource_quotas_resource_quota_id_status_patch) | **PATCH** /api/v2/resource_quotas/{resource_quota_id}/status | Set Resource Quota Status
|
|
386
383
|
*DefaultApi* | [**setup_and_initialize_session_api_v2_sessions_session_id_setup_and_initialize_session_post**](docs/DefaultApi.md#setup_and_initialize_session_api_v2_sessions_session_id_setup_and_initialize_session_post) | **POST** /api/v2/sessions/{session_id}/setup_and_initialize_session | Setup And Initialize Session
|
|
387
384
|
*DefaultApi* | [**show_one_time_password_source_api_v2_users_show_otp_source_post**](docs/DefaultApi.md#show_one_time_password_source_api_v2_users_show_otp_source_post) | **POST** /api/v2/users/show_otp_source | Show One Time Password Source
|
|
@@ -402,6 +399,7 @@ Class | Method | HTTP request | Description
|
|
|
402
399
|
*DefaultApi* | [**update_aica_endpoint_api_v2_aica_endpoints_put**](docs/DefaultApi.md#update_aica_endpoint_api_v2_aica_endpoints_put) | **PUT** /api/v2/aica_endpoints/ | Update Aica Endpoint
|
|
403
400
|
*DefaultApi* | [**update_cloud_auto_add_user_api_v2_clouds_cloud_id_auto_add_user_put**](docs/DefaultApi.md#update_cloud_auto_add_user_api_v2_clouds_cloud_id_auto_add_user_put) | **PUT** /api/v2/clouds/{cloud_id}/auto_add_user | Update Cloud Auto Add User
|
|
404
401
|
*DefaultApi* | [**update_cloud_config_api_v2_clouds_cloud_id_config_put**](docs/DefaultApi.md#update_cloud_config_api_v2_clouds_cloud_id_config_put) | **PUT** /api/v2/clouds/{cloud_id}/config | Update Cloud Config
|
|
402
|
+
*DefaultApi* | [**update_cloud_deployment_config_api_v2_clouds_cloud_id_deployment_cloud_deployment_id_config_put**](docs/DefaultApi.md#update_cloud_deployment_config_api_v2_clouds_cloud_id_deployment_cloud_deployment_id_config_put) | **PUT** /api/v2/clouds/{cloud_id}/deployment/{cloud_deployment_id}/config | Update Cloud Deployment Config
|
|
405
403
|
*DefaultApi* | [**update_cloud_with_cloud_resource_api_v2_clouds_with_cloud_resource_gcp_router_cloud_id_put**](docs/DefaultApi.md#update_cloud_with_cloud_resource_api_v2_clouds_with_cloud_resource_gcp_router_cloud_id_put) | **PUT** /api/v2/clouds_with_cloud_resource_gcp_router/{cloud_id} | Update Cloud With Cloud Resource
|
|
406
404
|
*DefaultApi* | [**update_cloud_with_cloud_resource_api_v2_clouds_with_cloud_resource_router_cloud_id_put**](docs/DefaultApi.md#update_cloud_with_cloud_resource_api_v2_clouds_with_cloud_resource_router_cloud_id_put) | **PUT** /api/v2/clouds_with_cloud_resource_router/{cloud_id} | Update Cloud With Cloud Resource
|
|
407
405
|
*DefaultApi* | [**update_compute_template_api_v2_compute_templates_compute_template_id_put**](docs/DefaultApi.md#update_compute_template_api_v2_compute_templates_compute_template_id_put) | **PUT** /api/v2/compute_templates/{compute_template_id} | Update Compute Template
|
|
@@ -430,6 +428,9 @@ Class | Method | HTTP request | Description
|
|
|
430
428
|
- [AWSCredentials](docs/AWSCredentials.md)
|
|
431
429
|
- [AWSMemoryDBClusterConfig](docs/AWSMemoryDBClusterConfig.md)
|
|
432
430
|
- [AccessConfig](docs/AccessConfig.md)
|
|
431
|
+
- [AdminCreateUser](docs/AdminCreateUser.md)
|
|
432
|
+
- [AdminCreatedUser](docs/AdminCreatedUser.md)
|
|
433
|
+
- [AdmincreateduserListResponse](docs/AdmincreateduserListResponse.md)
|
|
433
434
|
- [AggregatedInstanceUsageCSV](docs/AggregatedInstanceUsageCSV.md)
|
|
434
435
|
- [AggregatedUsage](docs/AggregatedUsage.md)
|
|
435
436
|
- [AggregatedUsageQuery](docs/AggregatedUsageQuery.md)
|
|
@@ -519,6 +520,7 @@ Class | Method | HTTP request | Description
|
|
|
519
520
|
- [CloudDataBucketPresignedUrlResponse](docs/CloudDataBucketPresignedUrlResponse.md)
|
|
520
521
|
- [CloudDataBucketPresignedUrlScheme](docs/CloudDataBucketPresignedUrlScheme.md)
|
|
521
522
|
- [CloudDataBucketRequestScope](docs/CloudDataBucketRequestScope.md)
|
|
523
|
+
- [CloudDeploymentConfig](docs/CloudDeploymentConfig.md)
|
|
522
524
|
- [CloudHostingType](docs/CloudHostingType.md)
|
|
523
525
|
- [CloudListResponse](docs/CloudListResponse.md)
|
|
524
526
|
- [CloudNameOptions](docs/CloudNameOptions.md)
|
|
@@ -543,6 +545,7 @@ Class | Method | HTTP request | Description
|
|
|
543
545
|
- [CloudcollaboratorListResponse](docs/CloudcollaboratorListResponse.md)
|
|
544
546
|
- [ClouddatabucketpresigneduploadinfoResponse](docs/ClouddatabucketpresigneduploadinfoResponse.md)
|
|
545
547
|
- [ClouddatabucketpresignedurlresponseResponse](docs/ClouddatabucketpresignedurlresponseResponse.md)
|
|
548
|
+
- [ClouddeploymentconfigResponse](docs/ClouddeploymentconfigResponse.md)
|
|
546
549
|
- [CloudoverviewdashboardResponse](docs/CloudoverviewdashboardResponse.md)
|
|
547
550
|
- [CloudregionandzonesResponse](docs/CloudregionandzonesResponse.md)
|
|
548
551
|
- [CloudresourceResponse](docs/CloudresourceResponse.md)
|
|
@@ -557,6 +560,7 @@ Class | Method | HTTP request | Description
|
|
|
557
560
|
- [ClusterEventsOutput](docs/ClusterEventsOutput.md)
|
|
558
561
|
- [ClusterFeatures](docs/ClusterFeatures.md)
|
|
559
562
|
- [ClusterManagementStackVersions](docs/ClusterManagementStackVersions.md)
|
|
563
|
+
- [ClusterSize](docs/ClusterSize.md)
|
|
560
564
|
- [ClusterStartup](docs/ClusterStartup.md)
|
|
561
565
|
- [ClusterStatus](docs/ClusterStatus.md)
|
|
562
566
|
- [ClusterStatusDetails](docs/ClusterStatusDetails.md)
|
|
@@ -565,7 +569,6 @@ Class | Method | HTTP request | Description
|
|
|
565
569
|
- [ClusterconfigwithsessionidletimeoutResponse](docs/ClusterconfigwithsessionidletimeoutResponse.md)
|
|
566
570
|
- [ClustereventsoutputResponse](docs/ClustereventsoutputResponse.md)
|
|
567
571
|
- [ClusterfeaturesResponse](docs/ClusterfeaturesResponse.md)
|
|
568
|
-
- [CompanySize](docs/CompanySize.md)
|
|
569
572
|
- [ComputeNodeType](docs/ComputeNodeType.md)
|
|
570
573
|
- [ComputeStack](docs/ComputeStack.md)
|
|
571
574
|
- [ComputeTemplate](docs/ComputeTemplate.md)
|
|
@@ -594,8 +597,6 @@ Class | Method | HTTP request | Description
|
|
|
594
597
|
- [CreateDataset](docs/CreateDataset.md)
|
|
595
598
|
- [CreateExperimentalWorkspace](docs/CreateExperimentalWorkspace.md)
|
|
596
599
|
- [CreateExperimentalWorkspaceFromJob](docs/CreateExperimentalWorkspaceFromJob.md)
|
|
597
|
-
- [CreateFineTuningHyperparameters](docs/CreateFineTuningHyperparameters.md)
|
|
598
|
-
- [CreateFineTuningJobProductRequest](docs/CreateFineTuningJobProductRequest.md)
|
|
599
600
|
- [CreateInstanceUsageBudget](docs/CreateInstanceUsageBudget.md)
|
|
600
601
|
- [CreateInternalProductionJob](docs/CreateInternalProductionJob.md)
|
|
601
602
|
- [CreateJobQueueConfig](docs/CreateJobQueueConfig.md)
|
|
@@ -692,6 +693,9 @@ Class | Method | HTTP request | Description
|
|
|
692
693
|
- [DeletedPlatformFineTunedModel](docs/DeletedPlatformFineTunedModel.md)
|
|
693
694
|
- [DeletedplatformfinetunedmodelResponse](docs/DeletedplatformfinetunedmodelResponse.md)
|
|
694
695
|
- [DeletemachinepoolresponseResponse](docs/DeletemachinepoolresponseResponse.md)
|
|
696
|
+
- [DescribeMachinePoolRequest](docs/DescribeMachinePoolRequest.md)
|
|
697
|
+
- [DescribeMachinePoolResponse](docs/DescribeMachinePoolResponse.md)
|
|
698
|
+
- [DescribemachinepoolresponseResponse](docs/DescribemachinepoolresponseResponse.md)
|
|
695
699
|
- [DetachMachinePoolFromCloudRequest](docs/DetachMachinePoolFromCloudRequest.md)
|
|
696
700
|
- [DetachmachinepoolfromcloudresponseResponse](docs/DetachmachinepoolfromcloudresponseResponse.md)
|
|
697
701
|
- [DismissalType](docs/DismissalType.md)
|
|
@@ -716,10 +720,8 @@ Class | Method | HTTP request | Description
|
|
|
716
720
|
- [FeatureflagresponseResponse](docs/FeatureflagresponseResponse.md)
|
|
717
721
|
- [FineTuneType](docs/FineTuneType.md)
|
|
718
722
|
- [FineTunedModel](docs/FineTunedModel.md)
|
|
719
|
-
- [FineTuningJobStatus](docs/FineTuningJobStatus.md)
|
|
720
723
|
- [FinetunedmodelListResponse](docs/FinetunedmodelListResponse.md)
|
|
721
724
|
- [FinetunedmodelResponse](docs/FinetunedmodelResponse.md)
|
|
722
|
-
- [FinishFTJobRequest](docs/FinishFTJobRequest.md)
|
|
723
725
|
- [FinishFTJobRequestV2](docs/FinishFTJobRequestV2.md)
|
|
724
726
|
- [GCPFileStoreConfig](docs/GCPFileStoreConfig.md)
|
|
725
727
|
- [GCPMemorystoreInstanceConfig](docs/GCPMemorystoreInstanceConfig.md)
|
|
@@ -789,7 +791,6 @@ Class | Method | HTTP request | Description
|
|
|
789
791
|
- [LogFilter](docs/LogFilter.md)
|
|
790
792
|
- [LogItem](docs/LogItem.md)
|
|
791
793
|
- [LogItemBatch](docs/LogItemBatch.md)
|
|
792
|
-
- [LogLevelTypes](docs/LogLevelTypes.md)
|
|
793
794
|
- [LogStream](docs/LogStream.md)
|
|
794
795
|
- [LogdetailsResponse](docs/LogdetailsResponse.md)
|
|
795
796
|
- [LogdownloadresultResponse](docs/LogdownloadresultResponse.md)
|
|
@@ -804,6 +805,7 @@ Class | Method | HTTP request | Description
|
|
|
804
805
|
- [MachineConnectionState](docs/MachineConnectionState.md)
|
|
805
806
|
- [MachineInfo](docs/MachineInfo.md)
|
|
806
807
|
- [MachinePool](docs/MachinePool.md)
|
|
808
|
+
- [MachineStateInfo](docs/MachineStateInfo.md)
|
|
807
809
|
- [MetronomeCustomerInfoModel](docs/MetronomeCustomerInfoModel.md)
|
|
808
810
|
- [MetronomeDashboardType](docs/MetronomeDashboardType.md)
|
|
809
811
|
- [MetronomecustomerinfomodelListResponse](docs/MetronomecustomerinfomodelListResponse.md)
|
|
@@ -863,12 +865,8 @@ Class | Method | HTTP request | Description
|
|
|
863
865
|
- [OrganizationpublicidentifierResponse](docs/OrganizationpublicidentifierResponse.md)
|
|
864
866
|
- [OrganizationusagealertListResponse](docs/OrganizationusagealertListResponse.md)
|
|
865
867
|
- [PageQuery](docs/PageQuery.md)
|
|
866
|
-
- [PagingContext](docs/PagingContext.md)
|
|
867
868
|
- [PauseSchedule](docs/PauseSchedule.md)
|
|
868
869
|
- [PermissionLevel](docs/PermissionLevel.md)
|
|
869
|
-
- [PlatformFineTuningJob](docs/PlatformFineTuningJob.md)
|
|
870
|
-
- [PlatformfinetuningjobListResponse](docs/PlatformfinetuningjobListResponse.md)
|
|
871
|
-
- [PlatformfinetuningjobResponse](docs/PlatformfinetuningjobResponse.md)
|
|
872
870
|
- [ProductAutoscalerFlag](docs/ProductAutoscalerFlag.md)
|
|
873
871
|
- [ProductType](docs/ProductType.md)
|
|
874
872
|
- [ProductautoscalerflagResponse](docs/ProductautoscalerflagResponse.md)
|
|
@@ -910,6 +908,7 @@ Class | Method | HTTP request | Description
|
|
|
910
908
|
- [RequestEmailMagicLinkResponse](docs/RequestEmailMagicLinkResponse.md)
|
|
911
909
|
- [RequestOTPReturnApiModel](docs/RequestOTPReturnApiModel.md)
|
|
912
910
|
- [RequestPasswordResetParams](docs/RequestPasswordResetParams.md)
|
|
911
|
+
- [RequestStateInfo](docs/RequestStateInfo.md)
|
|
913
912
|
- [RequestemailmagiclinkresponseResponse](docs/RequestemailmagiclinkresponseResponse.md)
|
|
914
913
|
- [RequestotpreturnapimodelResponse](docs/RequestotpreturnapimodelResponse.md)
|
|
915
914
|
- [ResetPasswordParams](docs/ResetPasswordParams.md)
|
|
@@ -918,13 +917,13 @@ Class | Method | HTTP request | Description
|
|
|
918
917
|
- [ResourcequotaListResponse](docs/ResourcequotaListResponse.md)
|
|
919
918
|
- [ResourcequotaResponse](docs/ResourcequotaResponse.md)
|
|
920
919
|
- [Resources](docs/Resources.md)
|
|
921
|
-
- [ResubmitFTJobRequest](docs/ResubmitFTJobRequest.md)
|
|
922
920
|
- [RollbackServiceModel](docs/RollbackServiceModel.md)
|
|
923
921
|
- [RolloutStrategy](docs/RolloutStrategy.md)
|
|
924
922
|
- [S3DownloadLocation](docs/S3DownloadLocation.md)
|
|
925
923
|
- [SSOLoginInfo](docs/SSOLoginInfo.md)
|
|
926
924
|
- [SUPPORTEDBASEIMAGESENUM](docs/SUPPORTEDBASEIMAGESENUM.md)
|
|
927
925
|
- [ScheduleConfig](docs/ScheduleConfig.md)
|
|
926
|
+
- [SchedulerInfo](docs/SchedulerInfo.md)
|
|
928
927
|
- [ServeDeploymentGrafanaDashboardStatus](docs/ServeDeploymentGrafanaDashboardStatus.md)
|
|
929
928
|
- [ServeDeploymentLogs](docs/ServeDeploymentLogs.md)
|
|
930
929
|
- [ServeDeploymentState](docs/ServeDeploymentState.md)
|
|
@@ -957,9 +956,6 @@ Class | Method | HTTP request | Description
|
|
|
957
956
|
- [SessionDeleteMessage](docs/SessionDeleteMessage.md)
|
|
958
957
|
- [SessionDescribe](docs/SessionDescribe.md)
|
|
959
958
|
- [SessionDetails](docs/SessionDetails.md)
|
|
960
|
-
- [SessionEvent](docs/SessionEvent.md)
|
|
961
|
-
- [SessionEventCause](docs/SessionEventCause.md)
|
|
962
|
-
- [SessionEventTypes](docs/SessionEventTypes.md)
|
|
963
959
|
- [SessionExecuteMessage](docs/SessionExecuteMessage.md)
|
|
964
960
|
- [SessionFinishCommandMessage](docs/SessionFinishCommandMessage.md)
|
|
965
961
|
- [SessionHistoryItem](docs/SessionHistoryItem.md)
|
|
@@ -977,7 +973,6 @@ Class | Method | HTTP request | Description
|
|
|
977
973
|
- [SessioncommandidResponse](docs/SessioncommandidResponse.md)
|
|
978
974
|
- [SessiondescribeResponse](docs/SessiondescribeResponse.md)
|
|
979
975
|
- [SessiondetailsResponse](docs/SessiondetailsResponse.md)
|
|
980
|
-
- [SessioneventListResponse](docs/SessioneventListResponse.md)
|
|
981
976
|
- [SessionhistoryitemListResponse](docs/SessionhistoryitemListResponse.md)
|
|
982
977
|
- [SessionsSortField](docs/SessionsSortField.md)
|
|
983
978
|
- [SessionsshkeyResponse](docs/SessionsshkeyResponse.md)
|
|
@@ -1055,6 +1050,7 @@ Class | Method | HTTP request | Description
|
|
|
1055
1050
|
- [WebterminalListResponse](docs/WebterminalListResponse.md)
|
|
1056
1051
|
- [WebterminalResponse](docs/WebterminalResponse.md)
|
|
1057
1052
|
- [WorkerNodeType](docs/WorkerNodeType.md)
|
|
1053
|
+
- [WorkloadInfo](docs/WorkloadInfo.md)
|
|
1058
1054
|
- [WorkloadType](docs/WorkloadType.md)
|
|
1059
1055
|
- [WorkspaceDataplaneArtifact](docs/WorkspaceDataplaneArtifact.md)
|
|
1060
1056
|
- [WorkspaceDataplaneArtifacts](docs/WorkspaceDataplaneArtifacts.md)
|
|
@@ -31,6 +31,9 @@ from openapi_client.exceptions import ApiException
|
|
|
31
31
|
from openapi_client.models.aws_credentials import AWSCredentials
|
|
32
32
|
from openapi_client.models.aws_memory_db_cluster_config import AWSMemoryDBClusterConfig
|
|
33
33
|
from openapi_client.models.access_config import AccessConfig
|
|
34
|
+
from openapi_client.models.admin_create_user import AdminCreateUser
|
|
35
|
+
from openapi_client.models.admin_created_user import AdminCreatedUser
|
|
36
|
+
from openapi_client.models.admincreateduser_list_response import AdmincreateduserListResponse
|
|
34
37
|
from openapi_client.models.aggregated_instance_usage_csv import AggregatedInstanceUsageCSV
|
|
35
38
|
from openapi_client.models.aggregated_usage import AggregatedUsage
|
|
36
39
|
from openapi_client.models.aggregated_usage_query import AggregatedUsageQuery
|
|
@@ -120,6 +123,7 @@ from openapi_client.models.cloud_data_bucket_presigned_url_request import CloudD
|
|
|
120
123
|
from openapi_client.models.cloud_data_bucket_presigned_url_response import CloudDataBucketPresignedUrlResponse
|
|
121
124
|
from openapi_client.models.cloud_data_bucket_presigned_url_scheme import CloudDataBucketPresignedUrlScheme
|
|
122
125
|
from openapi_client.models.cloud_data_bucket_request_scope import CloudDataBucketRequestScope
|
|
126
|
+
from openapi_client.models.cloud_deployment_config import CloudDeploymentConfig
|
|
123
127
|
from openapi_client.models.cloud_hosting_type import CloudHostingType
|
|
124
128
|
from openapi_client.models.cloud_list_response import CloudListResponse
|
|
125
129
|
from openapi_client.models.cloud_name_options import CloudNameOptions
|
|
@@ -144,6 +148,7 @@ from openapi_client.models.cloud_with_cloud_resource_gcp import CloudWithCloudRe
|
|
|
144
148
|
from openapi_client.models.cloudcollaborator_list_response import CloudcollaboratorListResponse
|
|
145
149
|
from openapi_client.models.clouddatabucketpresigneduploadinfo_response import ClouddatabucketpresigneduploadinfoResponse
|
|
146
150
|
from openapi_client.models.clouddatabucketpresignedurlresponse_response import ClouddatabucketpresignedurlresponseResponse
|
|
151
|
+
from openapi_client.models.clouddeploymentconfig_response import ClouddeploymentconfigResponse
|
|
147
152
|
from openapi_client.models.cloudoverviewdashboard_response import CloudoverviewdashboardResponse
|
|
148
153
|
from openapi_client.models.cloudregionandzones_response import CloudregionandzonesResponse
|
|
149
154
|
from openapi_client.models.cloudresource_response import CloudresourceResponse
|
|
@@ -158,6 +163,7 @@ from openapi_client.models.cluster_event import ClusterEvent
|
|
|
158
163
|
from openapi_client.models.cluster_events_output import ClusterEventsOutput
|
|
159
164
|
from openapi_client.models.cluster_features import ClusterFeatures
|
|
160
165
|
from openapi_client.models.cluster_management_stack_versions import ClusterManagementStackVersions
|
|
166
|
+
from openapi_client.models.cluster_size import ClusterSize
|
|
161
167
|
from openapi_client.models.cluster_startup import ClusterStartup
|
|
162
168
|
from openapi_client.models.cluster_status import ClusterStatus
|
|
163
169
|
from openapi_client.models.cluster_status_details import ClusterStatusDetails
|
|
@@ -166,7 +172,6 @@ from openapi_client.models.clusterconfig_response import ClusterconfigResponse
|
|
|
166
172
|
from openapi_client.models.clusterconfigwithsessionidletimeout_response import ClusterconfigwithsessionidletimeoutResponse
|
|
167
173
|
from openapi_client.models.clustereventsoutput_response import ClustereventsoutputResponse
|
|
168
174
|
from openapi_client.models.clusterfeatures_response import ClusterfeaturesResponse
|
|
169
|
-
from openapi_client.models.company_size import CompanySize
|
|
170
175
|
from openapi_client.models.compute_node_type import ComputeNodeType
|
|
171
176
|
from openapi_client.models.compute_stack import ComputeStack
|
|
172
177
|
from openapi_client.models.compute_template import ComputeTemplate
|
|
@@ -195,8 +200,6 @@ from openapi_client.models.create_compute_template_config import CreateComputeTe
|
|
|
195
200
|
from openapi_client.models.create_dataset import CreateDataset
|
|
196
201
|
from openapi_client.models.create_experimental_workspace import CreateExperimentalWorkspace
|
|
197
202
|
from openapi_client.models.create_experimental_workspace_from_job import CreateExperimentalWorkspaceFromJob
|
|
198
|
-
from openapi_client.models.create_fine_tuning_hyperparameters import CreateFineTuningHyperparameters
|
|
199
|
-
from openapi_client.models.create_fine_tuning_job_product_request import CreateFineTuningJobProductRequest
|
|
200
203
|
from openapi_client.models.create_instance_usage_budget import CreateInstanceUsageBudget
|
|
201
204
|
from openapi_client.models.create_internal_production_job import CreateInternalProductionJob
|
|
202
205
|
from openapi_client.models.create_job_queue_config import CreateJobQueueConfig
|
|
@@ -293,6 +296,9 @@ from openapi_client.models.delete_machine_request import DeleteMachineRequest
|
|
|
293
296
|
from openapi_client.models.deleted_platform_fine_tuned_model import DeletedPlatformFineTunedModel
|
|
294
297
|
from openapi_client.models.deletedplatformfinetunedmodel_response import DeletedplatformfinetunedmodelResponse
|
|
295
298
|
from openapi_client.models.deletemachinepoolresponse_response import DeletemachinepoolresponseResponse
|
|
299
|
+
from openapi_client.models.describe_machine_pool_request import DescribeMachinePoolRequest
|
|
300
|
+
from openapi_client.models.describe_machine_pool_response import DescribeMachinePoolResponse
|
|
301
|
+
from openapi_client.models.describemachinepoolresponse_response import DescribemachinepoolresponseResponse
|
|
296
302
|
from openapi_client.models.detach_machine_pool_from_cloud_request import DetachMachinePoolFromCloudRequest
|
|
297
303
|
from openapi_client.models.detachmachinepoolfromcloudresponse_response import DetachmachinepoolfromcloudresponseResponse
|
|
298
304
|
from openapi_client.models.dismissal_type import DismissalType
|
|
@@ -317,10 +323,8 @@ from openapi_client.models.feature_flag_response import FeatureFlagResponse
|
|
|
317
323
|
from openapi_client.models.featureflagresponse_response import FeatureflagresponseResponse
|
|
318
324
|
from openapi_client.models.fine_tune_type import FineTuneType
|
|
319
325
|
from openapi_client.models.fine_tuned_model import FineTunedModel
|
|
320
|
-
from openapi_client.models.fine_tuning_job_status import FineTuningJobStatus
|
|
321
326
|
from openapi_client.models.finetunedmodel_list_response import FinetunedmodelListResponse
|
|
322
327
|
from openapi_client.models.finetunedmodel_response import FinetunedmodelResponse
|
|
323
|
-
from openapi_client.models.finish_ft_job_request import FinishFTJobRequest
|
|
324
328
|
from openapi_client.models.finish_ft_job_request_v2 import FinishFTJobRequestV2
|
|
325
329
|
from openapi_client.models.gcp_file_store_config import GCPFileStoreConfig
|
|
326
330
|
from openapi_client.models.gcp_memorystore_instance_config import GCPMemorystoreInstanceConfig
|
|
@@ -390,7 +394,6 @@ from openapi_client.models.log_file_chunk import LogFileChunk
|
|
|
390
394
|
from openapi_client.models.log_filter import LogFilter
|
|
391
395
|
from openapi_client.models.log_item import LogItem
|
|
392
396
|
from openapi_client.models.log_item_batch import LogItemBatch
|
|
393
|
-
from openapi_client.models.log_level_types import LogLevelTypes
|
|
394
397
|
from openapi_client.models.log_stream import LogStream
|
|
395
398
|
from openapi_client.models.logdetails_response import LogdetailsResponse
|
|
396
399
|
from openapi_client.models.logdownloadresult_response import LogdownloadresultResponse
|
|
@@ -405,6 +408,7 @@ from openapi_client.models.machine_allocation_state import MachineAllocationStat
|
|
|
405
408
|
from openapi_client.models.machine_connection_state import MachineConnectionState
|
|
406
409
|
from openapi_client.models.machine_info import MachineInfo
|
|
407
410
|
from openapi_client.models.machine_pool import MachinePool
|
|
411
|
+
from openapi_client.models.machine_state_info import MachineStateInfo
|
|
408
412
|
from openapi_client.models.metronome_customer_info_model import MetronomeCustomerInfoModel
|
|
409
413
|
from openapi_client.models.metronome_dashboard_type import MetronomeDashboardType
|
|
410
414
|
from openapi_client.models.metronomecustomerinfomodel_list_response import MetronomecustomerinfomodelListResponse
|
|
@@ -464,12 +468,8 @@ from openapi_client.models.organizationprojectcollaborator_list_response import
|
|
|
464
468
|
from openapi_client.models.organizationpublicidentifier_response import OrganizationpublicidentifierResponse
|
|
465
469
|
from openapi_client.models.organizationusagealert_list_response import OrganizationusagealertListResponse
|
|
466
470
|
from openapi_client.models.page_query import PageQuery
|
|
467
|
-
from openapi_client.models.paging_context import PagingContext
|
|
468
471
|
from openapi_client.models.pause_schedule import PauseSchedule
|
|
469
472
|
from openapi_client.models.permission_level import PermissionLevel
|
|
470
|
-
from openapi_client.models.platform_fine_tuning_job import PlatformFineTuningJob
|
|
471
|
-
from openapi_client.models.platformfinetuningjob_list_response import PlatformfinetuningjobListResponse
|
|
472
|
-
from openapi_client.models.platformfinetuningjob_response import PlatformfinetuningjobResponse
|
|
473
473
|
from openapi_client.models.product_autoscaler_flag import ProductAutoscalerFlag
|
|
474
474
|
from openapi_client.models.product_type import ProductType
|
|
475
475
|
from openapi_client.models.productautoscalerflag_response import ProductautoscalerflagResponse
|
|
@@ -511,6 +511,7 @@ from openapi_client.models.replica_state import ReplicaState
|
|
|
511
511
|
from openapi_client.models.request_email_magic_link_response import RequestEmailMagicLinkResponse
|
|
512
512
|
from openapi_client.models.request_otp_return_api_model import RequestOTPReturnApiModel
|
|
513
513
|
from openapi_client.models.request_password_reset_params import RequestPasswordResetParams
|
|
514
|
+
from openapi_client.models.request_state_info import RequestStateInfo
|
|
514
515
|
from openapi_client.models.requestemailmagiclinkresponse_response import RequestemailmagiclinkresponseResponse
|
|
515
516
|
from openapi_client.models.requestotpreturnapimodel_response import RequestotpreturnapimodelResponse
|
|
516
517
|
from openapi_client.models.reset_password_params import ResetPasswordParams
|
|
@@ -519,13 +520,13 @@ from openapi_client.models.resource_quota_status import ResourceQuotaStatus
|
|
|
519
520
|
from openapi_client.models.resourcequota_list_response import ResourcequotaListResponse
|
|
520
521
|
from openapi_client.models.resourcequota_response import ResourcequotaResponse
|
|
521
522
|
from openapi_client.models.resources import Resources
|
|
522
|
-
from openapi_client.models.resubmit_ft_job_request import ResubmitFTJobRequest
|
|
523
523
|
from openapi_client.models.rollback_service_model import RollbackServiceModel
|
|
524
524
|
from openapi_client.models.rollout_strategy import RolloutStrategy
|
|
525
525
|
from openapi_client.models.s3_download_location import S3DownloadLocation
|
|
526
526
|
from openapi_client.models.sso_login_info import SSOLoginInfo
|
|
527
527
|
from openapi_client.models.supportedbaseimagesenum import SUPPORTEDBASEIMAGESENUM
|
|
528
528
|
from openapi_client.models.schedule_config import ScheduleConfig
|
|
529
|
+
from openapi_client.models.scheduler_info import SchedulerInfo
|
|
529
530
|
from openapi_client.models.serve_deployment_grafana_dashboard_status import ServeDeploymentGrafanaDashboardStatus
|
|
530
531
|
from openapi_client.models.serve_deployment_logs import ServeDeploymentLogs
|
|
531
532
|
from openapi_client.models.serve_deployment_state import ServeDeploymentState
|
|
@@ -558,9 +559,6 @@ from openapi_client.models.session_create_message import SessionCreateMessage
|
|
|
558
559
|
from openapi_client.models.session_delete_message import SessionDeleteMessage
|
|
559
560
|
from openapi_client.models.session_describe import SessionDescribe
|
|
560
561
|
from openapi_client.models.session_details import SessionDetails
|
|
561
|
-
from openapi_client.models.session_event import SessionEvent
|
|
562
|
-
from openapi_client.models.session_event_cause import SessionEventCause
|
|
563
|
-
from openapi_client.models.session_event_types import SessionEventTypes
|
|
564
562
|
from openapi_client.models.session_execute_message import SessionExecuteMessage
|
|
565
563
|
from openapi_client.models.session_finish_command_message import SessionFinishCommandMessage
|
|
566
564
|
from openapi_client.models.session_history_item import SessionHistoryItem
|
|
@@ -578,7 +576,6 @@ from openapi_client.models.sessioncommand_list_response import SessioncommandLis
|
|
|
578
576
|
from openapi_client.models.sessioncommandid_response import SessioncommandidResponse
|
|
579
577
|
from openapi_client.models.sessiondescribe_response import SessiondescribeResponse
|
|
580
578
|
from openapi_client.models.sessiondetails_response import SessiondetailsResponse
|
|
581
|
-
from openapi_client.models.sessionevent_list_response import SessioneventListResponse
|
|
582
579
|
from openapi_client.models.sessionhistoryitem_list_response import SessionhistoryitemListResponse
|
|
583
580
|
from openapi_client.models.sessions_sort_field import SessionsSortField
|
|
584
581
|
from openapi_client.models.sessionsshkey_response import SessionsshkeyResponse
|
|
@@ -656,6 +653,7 @@ from openapi_client.models.web_terminal import WebTerminal
|
|
|
656
653
|
from openapi_client.models.webterminal_list_response import WebterminalListResponse
|
|
657
654
|
from openapi_client.models.webterminal_response import WebterminalResponse
|
|
658
655
|
from openapi_client.models.worker_node_type import WorkerNodeType
|
|
656
|
+
from openapi_client.models.workload_info import WorkloadInfo
|
|
659
657
|
from openapi_client.models.workload_type import WorkloadType
|
|
660
658
|
from openapi_client.models.workspace_dataplane_artifact import WorkspaceDataplaneArtifact
|
|
661
659
|
from openapi_client.models.workspace_dataplane_artifacts import WorkspaceDataplaneArtifacts
|