anyscale 0.26.0__py3-none-any.whl → 0.26.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. anyscale/client/README.md +11 -10
  2. anyscale/client/openapi_client/__init__.py +6 -6
  3. anyscale/client/openapi_client/api/default_api.py +210 -83
  4. anyscale/client/openapi_client/models/__init__.py +6 -6
  5. anyscale/client/openapi_client/models/aggregated_instance_usage_csv.py +81 -3
  6. anyscale/client/openapi_client/models/create_organization_configuration.py +3 -3
  7. anyscale/client/openapi_client/models/{create_resource_alert.py → create_resource_notification.py} +40 -40
  8. anyscale/client/openapi_client/models/{list_resource_alerts_query.py → list_resource_notifications_query.py} +24 -24
  9. anyscale/client/openapi_client/models/{customer_billing_type.py → machine_launch_failure.py} +65 -14
  10. anyscale/client/openapi_client/models/organization_configuration.py +3 -3
  11. anyscale/client/openapi_client/models/organization_configuration_response.py +3 -3
  12. anyscale/client/openapi_client/models/resource_alert_event_type.py +4 -1
  13. anyscale/client/openapi_client/models/{resource_alert.py → resource_notification.py} +64 -64
  14. anyscale/client/openapi_client/models/{resourcealert_list_response.py → resourcenotification_list_response.py} +15 -15
  15. anyscale/client/openapi_client/models/{resourcealert_response.py → resourcenotification_response.py} +11 -11
  16. anyscale/client/openapi_client/models/scheduler_info.py +32 -3
  17. anyscale/client/openapi_client/models/tool.py +2 -1
  18. anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +31 -3
  19. anyscale/commands/machine_pool_commands.py +15 -10
  20. anyscale/resource_quota/commands.py +1 -2
  21. anyscale/service/_private/service_sdk.py +2 -3
  22. anyscale/shared_anyscale_utils/constants.py +3 -0
  23. anyscale/version.py +1 -1
  24. {anyscale-0.26.0.dist-info → anyscale-0.26.1.dist-info}/METADATA +1 -1
  25. {anyscale-0.26.0.dist-info → anyscale-0.26.1.dist-info}/RECORD +30 -29
  26. {anyscale-0.26.0.dist-info → anyscale-0.26.1.dist-info}/LICENSE +0 -0
  27. {anyscale-0.26.0.dist-info → anyscale-0.26.1.dist-info}/NOTICE +0 -0
  28. {anyscale-0.26.0.dist-info → anyscale-0.26.1.dist-info}/WHEEL +0 -0
  29. {anyscale-0.26.0.dist-info → anyscale-0.26.1.dist-info}/entry_points.txt +0 -0
  30. {anyscale-0.26.0.dist-info → anyscale-0.26.1.dist-info}/top_level.txt +0 -0
anyscale/client/README.md CHANGED
@@ -134,7 +134,7 @@ Class | Method | HTTP request | Description
134
134
  *DefaultApi* | [**create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post**](docs/DefaultApi.md#create_organization_collaborator_api_v2_projects_project_id_collaborators_organization_post) | **POST** /api/v2/projects/{project_id}/collaborators/organization | Create Organization Collaborator
135
135
  *DefaultApi* | [**create_project_api_v2_projects_post**](docs/DefaultApi.md#create_project_api_v2_projects_post) | **POST** /api/v2/projects/ | Create Project
136
136
  *DefaultApi* | [**create_project_collaborator_api_v2_projects_project_id_collaborators_users_post**](docs/DefaultApi.md#create_project_collaborator_api_v2_projects_project_id_collaborators_users_post) | **POST** /api/v2/projects/{project_id}/collaborators/users | Create Project Collaborator
137
- *DefaultApi* | [**create_resource_alert_api_v2_resource_alerts_post**](docs/DefaultApi.md#create_resource_alert_api_v2_resource_alerts_post) | **POST** /api/v2/resource_alerts/ | Create Resource Alert
137
+ *DefaultApi* | [**create_resource_notification_api_v2_resource_notifications_post**](docs/DefaultApi.md#create_resource_notification_api_v2_resource_notifications_post) | **POST** /api/v2/resource_notifications/ | Create Resource Notification
138
138
  *DefaultApi* | [**create_resource_quota_api_v2_resource_quotas_post**](docs/DefaultApi.md#create_resource_quota_api_v2_resource_quotas_post) | **POST** /api/v2/resource_quotas/ | Create Resource Quota
139
139
  *DefaultApi* | [**create_service_account_api_v2_users_service_accounts_post**](docs/DefaultApi.md#create_service_account_api_v2_users_service_accounts_post) | **POST** /api/v2/users/service_accounts | Create Service Account
140
140
  *DefaultApi* | [**create_session_command_api_v2_sessions_session_id_create_session_command_post**](docs/DefaultApi.md#create_session_command_api_v2_sessions_session_id_create_session_command_post) | **POST** /api/v2/sessions/{session_id}/create_session_command | Create Session Command
@@ -153,7 +153,7 @@ Class | Method | HTTP request | Description
153
153
  *DefaultApi* | [**delete_model_api_v2_llm_models_model_id_delete**](docs/DefaultApi.md#delete_model_api_v2_llm_models_model_id_delete) | **DELETE** /api/v2/llm/models/{model_id} | Delete Model
154
154
  *DefaultApi* | [**delete_project_api_v2_projects_project_id_delete**](docs/DefaultApi.md#delete_project_api_v2_projects_project_id_delete) | **DELETE** /api/v2/projects/{project_id} | Delete Project
155
155
  *DefaultApi* | [**delete_project_collaborator_api_v2_projects_project_id_collaborators_role_or_identity_id_delete**](docs/DefaultApi.md#delete_project_collaborator_api_v2_projects_project_id_collaborators_role_or_identity_id_delete) | **DELETE** /api/v2/projects/{project_id}/collaborators/{role_or_identity_id} | Delete Project Collaborator
156
- *DefaultApi* | [**delete_resource_alert_api_v2_resource_alerts_resource_alert_id_delete**](docs/DefaultApi.md#delete_resource_alert_api_v2_resource_alerts_resource_alert_id_delete) | **DELETE** /api/v2/resource_alerts/{resource_alert_id} | Delete Resource Alert
156
+ *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
157
157
  *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
158
158
  *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
159
159
  *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
@@ -264,7 +264,7 @@ Class | Method | HTTP request | Description
264
264
  *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
265
265
  *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
266
266
  *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
267
- *DefaultApi* | [**get_resource_alert_api_v2_resource_alerts_resource_alert_id_get**](docs/DefaultApi.md#get_resource_alert_api_v2_resource_alerts_resource_alert_id_get) | **GET** /api/v2/resource_alerts/{resource_alert_id} | Get Resource Alert
267
+ *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
268
268
  *DefaultApi* | [**get_resource_quota_api_v2_resource_quotas_resource_quota_id_get**](docs/DefaultApi.md#get_resource_quota_api_v2_resource_quotas_resource_quota_id_get) | **GET** /api/v2/resource_quotas/{resource_quota_id} | Get Resource Quota
269
269
  *DefaultApi* | [**get_runtime_env_logs_api_v2_sessions_session_id_runtime_env_logs_get**](docs/DefaultApi.md#get_runtime_env_logs_api_v2_sessions_session_id_runtime_env_logs_get) | **GET** /api/v2/sessions/{session_id}/runtime_env_logs | Get Runtime Env Logs
270
270
  *DefaultApi* | [**get_runtime_env_logs_download_api_v2_logs_runtime_env_logs_download_session_id_get**](docs/DefaultApi.md#get_runtime_env_logs_download_api_v2_logs_runtime_env_logs_download_session_id_get) | **GET** /api/v2/logs/runtime_env_logs_download/{session_id} | Get Runtime Env Logs Download
@@ -383,7 +383,7 @@ Class | Method | HTTP request | Description
383
383
  *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
384
384
  *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
385
385
  *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
386
- *DefaultApi* | [**search_resource_alerts_api_v2_resource_alerts_search_post**](docs/DefaultApi.md#search_resource_alerts_api_v2_resource_alerts_search_post) | **POST** /api/v2/resource_alerts/search | Search Resource Alerts
386
+ *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
387
387
  *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
388
388
  *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
389
389
  *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
@@ -417,6 +417,7 @@ Class | Method | HTTP request | Description
417
417
  *DefaultApi* | [**update_instance_usage_budget_api_v2_instance_usage_budgets_instance_usage_budget_id_put**](docs/DefaultApi.md#update_instance_usage_budget_api_v2_instance_usage_budgets_instance_usage_budget_id_put) | **PUT** /api/v2/instance_usage_budgets/{instance_usage_budget_id} | Update Instance Usage Budget
418
418
  *DefaultApi* | [**update_job_queue_config_api_v2_decorated_ha_jobs_production_job_id_update_job_queue_config_put**](docs/DefaultApi.md#update_job_queue_config_api_v2_decorated_ha_jobs_production_job_id_update_job_queue_config_put) | **PUT** /api/v2/decorated_ha_jobs/{production_job_id}/update_job_queue_config | Update Job Queue Config
419
419
  *DefaultApi* | [**update_machine_pool_api_v2_machine_pools_update_post**](docs/DefaultApi.md#update_machine_pool_api_v2_machine_pools_update_post) | **POST** /api/v2/machine_pools/update | Update Machine Pool
420
+ *DefaultApi* | [**update_resource_notification_api_v2_resource_notifications_resource_notification_id_put**](docs/DefaultApi.md#update_resource_notification_api_v2_resource_notifications_resource_notification_id_put) | **PUT** /api/v2/resource_notifications/{resource_notification_id} | Update Resource Notification
420
421
  *DefaultApi* | [**update_resource_quota_api_v2_resource_quotas_resource_quota_id_patch**](docs/DefaultApi.md#update_resource_quota_api_v2_resource_quotas_resource_quota_id_patch) | **PATCH** /api/v2/resource_quotas/{resource_quota_id} | Update Resource Quota
421
422
  *DefaultApi* | [**upload_session_command_logs_api_v2_session_commands_session_command_id_upload_logs_post**](docs/DefaultApi.md#upload_session_command_logs_api_v2_session_commands_session_command_id_upload_logs_post) | **POST** /api/v2/session_commands/{session_command_id}/upload_logs | Upload Session Command Logs
422
423
  *DefaultApi* | [**upsert_billing_version_api_v2_organization_billing_billing_versions_put**](docs/DefaultApi.md#upsert_billing_version_api_v2_organization_billing_billing_versions_put) | **PUT** /api/v2/organization_billing/billing_versions | Upsert Billing Version
@@ -621,7 +622,7 @@ Class | Method | HTTP request | Description
621
622
  - [CreateOrganizationConfiguration](docs/CreateOrganizationConfiguration.md)
622
623
  - [CreateOrganizationInvitation](docs/CreateOrganizationInvitation.md)
623
624
  - [CreateProductionJobConfig](docs/CreateProductionJobConfig.md)
624
- - [CreateResourceAlert](docs/CreateResourceAlert.md)
625
+ - [CreateResourceNotification](docs/CreateResourceNotification.md)
625
626
  - [CreateResourceQuota](docs/CreateResourceQuota.md)
626
627
  - [CreateSchedule](docs/CreateSchedule.md)
627
628
  - [CreateSessionFromSnapshotOptions](docs/CreateSessionFromSnapshotOptions.md)
@@ -639,7 +640,6 @@ Class | Method | HTTP request | Description
639
640
  - [CreatesessionresponseResponse](docs/CreatesessionresponseResponse.md)
640
641
  - [CreditCardInformation](docs/CreditCardInformation.md)
641
642
  - [CustomerAlertStatus](docs/CustomerAlertStatus.md)
642
- - [CustomerBillingType](docs/CustomerBillingType.md)
643
643
  - [DataplaneServices](docs/DataplaneServices.md)
644
644
  - [Dataset](docs/Dataset.md)
645
645
  - [DatasetListResponse](docs/DatasetListResponse.md)
@@ -789,7 +789,7 @@ Class | Method | HTTP request | Description
789
789
  - [LbresourceResponse](docs/LbresourceResponse.md)
790
790
  - [ListMachinePoolsResponse](docs/ListMachinePoolsResponse.md)
791
791
  - [ListMachinesResponse](docs/ListMachinesResponse.md)
792
- - [ListResourceAlertsQuery](docs/ListResourceAlertsQuery.md)
792
+ - [ListResourceNotificationsQuery](docs/ListResourceNotificationsQuery.md)
793
793
  - [ListResourceQuotasQuery](docs/ListResourceQuotasQuery.md)
794
794
  - [ListResponseMetadata](docs/ListResponseMetadata.md)
795
795
  - [ListmachinepoolsresponseResponse](docs/ListmachinepoolsresponseResponse.md)
@@ -816,6 +816,7 @@ Class | Method | HTTP request | Description
816
816
  - [MachineAllocationState](docs/MachineAllocationState.md)
817
817
  - [MachineConnectionState](docs/MachineConnectionState.md)
818
818
  - [MachineInfo](docs/MachineInfo.md)
819
+ - [MachineLaunchFailure](docs/MachineLaunchFailure.md)
819
820
  - [MachinePool](docs/MachinePool.md)
820
821
  - [MachineStateInfo](docs/MachineStateInfo.md)
821
822
  - [MetronomeCustomerInfoModel](docs/MetronomeCustomerInfoModel.md)
@@ -925,12 +926,12 @@ Class | Method | HTTP request | Description
925
926
  - [RequestemailmagiclinkresponseResponse](docs/RequestemailmagiclinkresponseResponse.md)
926
927
  - [RequestotpreturnapimodelResponse](docs/RequestotpreturnapimodelResponse.md)
927
928
  - [ResetPasswordParams](docs/ResetPasswordParams.md)
928
- - [ResourceAlert](docs/ResourceAlert.md)
929
929
  - [ResourceAlertEventType](docs/ResourceAlertEventType.md)
930
+ - [ResourceNotification](docs/ResourceNotification.md)
930
931
  - [ResourceQuota](docs/ResourceQuota.md)
931
932
  - [ResourceQuotaStatus](docs/ResourceQuotaStatus.md)
932
- - [ResourcealertListResponse](docs/ResourcealertListResponse.md)
933
- - [ResourcealertResponse](docs/ResourcealertResponse.md)
933
+ - [ResourcenotificationListResponse](docs/ResourcenotificationListResponse.md)
934
+ - [ResourcenotificationResponse](docs/ResourcenotificationResponse.md)
934
935
  - [ResourcequotaListResponse](docs/ResourcequotaListResponse.md)
935
936
  - [ResourcequotaResponse](docs/ResourcequotaResponse.md)
936
937
  - [Resources](docs/Resources.md)
@@ -216,7 +216,7 @@ from openapi_client.models.create_otp_return_api_model import CreateOTPReturnApi
216
216
  from openapi_client.models.create_organization_configuration import CreateOrganizationConfiguration
217
217
  from openapi_client.models.create_organization_invitation import CreateOrganizationInvitation
218
218
  from openapi_client.models.create_production_job_config import CreateProductionJobConfig
219
- from openapi_client.models.create_resource_alert import CreateResourceAlert
219
+ from openapi_client.models.create_resource_notification import CreateResourceNotification
220
220
  from openapi_client.models.create_resource_quota import CreateResourceQuota
221
221
  from openapi_client.models.create_schedule import CreateSchedule
222
222
  from openapi_client.models.create_session_from_snapshot_options import CreateSessionFromSnapshotOptions
@@ -234,7 +234,6 @@ from openapi_client.models.createotpreturnapimodel_response import Createotpretu
234
234
  from openapi_client.models.createsessionresponse_response import CreatesessionresponseResponse
235
235
  from openapi_client.models.credit_card_information import CreditCardInformation
236
236
  from openapi_client.models.customer_alert_status import CustomerAlertStatus
237
- from openapi_client.models.customer_billing_type import CustomerBillingType
238
237
  from openapi_client.models.dataplane_services import DataplaneServices
239
238
  from openapi_client.models.dataset import Dataset
240
239
  from openapi_client.models.dataset_list_response import DatasetListResponse
@@ -384,7 +383,7 @@ from openapi_client.models.lb_resource import LBResource
384
383
  from openapi_client.models.lbresource_response import LbresourceResponse
385
384
  from openapi_client.models.list_machine_pools_response import ListMachinePoolsResponse
386
385
  from openapi_client.models.list_machines_response import ListMachinesResponse
387
- from openapi_client.models.list_resource_alerts_query import ListResourceAlertsQuery
386
+ from openapi_client.models.list_resource_notifications_query import ListResourceNotificationsQuery
388
387
  from openapi_client.models.list_resource_quotas_query import ListResourceQuotasQuery
389
388
  from openapi_client.models.list_response_metadata import ListResponseMetadata
390
389
  from openapi_client.models.listmachinepoolsresponse_response import ListmachinepoolsresponseResponse
@@ -411,6 +410,7 @@ from openapi_client.models.longrunningworkload_list_response import Longrunningw
411
410
  from openapi_client.models.machine_allocation_state import MachineAllocationState
412
411
  from openapi_client.models.machine_connection_state import MachineConnectionState
413
412
  from openapi_client.models.machine_info import MachineInfo
413
+ from openapi_client.models.machine_launch_failure import MachineLaunchFailure
414
414
  from openapi_client.models.machine_pool import MachinePool
415
415
  from openapi_client.models.machine_state_info import MachineStateInfo
416
416
  from openapi_client.models.metronome_customer_info_model import MetronomeCustomerInfoModel
@@ -520,12 +520,12 @@ from openapi_client.models.request_state_info import RequestStateInfo
520
520
  from openapi_client.models.requestemailmagiclinkresponse_response import RequestemailmagiclinkresponseResponse
521
521
  from openapi_client.models.requestotpreturnapimodel_response import RequestotpreturnapimodelResponse
522
522
  from openapi_client.models.reset_password_params import ResetPasswordParams
523
- from openapi_client.models.resource_alert import ResourceAlert
524
523
  from openapi_client.models.resource_alert_event_type import ResourceAlertEventType
524
+ from openapi_client.models.resource_notification import ResourceNotification
525
525
  from openapi_client.models.resource_quota import ResourceQuota
526
526
  from openapi_client.models.resource_quota_status import ResourceQuotaStatus
527
- from openapi_client.models.resourcealert_list_response import ResourcealertListResponse
528
- from openapi_client.models.resourcealert_response import ResourcealertResponse
527
+ from openapi_client.models.resourcenotification_list_response import ResourcenotificationListResponse
528
+ from openapi_client.models.resourcenotification_response import ResourcenotificationResponse
529
529
  from openapi_client.models.resourcequota_list_response import ResourcequotaListResponse
530
530
  from openapi_client.models.resourcequota_response import ResourcequotaResponse
531
531
  from openapi_client.models.resources import Resources