anyscale 0.26.58__py3-none-any.whl → 0.26.59__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/common.py +1 -1
- anyscale/client/README.md +15 -0
- anyscale/client/openapi_client/__init__.py +10 -0
- anyscale/client/openapi_client/api/default_api.py +602 -2
- anyscale/client/openapi_client/models/__init__.py +10 -0
- anyscale/client/openapi_client/models/baseimagesenum.py +76 -1
- anyscale/client/openapi_client/models/create_internal_production_job.py +31 -3
- anyscale/client/openapi_client/models/create_job_queue_requests.py +31 -3
- anyscale/client/openapi_client/models/email_verification_request.py +175 -0
- anyscale/client/openapi_client/models/email_verification_response.py +120 -0
- anyscale/client/openapi_client/models/emailverificationresponse_response.py +121 -0
- anyscale/client/openapi_client/models/job_queues_query.py +31 -3
- anyscale/client/openapi_client/models/operator_event.py +256 -0
- anyscale/client/openapi_client/models/operator_event_response.py +148 -0
- anyscale/client/openapi_client/models/operator_event_type.py +101 -0
- anyscale/client/openapi_client/models/supportedbaseimagesenum.py +76 -1
- anyscale/client/openapi_client/models/update_job_queue_request.py +31 -3
- anyscale/client/openapi_client/models/use_work_os_response.py +121 -0
- anyscale/client/openapi_client/models/useworkosresponse_response.py +121 -0
- anyscale/client/openapi_client/models/work_os_authorize_url_response.py +120 -0
- anyscale/client/openapi_client/models/workosauthorizeurlresponse_response.py +121 -0
- anyscale/commands/cloud_commands.py +15 -3
- anyscale/commands/command_examples.py +1 -1
- anyscale/controllers/cloud_controller.py +7 -3
- anyscale/sdk/anyscale_client/models/baseimagesenum.py +76 -1
- anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +76 -1
- anyscale/shared_anyscale_utils/latest_ray_version.py +1 -1
- anyscale/version.py +1 -1
- {anyscale-0.26.58.dist-info → anyscale-0.26.59.dist-info}/METADATA +1 -1
- {anyscale-0.26.58.dist-info → anyscale-0.26.59.dist-info}/RECORD +35 -25
- {anyscale-0.26.58.dist-info → anyscale-0.26.59.dist-info}/WHEEL +0 -0
- {anyscale-0.26.58.dist-info → anyscale-0.26.59.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.58.dist-info → anyscale-0.26.59.dist-info}/licenses/LICENSE +0 -0
- {anyscale-0.26.58.dist-info → anyscale-0.26.59.dist-info}/licenses/NOTICE +0 -0
- {anyscale-0.26.58.dist-info → anyscale-0.26.59.dist-info}/top_level.txt +0 -0
@@ -57,7 +57,7 @@ from anyscale.utils.workspace_notification import WorkspaceNotification
|
|
57
57
|
# Maybe just make it part of the release process to update it, or fetch the
|
58
58
|
# default builds and get the latest one. The best thing to do is probably
|
59
59
|
# to populate this in the backend.
|
60
|
-
DEFAULT_RAY_VERSION = "2.49.
|
60
|
+
DEFAULT_RAY_VERSION = "2.49.2" # RAY_RELEASE_UPDATE: update to latest version.
|
61
61
|
DEFAULT_PYTHON_VERSION = "py311"
|
62
62
|
RUNTIME_ENV_PACKAGE_FORMAT = "pkg_{content_hash}.zip"
|
63
63
|
|
anyscale/client/README.md
CHANGED
@@ -224,6 +224,7 @@ Class | Method | HTTP request | Description
|
|
224
224
|
*DefaultApi* | [**get_metronome_embedded_usage_dashboard_by_organization_api_v2_organization_billing_organization_id_metronome_embedded_dashboard_url_dashboard_type_get**](docs/DefaultApi.md#get_metronome_embedded_usage_dashboard_by_organization_api_v2_organization_billing_organization_id_metronome_embedded_dashboard_url_dashboard_type_get) | **GET** /api/v2/organization_billing/{organization_id}/metronome_embedded_dashboard_url/{dashboard_type} | Get Metronome Embedded Usage Dashboard By Organization
|
225
225
|
*DefaultApi* | [**get_model_api_v2_llm_models_model_id_get**](docs/DefaultApi.md#get_model_api_v2_llm_models_model_id_get) | **GET** /api/v2/llm/models/{model_id} | Get Model
|
226
226
|
*DefaultApi* | [**get_model_by_job_id_api_v2_llm_models_get_by_job_id_job_id_get**](docs/DefaultApi.md#get_model_by_job_id_api_v2_llm_models_get_by_job_id_job_id_get) | **GET** /api/v2/llm/models/get_by_job_id/{job_id} | Get Model By Job Id
|
227
|
+
*DefaultApi* | [**get_operator_events_api_v2_dataset_runs_operator_events_get**](docs/DefaultApi.md#get_operator_events_api_v2_dataset_runs_operator_events_get) | **GET** /api/v2/dataset_runs/operator_events | Get Operator Events
|
227
228
|
*DefaultApi* | [**get_operator_metrics_api_v2_dataset_runs_operator_get**](docs/DefaultApi.md#get_operator_metrics_api_v2_dataset_runs_operator_get) | **GET** /api/v2/dataset_runs/operator | Get Operator Metrics
|
228
229
|
*DefaultApi* | [**get_or_create_build_from_image_uri_api_v2_builds_get_or_create_build_from_image_uri_post**](docs/DefaultApi.md#get_or_create_build_from_image_uri_api_v2_builds_get_or_create_build_from_image_uri_post) | **POST** /api/v2/builds/get_or_create_build_from_image_uri | Get Or Create Build From Image Uri
|
229
230
|
*DefaultApi* | [**get_organization_metronome_usage_alerts_api_v2_organization_billing_alerts_get**](docs/DefaultApi.md#get_organization_metronome_usage_alerts_api_v2_organization_billing_alerts_get) | **GET** /api/v2/organization_billing/alerts | Get Organization Metronome Usage Alerts
|
@@ -262,6 +263,7 @@ Class | Method | HTTP request | Description
|
|
262
263
|
*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
|
263
264
|
*DefaultApi* | [**get_user_info_api_v2_userinfo_get**](docs/DefaultApi.md#get_user_info_api_v2_userinfo_get) | **GET** /api/v2/userinfo/ | Get User Info
|
264
265
|
*DefaultApi* | [**get_version_api_v2_workspace_templates_template_id_versions_version_id_get**](docs/DefaultApi.md#get_version_api_v2_workspace_templates_template_id_versions_version_id_get) | **GET** /api/v2/workspace_templates/{template_id}/versions/{version_id} | Get Version
|
266
|
+
*DefaultApi* | [**get_workos_authorize_url_api_v2_workos_authorize_get**](docs/DefaultApi.md#get_workos_authorize_url_api_v2_workos_authorize_get) | **GET** /api/v2/workos/authorize | Get Workos Authorize Url
|
265
267
|
*DefaultApi* | [**get_workspace_api_v2_experimental_workspaces_workspace_id_get**](docs/DefaultApi.md#get_workspace_api_v2_experimental_workspaces_workspace_id_get) | **GET** /api/v2/experimental_workspaces/{workspace_id} | Get Workspace
|
266
268
|
*DefaultApi* | [**get_workspace_dataplane_artifacts_api_v2_experimental_workspaces_workspace_id_dataplane_artifacts_get**](docs/DefaultApi.md#get_workspace_dataplane_artifacts_api_v2_experimental_workspaces_workspace_id_dataplane_artifacts_get) | **GET** /api/v2/experimental_workspaces/{workspace_id}/dataplane_artifacts | Get Workspace Dataplane Artifacts
|
267
269
|
*DefaultApi* | [**get_workspace_events_api_v2_experimental_workspaces_workspace_id_events_get**](docs/DefaultApi.md#get_workspace_events_api_v2_experimental_workspaces_workspace_id_events_get) | **GET** /api/v2/experimental_workspaces/{workspace_id}/events | Get Workspace Events
|
@@ -391,6 +393,7 @@ Class | Method | HTTP request | Description
|
|
391
393
|
*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
|
392
394
|
*DefaultApi* | [**upsert_resource_tags_api_v2_tags_resource_put**](docs/DefaultApi.md#upsert_resource_tags_api_v2_tags_resource_put) | **PUT** /api/v2/tags/resource | Upsert Resource Tags
|
393
395
|
*DefaultApi* | [**upsert_support_request_for_user_organization_api_v2_support_requests_support_request_put**](docs/DefaultApi.md#upsert_support_request_for_user_organization_api_v2_support_requests_support_request_put) | **PUT** /api/v2/support_requests/support_request | Upsert Support Request For User Organization
|
396
|
+
*DefaultApi* | [**use_workos_api_v2_workos_use_workos_get**](docs/DefaultApi.md#use_workos_api_v2_workos_use_workos_get) | **GET** /api/v2/workos/use_workos | Use Workos
|
394
397
|
*DefaultApi* | [**user_resend_email_api_v2_users_resend_email_post**](docs/DefaultApi.md#user_resend_email_api_v2_users_resend_email_post) | **POST** /api/v2/users/resend_email | User Resend Email
|
395
398
|
*DefaultApi* | [**user_verify_api_v2_users_verify_token_get**](docs/DefaultApi.md#user_verify_api_v2_users_verify_token_get) | **GET** /api/v2/users/verify/{token} | User Verify
|
396
399
|
*DefaultApi* | [**validate_api_v2_authentication_validate_post**](docs/DefaultApi.md#validate_api_v2_authentication_validate_post) | **POST** /api/v2/authentication/validate | Validate
|
@@ -398,6 +401,8 @@ Class | Method | HTTP request | Description
|
|
398
401
|
*DefaultApi* | [**validate_one_time_password_api_v2_users_validate_otp_token_post**](docs/DefaultApi.md#validate_one_time_password_api_v2_users_validate_otp_token_post) | **POST** /api/v2/users/validate_otp_token | Validate One Time Password
|
399
402
|
*DefaultApi* | [**verify_access_api_v2_cloudsverify_access_cloud_id_get**](docs/DefaultApi.md#verify_access_api_v2_cloudsverify_access_cloud_id_get) | **GET** /api/v2/cloudsverify_access/{cloud_id} | Verify Access
|
400
403
|
*DefaultApi* | [**verify_reset_password_token_api_v2_users_reset_password_token_get**](docs/DefaultApi.md#verify_reset_password_token_api_v2_users_reset_password_token_get) | **GET** /api/v2/users/reset_password/{token} | Verify Reset Password Token
|
404
|
+
*DefaultApi* | [**workos_callback_api_v2_workos_callback_get**](docs/DefaultApi.md#workos_callback_api_v2_workos_callback_get) | **GET** /api/v2/workos/callback | Workos Callback
|
405
|
+
*DefaultApi* | [**workos_verify_email_code_api_v2_workos_email_verification_verify_post**](docs/DefaultApi.md#workos_verify_email_code_api_v2_workos_email_verification_verify_post) | **POST** /api/v2/workos/email_verification/verify | Workos Verify Email Code
|
401
406
|
|
402
407
|
|
403
408
|
## Documentation For Models
|
@@ -672,6 +677,9 @@ Class | Method | HTTP request | Description
|
|
672
677
|
- [DetachmachinepoolfromcloudresponseResponse](docs/DetachmachinepoolfromcloudresponseResponse.md)
|
673
678
|
- [EditableCloudResource](docs/EditableCloudResource.md)
|
674
679
|
- [EditableCloudResourceGCP](docs/EditableCloudResourceGCP.md)
|
680
|
+
- [EmailVerificationRequest](docs/EmailVerificationRequest.md)
|
681
|
+
- [EmailVerificationResponse](docs/EmailVerificationResponse.md)
|
682
|
+
- [EmailverificationresponseResponse](docs/EmailverificationresponseResponse.md)
|
675
683
|
- [Error](docs/Error.md)
|
676
684
|
- [EventLevel](docs/EventLevel.md)
|
677
685
|
- [ExecuteCommandResponse](docs/ExecuteCommandResponse.md)
|
@@ -815,6 +823,9 @@ Class | Method | HTTP request | Description
|
|
815
823
|
- [OperatorBranch](docs/OperatorBranch.md)
|
816
824
|
- [OperatorCheckResult](docs/OperatorCheckResult.md)
|
817
825
|
- [OperatorCheckStatus](docs/OperatorCheckStatus.md)
|
826
|
+
- [OperatorEvent](docs/OperatorEvent.md)
|
827
|
+
- [OperatorEventResponse](docs/OperatorEventResponse.md)
|
828
|
+
- [OperatorEventType](docs/OperatorEventType.md)
|
818
829
|
- [OperatorId](docs/OperatorId.md)
|
819
830
|
- [OperatorMetrics](docs/OperatorMetrics.md)
|
820
831
|
- [OperatorStatus](docs/OperatorStatus.md)
|
@@ -1011,10 +1022,12 @@ Class | Method | HTTP request | Description
|
|
1011
1022
|
- [UsagebyinstancetypeListResponse](docs/UsagebyinstancetypeListResponse.md)
|
1012
1023
|
- [UsagebyprojectListResponse](docs/UsagebyprojectListResponse.md)
|
1013
1024
|
- [UsagebyuserListResponse](docs/UsagebyuserListResponse.md)
|
1025
|
+
- [UseWorkOSResponse](docs/UseWorkOSResponse.md)
|
1014
1026
|
- [UserInfo](docs/UserInfo.md)
|
1015
1027
|
- [UserResendEmailOptions](docs/UserResendEmailOptions.md)
|
1016
1028
|
- [UserServiceAccessTypes](docs/UserServiceAccessTypes.md)
|
1017
1029
|
- [UserinfoResponse](docs/UserinfoResponse.md)
|
1030
|
+
- [UseworkosresponseResponse](docs/UseworkosresponseResponse.md)
|
1018
1031
|
- [UtmFields](docs/UtmFields.md)
|
1019
1032
|
- [ValidateOTPParamsApiModel](docs/ValidateOTPParamsApiModel.md)
|
1020
1033
|
- [ValidationError](docs/ValidationError.md)
|
@@ -1022,12 +1035,14 @@ Class | Method | HTTP request | Description
|
|
1022
1035
|
- [WaitlistStatusType](docs/WaitlistStatusType.md)
|
1023
1036
|
- [WaitliststatusresponseResponse](docs/WaitliststatusresponseResponse.md)
|
1024
1037
|
- [WandBRunDetails](docs/WandBRunDetails.md)
|
1038
|
+
- [WorkOSAuthorizeUrlResponse](docs/WorkOSAuthorizeUrlResponse.md)
|
1025
1039
|
- [WorkerNodeType](docs/WorkerNodeType.md)
|
1026
1040
|
- [WorkloadInfo](docs/WorkloadInfo.md)
|
1027
1041
|
- [WorkloadMachineInfo](docs/WorkloadMachineInfo.md)
|
1028
1042
|
- [WorkloadStateInfo](docs/WorkloadStateInfo.md)
|
1029
1043
|
- [WorkloadType](docs/WorkloadType.md)
|
1030
1044
|
- [WorkloadstateinfoListResponse](docs/WorkloadstateinfoListResponse.md)
|
1045
|
+
- [WorkosauthorizeurlresponseResponse](docs/WorkosauthorizeurlresponseResponse.md)
|
1031
1046
|
- [WorkspaceDataplaneArtifact](docs/WorkspaceDataplaneArtifact.md)
|
1032
1047
|
- [WorkspaceDataplaneArtifacts](docs/WorkspaceDataplaneArtifacts.md)
|
1033
1048
|
- [WorkspaceDataplaneProxiedArtifacts](docs/WorkspaceDataplaneProxiedArtifacts.md)
|
@@ -298,6 +298,9 @@ from openapi_client.models.detach_machine_pool_from_cloud_request import DetachM
|
|
298
298
|
from openapi_client.models.detachmachinepoolfromcloudresponse_response import DetachmachinepoolfromcloudresponseResponse
|
299
299
|
from openapi_client.models.editable_cloud_resource import EditableCloudResource
|
300
300
|
from openapi_client.models.editable_cloud_resource_gcp import EditableCloudResourceGCP
|
301
|
+
from openapi_client.models.email_verification_request import EmailVerificationRequest
|
302
|
+
from openapi_client.models.email_verification_response import EmailVerificationResponse
|
303
|
+
from openapi_client.models.emailverificationresponse_response import EmailverificationresponseResponse
|
301
304
|
from openapi_client.models.error import Error
|
302
305
|
from openapi_client.models.event_level import EventLevel
|
303
306
|
from openapi_client.models.execute_command_response import ExecuteCommandResponse
|
@@ -441,6 +444,9 @@ from openapi_client.models.operation_result import OperationResult
|
|
441
444
|
from openapi_client.models.operator_branch import OperatorBranch
|
442
445
|
from openapi_client.models.operator_check_result import OperatorCheckResult
|
443
446
|
from openapi_client.models.operator_check_status import OperatorCheckStatus
|
447
|
+
from openapi_client.models.operator_event import OperatorEvent
|
448
|
+
from openapi_client.models.operator_event_response import OperatorEventResponse
|
449
|
+
from openapi_client.models.operator_event_type import OperatorEventType
|
444
450
|
from openapi_client.models.operator_id import OperatorId
|
445
451
|
from openapi_client.models.operator_metrics import OperatorMetrics
|
446
452
|
from openapi_client.models.operator_status import OperatorStatus
|
@@ -637,10 +643,12 @@ from openapi_client.models.usagebycluster_list_response import UsagebyclusterLis
|
|
637
643
|
from openapi_client.models.usagebyinstancetype_list_response import UsagebyinstancetypeListResponse
|
638
644
|
from openapi_client.models.usagebyproject_list_response import UsagebyprojectListResponse
|
639
645
|
from openapi_client.models.usagebyuser_list_response import UsagebyuserListResponse
|
646
|
+
from openapi_client.models.use_work_os_response import UseWorkOSResponse
|
640
647
|
from openapi_client.models.user_info import UserInfo
|
641
648
|
from openapi_client.models.user_resend_email_options import UserResendEmailOptions
|
642
649
|
from openapi_client.models.user_service_access_types import UserServiceAccessTypes
|
643
650
|
from openapi_client.models.userinfo_response import UserinfoResponse
|
651
|
+
from openapi_client.models.useworkosresponse_response import UseworkosresponseResponse
|
644
652
|
from openapi_client.models.utm_fields import UtmFields
|
645
653
|
from openapi_client.models.validate_otp_params_api_model import ValidateOTPParamsApiModel
|
646
654
|
from openapi_client.models.validation_error import ValidationError
|
@@ -648,12 +656,14 @@ from openapi_client.models.waitlist_status_response import WaitlistStatusRespons
|
|
648
656
|
from openapi_client.models.waitlist_status_type import WaitlistStatusType
|
649
657
|
from openapi_client.models.waitliststatusresponse_response import WaitliststatusresponseResponse
|
650
658
|
from openapi_client.models.wand_b_run_details import WandBRunDetails
|
659
|
+
from openapi_client.models.work_os_authorize_url_response import WorkOSAuthorizeUrlResponse
|
651
660
|
from openapi_client.models.worker_node_type import WorkerNodeType
|
652
661
|
from openapi_client.models.workload_info import WorkloadInfo
|
653
662
|
from openapi_client.models.workload_machine_info import WorkloadMachineInfo
|
654
663
|
from openapi_client.models.workload_state_info import WorkloadStateInfo
|
655
664
|
from openapi_client.models.workload_type import WorkloadType
|
656
665
|
from openapi_client.models.workloadstateinfo_list_response import WorkloadstateinfoListResponse
|
666
|
+
from openapi_client.models.workosauthorizeurlresponse_response import WorkosauthorizeurlresponseResponse
|
657
667
|
from openapi_client.models.workspace_dataplane_artifact import WorkspaceDataplaneArtifact
|
658
668
|
from openapi_client.models.workspace_dataplane_artifacts import WorkspaceDataplaneArtifacts
|
659
669
|
from openapi_client.models.workspace_dataplane_proxied_artifacts import WorkspaceDataplaneProxiedArtifacts
|