anyscale 0.26.21__tar.gz → 0.26.23__tar.gz
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-0.26.21 → anyscale-0.26.23}/PKG-INFO +1 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/anyscale_client/anyscale_client.py +103 -43
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/anyscale_client/common.py +38 -8
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/anyscale_client/fake_anyscale_client.py +98 -27
- anyscale-0.26.23/anyscale/_private/docgen/models.md +2096 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/models/model_base.py +95 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/workload/workload_sdk.py +3 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/aggregated_instance_usage/models.py +4 -4
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/README.md +1 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/api/default_api.py +122 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/baseimagesenum.py +68 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/supportedbaseimagesenum.py +68 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/command_examples.py +4 -0
- anyscale-0.26.23/anyscale/commands/list_util.py +107 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/service_commands.py +267 -31
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/util.py +5 -4
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/service_controller.py +7 -86
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/baseimagesenum.py +68 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +68 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/service/__init__.py +53 -3
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/service/_private/service_sdk.py +177 -41
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/service/commands.py +78 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/service/models.py +65 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/latest_ray_version.py +1 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/util.py +35 -1
- anyscale-0.26.23/anyscale/version.py +1 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale.egg-info/PKG-INFO +1 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale.egg-info/SOURCES.txt +1 -0
- anyscale-0.26.21/anyscale/_private/docgen/models.md +0 -2096
- anyscale-0.26.21/anyscale/version.py +0 -1
- {anyscale-0.26.21 → anyscale-0.26.23}/.covrc +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/BUILD.bazel +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/LICENSE +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/MANIFEST.in +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/NOTICE +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/README.md +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/anyscale_client/README.md +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/anyscale_client/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/docgen/README.md +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/docgen/__main__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/docgen/api.md +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/docgen/generator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/docgen/generator_legacy.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/models/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/models/image_uri.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/sdk/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/sdk/base_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/sdk/timer.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/utils/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/utils/progress_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/workload/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/workload/workload_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/aggregated_instance_usage/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/aggregated_instance_usage/_private/aggregated_instance_usage_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/aggregated_instance_usage/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale-cloud-setup-gcp-oa.yaml +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale-cloud-setup-gcp.yaml +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale-cloud-setup-oa.yaml +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale-cloud-setup.yaml +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_halo/LICENSE +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_halo/README.md +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_halo/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_halo/_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_halo/cursor.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_halo/halo.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_halo/halo_notebook.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/HISTORY.md +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/LICENSE +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/PKG-INFO +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/README.md +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/_hypothesis_plugin.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/annotated_types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/class_validators.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/color.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/dataclasses.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/datetime_parse.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/decorator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/env_settings.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/error_wrappers.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/errors.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/fields.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/generics.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/json.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/main.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/mypy.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/networks.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/parse.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/py.typed +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/schema.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/tools.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/typing.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/validators.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_pydantic/version.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/anyscale_schema.json +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/api.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/api_utils/README.md +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/api_utils/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/api_utils/common_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/api_utils/exceptions/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/api_utils/exceptions/job_errors.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/api_utils/job_logs_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/api_utils/job_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/api_utils/logs_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/authenticate.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/aws_iam_policies.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/background/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/background/job_runner.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cli_logger.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/.gitignore +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/.openapi-generator/VERSION +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/.openapi-generator-ignore +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/git_push.sh +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/api/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/api_client.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/configuration.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/exceptions.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/access_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/actor_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/admin_create_user.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/admin_created_user.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/admincreateduser_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aggregated_instance_usage_csv.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aggregated_usage.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aggregated_usage_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aggregatedinstanceusagecsv_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aggregatedusage_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aioa_cloud_waitlist_record.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aioacloudwaitlistrecord_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/alert_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/anyscale_aws_account.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/anyscale_service_account.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/anyscaleawsaccount_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/anyscaled_credential_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/anyscaleserviceaccount_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/api_key_parameters.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/app_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/appconfig_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/application_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/applied_snapshot.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/archive_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/attach_machine_pool_to_cloud_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/attachmachinepooltocloudresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aws_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aws_region_and_zones.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/aws_region_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/awsregionandzones_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/backend_server_api_product_models_dataset_runs_dataset_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/backend_server_api_product_routers_datasets_router_dataset_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/bank_account_information.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/base_job_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/batch_response_batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/billing_information.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/billing_version_code.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/body_aws_marketplace_registration_api_v2_organization_billing_aws_marketplace_registration_post.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/build_log_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/build_registration.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/build_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/build_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/change_password_params.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cleanup_leaked_grafana_dashboard_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cleanupleakedgrafanadashboardresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/clone_experimental_workspace.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_analytics_event.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_provider_error.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_resource.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_analytics_event_command_name.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_analytics_event_error.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_analytics_event_name.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_collaborator_value.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_collaborators_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_data_bucket_access_mode.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_scheme.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_scheme.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_data_bucket_request_scope.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_deployment.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_deployment_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_hosting_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_name_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_overview_dashboard.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_project_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_project_collaborator_value.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_provider.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_providers.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_region_and_zones.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_region_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_resource.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_resource_gcp.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_version.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_waitlist_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloudcollaborator_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/clouddatabucketpresigneduploadinfo_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/clouddatabucketpresignedurlresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/clouddeployment_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/clouddeploymentconfig_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloudoverviewdashboard_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloudregionandzones_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloudresource_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloudresourcegcp_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloudwithcloudresource_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cluster_auth_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cluster_event.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cluster_event_source.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cluster_events_output.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cluster_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cluster_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/cluster_status_details.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/clusterauthresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/clusterevent_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/clustereventsoutput_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/compute_node_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/compute_stack.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/compute_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/compute_template_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/compute_template_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/computetemplate_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_aioa_cloud_waitlist.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_analytics_event.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_app_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_billing_version.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_bug_report_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_byod_app_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_byod_build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_cloud_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_cloud_resource.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_compute_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_dataset.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_experimental_workspace.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_instance_usage_budget.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_internal_production_job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_job_queue_requests.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_machine_pool_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_machine_pool_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_machine_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_machine_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_metronome_webhook_notification.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_notification_channel_record.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_organization_configuration.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_organization_invitation.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_otp_return_api_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_production_job_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_resource_notification.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_resource_quota.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_schedule.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_user.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_user_project_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_user_project_collaborator_value.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/create_workspace_from_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/createbugreportresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/createcomputetemplateconfig_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/createmachinepoolresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/createmachineresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/createotpreturnapimodel_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/credit_card_information.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/customer_alert_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/dataplane_services.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/dataset.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/dataset_dag.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/dataset_dag_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/dataset_jobs.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/dataset_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/dataset_metrics.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/dataset_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/dataset_upload.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/datasetupload_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_application_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_compute_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_compute_template_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_interactive_session.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_job_queue.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_list_service_api_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_production_job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_production_job_state_transition.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_schedule.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_serve_deployment.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_service_event_api_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_session.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_support_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decorated_unified_job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedbuild_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedbuild_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedinteractivesession_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedjob_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedjobqueue_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedjobqueue_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedlistserviceapimodel_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedproductionjob_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedproductionjob_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedproductionjobstatetransition_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedproductionservicev2_apimodel_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedproductionservicev2_versionapimodel_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedschedule_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedschedule_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedservedeployment_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedservedeployment_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedserviceeventapimodel_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedsession_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedsession_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedsupportrequest_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedsupportrequest_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedunifiedjob_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/delete_machine_pool_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/delete_machine_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/deleted_platform_fine_tuned_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/deletedplatformfinetunedmodel_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/deletemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/describe_machine_pool_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/describe_machine_pool_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/describe_system_workload_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/describemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/describesystemworkloadresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/detach_machine_pool_from_cloud_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/detachmachinepoolfromcloudresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/editable_cloud_resource.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/editable_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/error.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/event_level.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/execute_command_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/execute_interactive_command_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/executecommandresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/experimental_workspace.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/experimental_workspaces_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/experimentalworkspace_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/experimentalworkspace_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/external_terminal_command.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/feature_flag_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/featureflagresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/file_storage.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/fine_tune_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/fine_tuned_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/finetunedmodel_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/finetunedmodel_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/gcp_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/gcp_file_store_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/gcp_memorystore_instance_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/grafana_dashboard.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ha_job_error_types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ha_job_event_level.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ha_job_event_origin.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ha_job_states.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ha_job_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ha_jobs_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/head_ip.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/headip_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/http_protocol_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/http_validation_error.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/i_know_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/i_know_time_series_event.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/idle_termination_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/instance_usage_budget.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/instance_usage_budget_evaluation_period.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/instanceusagebudget_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/instanceusagebudget_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/integration_details.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/internal_production_job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/internalproductionjob_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/invoice.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/invoice_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/invoice_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/invoices_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_access.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_details.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_queue.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_queue_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_queue_sort_directive.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_queue_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_queue_spec.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_queue_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_queues_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_report.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_run_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_state_log_level_types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/job_with_report.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/jobqueue_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/jobwithreport_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/json_patch_operation.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/kubernetes_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/kubernetes_manager_registration_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/kubernetes_manager_registration_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/kubernetesmanagerregistrationresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/lb_resource.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/lbresource_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/list_machine_pools_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/list_machines_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/list_ray_sessions_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/list_resource_notifications_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/list_resource_quotas_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/list_response_metadata.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/listmachinepoolsresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/listmachinesresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/listraysessionsresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/log_download_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/log_download_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/log_download_result.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/log_file_chunk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/log_filter.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/log_item.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/log_item_batch.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/log_stream.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/login_user_params.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/logitembatch_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/logs_output.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/logsoutput_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/logstream_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/long_running_workload.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/longrunningworkload_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/machine_allocation_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/machine_connection_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/machine_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/machine_launch_failure.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/machine_pool.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/machine_state_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/metric.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/metronome_customer_info_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/metronome_dashboard_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/metronomecustomerinfomodel_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/metronomecustomerinfomodel_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_cloud.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_cluster.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_compute_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_compute_template_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_job_run.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_namespace.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_organization.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_production_job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_project.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_runtime_environment.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_schedule.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/mini_user.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/minibuild_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/minicomputetemplate_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/miniproject_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/networking_mode.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/nfs_mount_target.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/node_registration_aws.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/node_registration_gcp.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/node_registration_k8_s.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/node_registration_provisioned.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/node_registration_v2.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/node_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/notification_channel_email_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/notification_channel_slack_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/notification_channel_webhook_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/object_storage.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/operator_branch.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/operator_id.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/operator_metrics.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_configuration.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_configuration_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_invitation.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_invitation_base.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_marketing_questions.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_permission_level.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_summary.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_usage_alert.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organization_usage_alert_severity.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organizationcollaborator_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organizationconfiguration_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organizationconfigurationresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organizationinvitation_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organizationinvitation_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organizationinvitationbase_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/organizationusagealert_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/page_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/pause_schedule.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/pcp_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/permission_level.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/product_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/production_job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/production_job_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/production_job_event.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/production_job_event_scope_filter.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/productionjob_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/productionjobevent_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/project.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/project_base.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/project_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/project_collaborator_value.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/project_default_session_name.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/project_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/project_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/projectbase_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/projectcollaborator_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/projectdefaultsessionname_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/projects_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/protocols.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/python_modules.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/quota.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ray_session.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/read_billing_version.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/readbillingversion_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/replica_details.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/replica_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/request_email_magic_link_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/request_otp_return_api_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/request_password_reset_params.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/request_state_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/requestemailmagiclinkresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/requestotpreturnapimodel_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/reset_password_params.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/resource_alert_event_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/resource_notification.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/resource_quota.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/resource_quota_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/resourcenotification_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/resourcenotification_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/resourcequota_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/resourcequota_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/resources.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/rollback_service_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/rollout_strategy.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/run_attempt_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/run_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/s3_download_location.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/schedule_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/scheduler_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/serve_deployment_fast_api_docs_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/serve_deployment_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/servedeploymentfastapidocsstatus_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/server_session_token.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/serversessiontoken_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_event_current_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_event_level.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_event_origin.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_event_scope.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_event_scope_filter.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_event_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_event_verbose_message_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_goal_states.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_observability_urls.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_usage.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/service_version_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/serviceeventverbosemessagemodel_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_access.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_command.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_command_finish_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_command_id.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_command_types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_ssh_key.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_state_data.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/session_stopping_data.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/sessioncommandid_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/sessions_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/sessionsshkey_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/show_otp_source_return_api_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/sort_order.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/sso_login_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ssologininfo_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/start_session_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/stop_session_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/stream_publish_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/support_requests_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/system_workload_name.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_exception_group_aggregate.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_exception_group_aggregate_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_function_name_group_aggregate.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_function_name_group_aggregate_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_grouped_aggregate_metrics.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_job_group_aggregate.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_job_group_aggregate_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_summary.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_table_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_table_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_table_row.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/task_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/tasksummary_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/templatized_compute_configs.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/templatized_decorated_application_templates.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/templatizedcomputeconfigs_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/templatizeddecoratedapplicationtemplates_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/text_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/tool.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/tracing_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/train_resources.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/train_run.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/train_run_attempt.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/train_worker.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/trainrun_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/try_login_email_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/tryloginemailresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/unified_job_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/unified_job_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/unified_job_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/update_cloud_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/update_cluster_dns.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/update_job_queue_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/update_machine_pool_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/update_organization_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/update_project_collaborator.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/update_resource_quota.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/updatemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/upload_session_command_logs_locations.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/uploadsessioncommandlogslocations_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usage_by_cloud.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usage_by_cluster.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usage_by_instance_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usage_by_project.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usage_by_user.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usagebycloud_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usagebycluster_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usagebyinstancetype_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usagebyproject_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/usagebyuser_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/user_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/user_resend_email_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/user_service_access_types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/userinfo_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/utm_fields.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/ux_instance.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/validate_otp_params_api_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/validation_error.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/waitlist_status_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/waitlist_status_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/waitliststatusresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/wand_b_run_details.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/web_terminal.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/webterminal_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/worker_node_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workload_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workload_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_dataplane_artifact.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_dataplane_artifacts.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_event.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_event_source.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_event_source_filter.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_readme.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_snapshot_states.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_template_cluster_environment_metadata.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspace_template_readme.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspacedataplaneartifacts_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspacedataplaneproxiedartifacts_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspaceevent_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspacereadme_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspacetemplate_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspacetemplateclusterenvironmentmetadata_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/workspacetemplatereadme_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/write_cloud.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/write_cluster_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/write_project.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/write_session.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/models/write_support_request.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/openapi_client/rest.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/requirements.txt +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/setup.cfg +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/setup.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/test-requirements.txt +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/client/tox.ini +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cloud/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cloud/_private/cloud_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cloud/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cloud/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cloud_resource.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cloud_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cluster.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cluster_compute.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/cluster_env.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/aggregated_instance_usage_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/anyscale_api/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/anyscale_api/api_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/anyscale_api/session_operations_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/anyscale_api/sessions_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/auth_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/cloud_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/cloud_commands_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/cluster_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/cluster_env_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/compute_config_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/config_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/exec_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/experimental_integrations_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/image_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/job_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/job_queue_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/list_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/llm/dataset_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/llm/group.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/llm/models_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/login_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/logs_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/machine_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/machine_pool_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/migrate_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/organization_invitation_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/project_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/resource_quota_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/schedule_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/service_account_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/session_commands_hidden.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/user_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/workspace_commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/commands/workspace_commands_v2.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/component_activity_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/compute_config/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/compute_config/_private/compute_config_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/compute_config/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/compute_config/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/conf.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/connect.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/connect_utils/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/connect_utils/prepare_cluster.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/connect_utils/project.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/connect_utils/start_interactive_session.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/auth_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/base_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/cloud_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/cloud_functional_verification_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/cluster_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/cluster_env_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/compute_config_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/config_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/experimental_integrations_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/job_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/jobs_bg_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/list_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/llm/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/llm/models_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/logs_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/machine_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/machine_pool_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/project_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/schedule_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/controllers/workspace_controller.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/feature_flags.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/fingerprint.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/formatters/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/formatters/clouds_formatter.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/formatters/common_formatter.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/gcp_verification.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/image/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/image/_private/image_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/image/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/image/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/integrations.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/job/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/job/_private/job_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/job/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/job/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/links.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/dataset/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/dataset/_private/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/dataset/_private/docs.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/dataset/_private/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/dataset/_private/sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/model/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/model/_private/models_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/model/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/model/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/model/sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/llm/sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/memorydb_supported_zones.json +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/models/job_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/models/service_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/organization_invitation/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/organization_invitation/_private/organization_invitation_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/organization_invitation/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/organization_invitation/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/project/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/project/_private/project_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/project/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/project/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/project_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/resource_quota/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/resource_quota/_private/resource_quota_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/resource_quota/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/resource_quota/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/schedule/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/schedule/_private/schedule_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/schedule/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/schedule/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/scripts.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/api/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/api/default_api.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/api_client.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/configuration.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/exceptions.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/access_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/app_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/apply_service_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/archive_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/base_job_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/build_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/build_log_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/build_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/build_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud_providers.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud_types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cloud_version.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clouds_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_compute.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_compute_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_computes_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_environment.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_environment_build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_head_node_info.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_operation.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_services_urls.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/cluster_status_details.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clustercompute_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clustercompute_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clusterenvironment_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/clusters_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/compute_node_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/compute_stack.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/compute_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/compute_template_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/computetemplate_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_cloud.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_cluster.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_cluster_compute.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_cluster_environment.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_cluster_environment_build.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_production_job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_production_job_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_project.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_schedule.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/create_sso_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/ha_job_states.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/http_protocol_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/http_validation_error.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/idle_termination_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/job_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/job_queue_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/job_queue_spec.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/job_run_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/job_status.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/jobs_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/list_response_metadata.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/list_service_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/listservicemodel_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/log_download_result.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/log_file_chunk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/log_stream.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/logstream_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/node_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/operation_error.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/operation_progress.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/operation_result.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/organization.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/organization_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/page_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/pause_schedule.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/production_job.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/production_job_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/production_service_v2_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/production_service_v2_version_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/productionjob_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/productionjob_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/productionservicev2_model_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/project.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/project_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/project_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/projects_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/protocols.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/python_modules.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/python_version.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/resources.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/rollback_service_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/rollout_strategy.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/schedule_api_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/schedule_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/scheduleapimodel_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/scheduleapimodel_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/service_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/service_event_current_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/service_goal_states.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/service_model.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/service_observability_urls.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/service_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/service_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/service_version_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/servicemodel_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/servicemodel_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/session.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/session_list_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/session_operation.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/session_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/session_state.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/session_state_data.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/session_stopping_data.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/sessions_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/sort_order.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/sso_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/sso_mode.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/ssoconfig_response.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/start_cluster_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/start_session_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/static_sso_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/system_workload_name.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/terminate_cluster_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/text_query.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/tracing_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/update_cloud.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/update_cluster.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/update_organization.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/update_project.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/update_session.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/user_service_access_types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/ux_instance.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/validation_error.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/models/worker_node_type.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/rest.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/sdk/anyscale_client/sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/service_account/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/service_account/_private/service_account_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/service_account/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/service_account/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/aws.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/bytes_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/conf.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/constants.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/default_anyscale_aws.yaml +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/default_anyscale_gcp.yaml +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/headers.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/project.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/test_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/tests/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/tests/test_asyncio.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/tests/test_ray_semver.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/utils/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/utils/asyncio.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/utils/byod.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/utils/collections.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/utils/id_gen.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/utils/protected_string.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/shared_anyscale_utils/utils/ray_semver.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/snapshot.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/tables.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/user/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/user/_private/user_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/user/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/user/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/cli_version_check_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/cloud_update_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/cloud_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/cluster_debug.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/connect_helpers.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/deprecation_util.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/entity_arg_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/env_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/gcp_managed_setup_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/gcp_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/imports/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/imports/all.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/imports/gcp.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/logs_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/name_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/network_verification.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/ray_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/ray_version_checker.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/ray_version_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/runtime_env.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/s3.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/user_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/workload_types.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/workspace_notification.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/utils/workspace_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/webterminal/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/webterminal/bash-preexec.sh +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/webterminal/command_persister.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/webterminal/utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/webterminal/webterminal.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/workspace/__init__.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/workspace/_private/workspace_sdk.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/workspace/commands.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/workspace/models.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale/workspace_utils.py +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale.egg-info/dependency_links.txt +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale.egg-info/entry_points.txt +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale.egg-info/not-zip-safe +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale.egg-info/requires.txt +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/anyscale.egg-info/top_level.txt +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/requirements.in +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/setup.cfg +0 -0
- {anyscale-0.26.21 → anyscale-0.26.23}/setup.py +0 -0
@@ -60,6 +60,8 @@ from anyscale.client.openapi_client.models import (
|
|
60
60
|
Dataset as InternalDataset,
|
61
61
|
DatasetUpload,
|
62
62
|
DecoratedComputeTemplate,
|
63
|
+
DecoratedlistserviceapimodelListResponse,
|
64
|
+
DecoratedProductionServiceV2APIModel,
|
63
65
|
DecoratedSession,
|
64
66
|
DeletedPlatformFineTunedModel,
|
65
67
|
ExperimentalWorkspace,
|
@@ -85,7 +87,7 @@ from anyscale.cluster_compute import parse_cluster_compute_name_version
|
|
85
87
|
from anyscale.feature_flags import FLAG_DEFAULT_WORKING_DIR_FOR_PROJ
|
86
88
|
from anyscale.sdk.anyscale_client.api.default_api import DefaultApi as ExternalApi
|
87
89
|
from anyscale.sdk.anyscale_client.models import (
|
88
|
-
|
90
|
+
ApplyProductionServiceV2Model,
|
89
91
|
Cluster,
|
90
92
|
ClusterCompute,
|
91
93
|
ClusterComputeConfig,
|
@@ -102,7 +104,6 @@ from anyscale.sdk.anyscale_client.models import (
|
|
102
104
|
ProductionServiceV2VersionModel,
|
103
105
|
Project,
|
104
106
|
RollbackServiceModel,
|
105
|
-
ServiceModel,
|
106
107
|
TextQuery,
|
107
108
|
)
|
108
109
|
from anyscale.sdk.anyscale_client.models.jobs_query import JobsQuery
|
@@ -250,6 +251,7 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
250
251
|
# Cached IDs and models to avoid duplicate lookups.
|
251
252
|
self._default_project_id_from_cloud_id: Dict[Optional[str], str] = {}
|
252
253
|
self._cloud_id_cache: Dict[Optional[str], str] = {}
|
254
|
+
self._cluster_env_build_cache: Dict[str, ClusterEnvironmentBuild] = {}
|
253
255
|
self._current_workspace_cluster: Optional[Cluster] = None
|
254
256
|
self._logger = logger or BlockLogger()
|
255
257
|
self._host = host or ANYSCALE_HOST
|
@@ -715,16 +717,41 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
715
717
|
|
716
718
|
@handle_api_exceptions
|
717
719
|
def get_cluster_env_build(self, build_id: str) -> Optional[ClusterEnvironmentBuild]:
|
718
|
-
|
720
|
+
# Check cache first
|
721
|
+
if build_id in self._cluster_env_build_cache:
|
722
|
+
return self._cluster_env_build_cache[build_id]
|
723
|
+
|
724
|
+
# Fetch from API if not in cache
|
725
|
+
try:
|
726
|
+
res = self._external_api_client.get_cluster_environment_build(build_id)
|
727
|
+
build = res.result
|
728
|
+
except ExternalApiException as e:
|
729
|
+
if e.status == 404:
|
730
|
+
return None
|
731
|
+
|
732
|
+
raise e from None
|
733
|
+
|
734
|
+
# Store in cache ONLY if the build exists and is in a terminal state
|
735
|
+
if build:
|
736
|
+
terminal_states = {
|
737
|
+
ClusterEnvironmentBuildStatus.SUCCEEDED,
|
738
|
+
ClusterEnvironmentBuildStatus.FAILED,
|
739
|
+
ClusterEnvironmentBuildStatus.CANCELED,
|
740
|
+
}
|
741
|
+
if build.status in terminal_states:
|
742
|
+
self._cluster_env_build_cache[build_id] = build
|
743
|
+
|
744
|
+
return build
|
719
745
|
|
720
746
|
@handle_api_exceptions
|
721
747
|
def get_cluster_env_build_image_uri(
|
722
748
|
self, cluster_env_build_id: str, use_image_alias: bool = False
|
723
749
|
) -> Optional[ImageURI]:
|
724
750
|
try:
|
725
|
-
build
|
726
|
-
|
727
|
-
|
751
|
+
build = self.get_cluster_env_build(cluster_env_build_id)
|
752
|
+
if build is None:
|
753
|
+
return None
|
754
|
+
|
728
755
|
cluster_env = self._external_api_client.get_cluster_environment(
|
729
756
|
build.cluster_environment_id
|
730
757
|
).result
|
@@ -786,9 +813,7 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
786
813
|
"""
|
787
814
|
elapsed_secs = 0
|
788
815
|
while elapsed_secs < timeout_secs:
|
789
|
-
build = self.
|
790
|
-
build_id
|
791
|
-
).result
|
816
|
+
build = self.get_cluster_env_build(build_id)
|
792
817
|
if build.status == ClusterEnvironmentBuildStatus.SUCCEEDED:
|
793
818
|
self.logger.info("")
|
794
819
|
return
|
@@ -1001,35 +1026,60 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
1001
1026
|
cloud: Optional[str],
|
1002
1027
|
project: Optional[str],
|
1003
1028
|
include_archived: bool = False,
|
1004
|
-
) -> Optional[
|
1005
|
-
#
|
1006
|
-
|
1007
|
-
|
1008
|
-
cloud_id = self.get_cloud_id(cloud_name=cloud)
|
1009
|
-
project_id = self.get_project_id(parent_cloud_id=cloud_id, name=project)
|
1010
|
-
archive_status = (
|
1011
|
-
ArchiveStatus.ALL if include_archived else ArchiveStatus.NOT_ARCHIVED
|
1029
|
+
) -> Optional[DecoratedProductionServiceV2APIModel]:
|
1030
|
+
# we don't have an api to get a service by name, so we need to list services and filter by name
|
1031
|
+
resp = self.list_services(
|
1032
|
+
name=name, cloud=cloud, project=project, include_archived=include_archived
|
1012
1033
|
)
|
1034
|
+
for result in resp.results:
|
1035
|
+
if result.name == name:
|
1036
|
+
return result
|
1037
|
+
return None
|
1013
1038
|
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
archive_status=archive_status,
|
1022
|
-
)
|
1023
|
-
for result in resp.results:
|
1024
|
-
if result.name == name:
|
1025
|
-
service = result
|
1026
|
-
break
|
1039
|
+
@handle_api_exceptions
|
1040
|
+
def get_service_by_id(
|
1041
|
+
self, service_id: str
|
1042
|
+
) -> Optional[DecoratedProductionServiceV2APIModel]:
|
1043
|
+
return self._internal_api_client.get_service_api_v2_services_v2_service_id_get(
|
1044
|
+
service_id
|
1045
|
+
).result
|
1027
1046
|
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1047
|
+
@handle_api_exceptions
|
1048
|
+
def list_services(
|
1049
|
+
self,
|
1050
|
+
*,
|
1051
|
+
name: Optional[str] = None,
|
1052
|
+
state_filter: Optional[List[str]] = None,
|
1053
|
+
creator_id: Optional[str] = None,
|
1054
|
+
cloud: Optional[str] = None,
|
1055
|
+
project: Optional[str] = None,
|
1056
|
+
include_archived: bool = False,
|
1057
|
+
count: Optional[int] = None,
|
1058
|
+
paging_token: Optional[str] = None,
|
1059
|
+
sort_field: Optional[str] = None,
|
1060
|
+
sort_order: Optional[str] = None,
|
1061
|
+
) -> DecoratedlistserviceapimodelListResponse:
|
1062
|
+
cloud_id = self.get_cloud_id(cloud_name=cloud) if cloud else None
|
1063
|
+
project_id = (
|
1064
|
+
self.get_project_id(parent_cloud_id=cloud_id, name=project)
|
1065
|
+
if project
|
1066
|
+
else None
|
1067
|
+
)
|
1031
1068
|
|
1032
|
-
return
|
1069
|
+
return self._internal_api_client.list_services_api_v2_services_v2_get(
|
1070
|
+
project_id=project_id,
|
1071
|
+
cloud_id=cloud_id,
|
1072
|
+
name=name,
|
1073
|
+
state_filter=state_filter,
|
1074
|
+
creator_id=creator_id,
|
1075
|
+
archive_status=ArchiveStatus.ALL
|
1076
|
+
if include_archived
|
1077
|
+
else ArchiveStatus.NOT_ARCHIVED,
|
1078
|
+
count=count if count else self.LIST_ENDPOINT_COUNT,
|
1079
|
+
paging_token=paging_token,
|
1080
|
+
sort_field=sort_field,
|
1081
|
+
sort_order=sort_order,
|
1082
|
+
)
|
1033
1083
|
|
1034
1084
|
@handle_api_exceptions
|
1035
1085
|
def get_project(self, project_id: str) -> Optional[Project]:
|
@@ -1105,15 +1155,19 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
1105
1155
|
return job_runs
|
1106
1156
|
|
1107
1157
|
@handle_api_exceptions
|
1108
|
-
def rollout_service(
|
1109
|
-
|
1158
|
+
def rollout_service(
|
1159
|
+
self, model: ApplyProductionServiceV2Model
|
1160
|
+
) -> DecoratedProductionServiceV2APIModel:
|
1161
|
+
result = self._internal_api_client.apply_service_api_v2_services_v2_apply_put(
|
1162
|
+
model
|
1163
|
+
).result
|
1110
1164
|
return result
|
1111
1165
|
|
1112
1166
|
@handle_api_exceptions
|
1113
1167
|
def rollback_service(
|
1114
1168
|
self, service_id: str, *, max_surge_percent: Optional[int] = None
|
1115
|
-
) ->
|
1116
|
-
result
|
1169
|
+
) -> DecoratedProductionServiceV2APIModel:
|
1170
|
+
result = self._internal_api_client.rollback_service_api_v2_services_v2_service_id_rollback_post(
|
1117
1171
|
service_id,
|
1118
1172
|
rollback_service_model=RollbackServiceModel(
|
1119
1173
|
max_surge_percent=max_surge_percent
|
@@ -1122,17 +1176,23 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
1122
1176
|
return result
|
1123
1177
|
|
1124
1178
|
@handle_api_exceptions
|
1125
|
-
def terminate_service(
|
1126
|
-
|
1179
|
+
def terminate_service(
|
1180
|
+
self, service_id: str
|
1181
|
+
) -> DecoratedProductionServiceV2APIModel:
|
1182
|
+
result = self._internal_api_client.terminate_service_api_v2_services_v2_service_id_terminate_post(
|
1183
|
+
service_id
|
1184
|
+
)
|
1127
1185
|
return result
|
1128
1186
|
|
1129
1187
|
@handle_api_exceptions
|
1130
|
-
def archive_service(self, service_id: str) ->
|
1131
|
-
result
|
1188
|
+
def archive_service(self, service_id: str) -> DecoratedProductionServiceV2APIModel:
|
1189
|
+
result = self._internal_api_client.archive_service_api_v2_services_v2_service_id_archive_post(
|
1190
|
+
service_id
|
1191
|
+
)
|
1132
1192
|
return result
|
1133
1193
|
|
1134
1194
|
@handle_api_exceptions
|
1135
|
-
def delete_service(self, service_id: str):
|
1195
|
+
def delete_service(self, service_id: str) -> None:
|
1136
1196
|
self._internal_api_client.delete_service_api_v2_services_v2_service_id_delete(
|
1137
1197
|
service_id
|
1138
1198
|
)
|
@@ -15,6 +15,8 @@ from anyscale.client.openapi_client.models import (
|
|
15
15
|
CreateResourceQuota,
|
16
16
|
CreateUserProjectCollaborator,
|
17
17
|
DecoratedComputeTemplate,
|
18
|
+
DecoratedlistserviceapimodelListResponse,
|
19
|
+
DecoratedProductionServiceV2APIModel,
|
18
20
|
DeletedPlatformFineTunedModel,
|
19
21
|
FineTunedModel,
|
20
22
|
InternalProductionJob,
|
@@ -31,13 +33,12 @@ from anyscale.client.openapi_client.models.decorated_session import DecoratedSes
|
|
31
33
|
from anyscale.client.openapi_client.models.production_job import ProductionJob
|
32
34
|
from anyscale.client.openapi_client.models.session_ssh_key import SessionSshKey
|
33
35
|
from anyscale.sdk.anyscale_client.models import (
|
34
|
-
|
36
|
+
ApplyProductionServiceV2Model,
|
35
37
|
Cluster,
|
36
38
|
ClusterCompute,
|
37
39
|
ClusterEnvironment,
|
38
40
|
Job as APIJobRun,
|
39
41
|
ProductionServiceV2VersionModel,
|
40
|
-
ServiceModel,
|
41
42
|
)
|
42
43
|
from anyscale.sdk.anyscale_client.models.cluster_environment_build import (
|
43
44
|
ClusterEnvironmentBuild,
|
@@ -49,7 +50,7 @@ from anyscale.utils.workspace_notification import WorkspaceNotification
|
|
49
50
|
# Maybe just make it part of the release process to update it, or fetch the
|
50
51
|
# default builds and get the latest one. The best thing to do is probably
|
51
52
|
# to populate this in the backend.
|
52
|
-
DEFAULT_RAY_VERSION = "2.
|
53
|
+
DEFAULT_RAY_VERSION = "2.46.0" # RAY_RELEASE_UPDATE: update to latest version.
|
53
54
|
DEFAULT_PYTHON_VERSION = "py311"
|
54
55
|
RUNTIME_ENV_PACKAGE_FORMAT = "pkg_{content_hash}.zip"
|
55
56
|
|
@@ -303,13 +304,38 @@ class AnyscaleClientInterface(ABC):
|
|
303
304
|
cloud: Optional[str],
|
304
305
|
project: Optional[str],
|
305
306
|
include_archived=False,
|
306
|
-
) -> Optional[
|
307
|
+
) -> Optional[DecoratedProductionServiceV2APIModel]:
|
307
308
|
"""Get a service by name. Filter by cloud and project.
|
308
309
|
|
309
310
|
Returns None if not found.
|
310
311
|
"""
|
311
312
|
raise NotImplementedError
|
312
313
|
|
314
|
+
@abstractmethod
|
315
|
+
def get_service_by_id(
|
316
|
+
self, service_id: str
|
317
|
+
) -> Optional[DecoratedProductionServiceV2APIModel]:
|
318
|
+
"""Get a service by id."""
|
319
|
+
raise NotImplementedError
|
320
|
+
|
321
|
+
@abstractmethod
|
322
|
+
def list_services(
|
323
|
+
self,
|
324
|
+
*,
|
325
|
+
name: Optional[str],
|
326
|
+
state_filter: Optional[List[str]],
|
327
|
+
creator_id: Optional[str],
|
328
|
+
cloud: Optional[str],
|
329
|
+
project: Optional[str],
|
330
|
+
include_archived: bool,
|
331
|
+
count: Optional[int],
|
332
|
+
paging_token: Optional[str],
|
333
|
+
sort_field: Optional[str],
|
334
|
+
sort_order: Optional[str],
|
335
|
+
) -> DecoratedlistserviceapimodelListResponse:
|
336
|
+
"""List services."""
|
337
|
+
raise NotImplementedError
|
338
|
+
|
313
339
|
@abstractmethod
|
314
340
|
def get_project(self, project_id: str) -> Optional[Project]:
|
315
341
|
"""Get a project by id.
|
@@ -349,7 +375,9 @@ class AnyscaleClientInterface(ABC):
|
|
349
375
|
raise NotImplementedError
|
350
376
|
|
351
377
|
@abstractmethod
|
352
|
-
def rollout_service(
|
378
|
+
def rollout_service(
|
379
|
+
self, model: ApplyProductionServiceV2Model
|
380
|
+
) -> DecoratedProductionServiceV2APIModel:
|
353
381
|
"""Deploy or update the service to use the provided config.
|
354
382
|
|
355
383
|
Returns the service ID.
|
@@ -367,17 +395,19 @@ class AnyscaleClientInterface(ABC):
|
|
367
395
|
raise NotImplementedError
|
368
396
|
|
369
397
|
@abstractmethod
|
370
|
-
def terminate_service(
|
398
|
+
def terminate_service(
|
399
|
+
self, service_id: str
|
400
|
+
) -> DecoratedProductionServiceV2APIModel:
|
371
401
|
"""Mark the service to be terminated asynchronously."""
|
372
402
|
raise NotImplementedError
|
373
403
|
|
374
404
|
@abstractmethod
|
375
|
-
def archive_service(self, service_id: str):
|
405
|
+
def archive_service(self, service_id: str) -> DecoratedProductionServiceV2APIModel:
|
376
406
|
"""Mark the service to be archived asynchronously."""
|
377
407
|
raise NotImplementedError
|
378
408
|
|
379
409
|
@abstractmethod
|
380
|
-
def delete_service(self, service_id: str):
|
410
|
+
def delete_service(self, service_id: str) -> None:
|
381
411
|
"""Mark the service to be deleted asynchronously."""
|
382
412
|
raise NotImplementedError
|
383
413
|
|
{anyscale-0.26.21 → anyscale-0.26.23}/anyscale/_private/anyscale_client/fake_anyscale_client.py
RENAMED
@@ -26,6 +26,8 @@ from anyscale.client.openapi_client.models import (
|
|
26
26
|
CreateResourceQuota,
|
27
27
|
CreateUserProjectCollaborator,
|
28
28
|
DecoratedComputeTemplate,
|
29
|
+
DecoratedlistserviceapimodelListResponse,
|
30
|
+
DecoratedProductionServiceV2APIModel,
|
29
31
|
DeletedPlatformFineTunedModel,
|
30
32
|
ExperimentalWorkspace,
|
31
33
|
FineTunedModel,
|
@@ -33,6 +35,7 @@ from anyscale.client.openapi_client.models import (
|
|
33
35
|
HaJobGoalStates,
|
34
36
|
HaJobStates,
|
35
37
|
InternalProductionJob,
|
38
|
+
ListResponseMetadata,
|
36
39
|
MiniCloud,
|
37
40
|
MiniUser,
|
38
41
|
OrganizationCollaborator,
|
@@ -53,7 +56,7 @@ from anyscale.cluster_compute import parse_cluster_compute_name_version
|
|
53
56
|
from anyscale.llm.dataset._private.models import Dataset
|
54
57
|
from anyscale.sdk.anyscale_client.configuration import Configuration
|
55
58
|
from anyscale.sdk.anyscale_client.models import (
|
56
|
-
|
59
|
+
ApplyProductionServiceV2Model,
|
57
60
|
Cluster,
|
58
61
|
ClusterCompute,
|
59
62
|
ClusterComputeConfig,
|
@@ -63,7 +66,6 @@ from anyscale.sdk.anyscale_client.models import (
|
|
63
66
|
Job as APIJobRun,
|
64
67
|
ProductionServiceV2VersionModel,
|
65
68
|
ServiceEventCurrentState,
|
66
|
-
ServiceModel,
|
67
69
|
ServiceVersionState,
|
68
70
|
SessionState,
|
69
71
|
)
|
@@ -143,14 +145,14 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
143
145
|
self._archived_compute_configs: Dict[str, ClusterCompute] = {}
|
144
146
|
self._workspace_cluster: Optional[Cluster] = None
|
145
147
|
self._workspace_dependency_tracking_enabled: bool = False
|
146
|
-
self._services: Dict[str,
|
147
|
-
self._archived_services: Dict[str,
|
148
|
-
self._deleted_services: Dict[str,
|
148
|
+
self._services: Dict[str, DecoratedProductionServiceV2APIModel] = {}
|
149
|
+
self._archived_services: Dict[str, DecoratedProductionServiceV2APIModel] = {}
|
150
|
+
self._deleted_services: Dict[str, DecoratedProductionServiceV2APIModel] = {}
|
149
151
|
self._jobs: Dict[str, ProductionJob] = {}
|
150
152
|
self._job_runs: Dict[str, List[APIJobRun]] = defaultdict(list)
|
151
153
|
self._project_to_id: Dict[Optional[str] : Dict[Optional[str], str]] = {}
|
152
154
|
self._project_collaborators: Dict[str, List[CreateUserProjectCollaborator]] = {}
|
153
|
-
self._rolled_out_model: Optional[
|
155
|
+
self._rolled_out_model: Optional[ApplyProductionServiceV2Model] = None
|
154
156
|
self._sent_workspace_notifications: List[WorkspaceNotification] = []
|
155
157
|
self._rolled_back_service: Optional[Tuple[str, Optional[int]]] = None
|
156
158
|
self._terminated_service: Optional[str] = None
|
@@ -598,17 +600,17 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
598
600
|
cluster_env = self._images[build.cluster_environment_id]
|
599
601
|
return ImageURI.from_cluster_env_build(cluster_env, build)
|
600
602
|
|
601
|
-
def update_service(self, model:
|
603
|
+
def update_service(self, model: DecoratedProductionServiceV2APIModel):
|
602
604
|
self._services[model.id] = model
|
603
605
|
|
604
606
|
def get_service(
|
605
607
|
self,
|
606
608
|
name: str,
|
607
609
|
*,
|
608
|
-
cloud: Optional[str],
|
609
|
-
project: Optional[str],
|
610
|
-
include_archived=False,
|
611
|
-
) -> Optional[
|
610
|
+
cloud: Optional[str] = None,
|
611
|
+
project: Optional[str] = None,
|
612
|
+
include_archived: bool = False,
|
613
|
+
) -> Optional[DecoratedProductionServiceV2APIModel]:
|
612
614
|
cloud_id = self.get_cloud_id(cloud_name=cloud)
|
613
615
|
cloud_project_dict = self._project_to_id.get(cloud_id, None)
|
614
616
|
project_id = (
|
@@ -720,10 +722,12 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
720
722
|
return project_id
|
721
723
|
|
722
724
|
@property
|
723
|
-
def rolled_out_model(self) -> Optional[
|
725
|
+
def rolled_out_model(self) -> Optional[ApplyProductionServiceV2Model]:
|
724
726
|
return self._rolled_out_model
|
725
727
|
|
726
|
-
def rollout_service(
|
728
|
+
def rollout_service(
|
729
|
+
self, model: ApplyProductionServiceV2Model
|
730
|
+
) -> DecoratedProductionServiceV2APIModel:
|
727
731
|
self._rolled_out_model = model
|
728
732
|
# TODO(mowen): This feels convoluted, is there a better way to pull cloud name and project name from the model?
|
729
733
|
project_model = self.get_project(model.project_id)
|
@@ -738,18 +742,17 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
738
742
|
else:
|
739
743
|
service_id = f"service-id-{uuid.uuid4()!s}"
|
740
744
|
|
741
|
-
service =
|
745
|
+
service = DecoratedProductionServiceV2APIModel(
|
742
746
|
id=service_id,
|
743
747
|
name=model.name,
|
744
|
-
current_state=ServiceEventCurrentState.RUNNING,
|
745
|
-
cloud_id=cloud_id,
|
746
748
|
project_id=model.project_id,
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
749
|
+
cloud_id=self.get_cloud_id(compute_config_id=model.compute_config_id),
|
750
|
+
current_state=ServiceEventCurrentState.STARTING,
|
751
|
+
base_url=f"http://{model.name}.fake.url",
|
752
|
+
auth_token="fake-auth-token",
|
751
753
|
primary_version=ProductionServiceV2VersionModel(
|
752
754
|
id=str(uuid.uuid4()),
|
755
|
+
created_at=datetime.now(),
|
753
756
|
version="primary",
|
754
757
|
current_state=ServiceVersionState.RUNNING,
|
755
758
|
weight=100,
|
@@ -761,10 +764,13 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
761
764
|
),
|
762
765
|
local_vars_configuration=OPENAPI_NO_VALIDATION,
|
763
766
|
)
|
764
|
-
|
765
767
|
self.update_service(service)
|
766
768
|
return service
|
767
769
|
|
770
|
+
@property
|
771
|
+
def submitted_job(self) -> Optional[CreateInternalProductionJob]:
|
772
|
+
return self._submitted_job
|
773
|
+
|
768
774
|
@property
|
769
775
|
def rolled_back_service(self) -> Optional[Tuple[str, Optional[int]]]:
|
770
776
|
return self._rolled_back_service
|
@@ -790,23 +796,19 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
790
796
|
].primary_version.current_state = ServiceVersionState.TERMINATED
|
791
797
|
|
792
798
|
@property
|
793
|
-
def archived_services(self) -> Dict[str,
|
799
|
+
def archived_services(self) -> Dict[str, DecoratedProductionServiceV2APIModel]:
|
794
800
|
return self._archived_services
|
795
801
|
|
796
802
|
def archive_service(self, service_id: str):
|
797
803
|
self._archived_services[service_id] = self._services.pop(service_id)
|
798
804
|
|
799
805
|
@property
|
800
|
-
def deleted_services(self) -> Dict[str,
|
806
|
+
def deleted_services(self) -> Dict[str, DecoratedProductionServiceV2APIModel]:
|
801
807
|
return self._deleted_services
|
802
808
|
|
803
809
|
def delete_service(self, service_id: str):
|
804
810
|
self._deleted_services[service_id] = self._services.pop(service_id)
|
805
811
|
|
806
|
-
@property
|
807
|
-
def submitted_job(self) -> Optional[CreateInternalProductionJob]:
|
808
|
-
return self._submitted_job
|
809
|
-
|
810
812
|
def submit_job(self, model: CreateInternalProductionJob) -> InternalProductionJob:
|
811
813
|
self._submitted_job = model
|
812
814
|
|
@@ -1379,3 +1381,72 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
1379
1381
|
raise ValueError(f"Resource Quota with id '{resource_quota_id}' not found.")
|
1380
1382
|
|
1381
1383
|
resource_quota.is_enabled = is_enabled
|
1384
|
+
|
1385
|
+
def get_service_by_id(
|
1386
|
+
self, service_id: str
|
1387
|
+
) -> Optional[DecoratedProductionServiceV2APIModel]:
|
1388
|
+
if service_id in self._services:
|
1389
|
+
return self._services[service_id]
|
1390
|
+
if service_id in self._archived_services:
|
1391
|
+
return self._archived_services[service_id]
|
1392
|
+
if service_id in self._deleted_services:
|
1393
|
+
return self._deleted_services[service_id]
|
1394
|
+
return None
|
1395
|
+
|
1396
|
+
def list_services(
|
1397
|
+
self,
|
1398
|
+
*,
|
1399
|
+
name: Optional[str] = None,
|
1400
|
+
state_filter: Optional[List[str]] = None,
|
1401
|
+
creator_id: Optional[str] = None, # noqa: ARG002
|
1402
|
+
cloud: Optional[str] = None,
|
1403
|
+
project: Optional[str] = None,
|
1404
|
+
include_archived: bool = False,
|
1405
|
+
count: Optional[int] = None,
|
1406
|
+
paging_token: Optional[str] = None, # noqa: ARG002
|
1407
|
+
sort_field: Optional[str] = None, # noqa: ARG002
|
1408
|
+
sort_order: Optional[str] = None, # noqa: ARG002
|
1409
|
+
) -> DecoratedlistserviceapimodelListResponse:
|
1410
|
+
target_services = list(self._services.values())
|
1411
|
+
if include_archived:
|
1412
|
+
target_services.extend(list(self._archived_services.values()))
|
1413
|
+
|
1414
|
+
target_cloud_id = self.get_cloud_id(cloud_name=cloud) if cloud else None
|
1415
|
+
target_project_id = (
|
1416
|
+
self.get_project_id(parent_cloud_id=target_cloud_id, name=project)
|
1417
|
+
if project
|
1418
|
+
else None
|
1419
|
+
)
|
1420
|
+
|
1421
|
+
filtered_results = []
|
1422
|
+
for svc in target_services:
|
1423
|
+
if name is not None and svc.name != name:
|
1424
|
+
continue
|
1425
|
+
# Ensure state comparison works whether svc.current_state is Enum or str
|
1426
|
+
current_state_str = (
|
1427
|
+
svc.current_state.value
|
1428
|
+
if hasattr(svc.current_state, "value")
|
1429
|
+
else svc.current_state
|
1430
|
+
)
|
1431
|
+
if state_filter is not None and current_state_str not in state_filter:
|
1432
|
+
continue
|
1433
|
+
if target_project_id is not None and svc.project_id != target_project_id:
|
1434
|
+
continue
|
1435
|
+
if target_cloud_id is not None and svc.cloud_id != target_cloud_id:
|
1436
|
+
continue
|
1437
|
+
|
1438
|
+
filtered_results.append(svc)
|
1439
|
+
|
1440
|
+
if count is None:
|
1441
|
+
count = len(filtered_results)
|
1442
|
+
final_results = filtered_results[:count]
|
1443
|
+
|
1444
|
+
response = DecoratedlistserviceapimodelListResponse(
|
1445
|
+
results=final_results,
|
1446
|
+
metadata=ListResponseMetadata(
|
1447
|
+
total=len(final_results),
|
1448
|
+
next_paging_token=None, # Fake doesn't support paging
|
1449
|
+
),
|
1450
|
+
local_vars_configuration=OPENAPI_NO_VALIDATION,
|
1451
|
+
)
|
1452
|
+
return response
|