anyscale 0.24.11__tar.gz → 0.24.13__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.24.11 → anyscale-0.24.13}/PKG-INFO +1 -1
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/anyscale_client/anyscale_client.py +24 -6
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/anyscale_client/common.py +23 -3
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/anyscale_client/fake_anyscale_client.py +58 -5
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/models/__init__.py +0 -1
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/models/model_base.py +5 -2
- anyscale-0.24.13/anyscale/_private/sdk/base_sdk.py +28 -0
- anyscale-0.24.13/anyscale/_private/workload/__init__.py +2 -0
- {anyscale-0.24.11/anyscale/_private/models → anyscale-0.24.13/anyscale/_private/workload}/workload_config.py +16 -4
- {anyscale-0.24.11/anyscale/_private/sdk → anyscale-0.24.13/anyscale/_private/workload}/workload_sdk.py +18 -44
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/job_commands.py +96 -25
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/service_commands.py +1 -1
- anyscale-0.24.13/anyscale/compute_config/_private/compute_config_sdk.py +248 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/compute_config/models.py +28 -22
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/job/_private/job_sdk.py +2 -3
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/job/models.py +7 -1
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/service/_private/service_sdk.py +4 -18
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/service/models.py +2 -1
- anyscale-0.24.13/anyscale/version.py +1 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale.egg-info/PKG-INFO +1 -1
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale.egg-info/SOURCES.txt +6 -2
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/common.py +3 -8
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_anyscale_client.py +24 -9
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_compute_config_models.py +46 -10
- anyscale-0.24.13/tests/unit/test_compute_config_sdk.py +663 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/compute_config_files/full.yaml +2 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/service_config_files/full.yaml +4 -1
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_job_cli.py +96 -5
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_job_sdk.py +11 -2
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_service_cli.py +20 -5
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_service_models.py +4 -1
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_service_sdk.py +26 -9
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_workload_config.py +17 -4
- anyscale-0.24.11/anyscale/version.py +0 -1
- {anyscale-0.24.11 → anyscale-0.24.13}/.covrc +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/LICENSE +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/NOTICE +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/README.md +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/anyscale_client/README.md +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/anyscale_client/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/models/image_uri.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/sdk/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale-cloud-setup-gcp-oa.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale-cloud-setup-gcp.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale-cloud-setup-oa.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale-cloud-setup.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/HISTORY.md +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/LICENSE +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/MANIFEST.in +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/PKG-INFO +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/README.md +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/_hypothesis_plugin.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/annotated_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/class_validators.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/color.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/dataclasses.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/datetime_parse.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/decorator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/env_settings.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/error_wrappers.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/errors.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/fields.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/generics.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/json.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/main.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/mypy.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/networks.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/parse.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/py.typed +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/schema.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/tools.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/typing.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/validators.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_pydantic/version.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/anyscale_schema.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/api.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/api_utils/README.md +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/api_utils/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/api_utils/exceptions/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/api_utils/exceptions/job_errors.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/api_utils/job_logs_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/api_utils/job_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/api_utils/logs_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/authenticate.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/aws_iam_policies.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/background/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/background/job_runner.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/cli_logger.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/.gitignore +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/.openapi-generator/VERSION +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/.openapi-generator-ignore +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/README.md +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/git_push.sh +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/api/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/api/default_api.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/api_client.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/configuration.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/exceptions.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/access_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/access_mode.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aica_endpoint.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aica_endpoint_event.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aica_endpoint_event_level.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aica_endpoint_event_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aica_endpoint_scope.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aica_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aica_model_accelerator_map.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aica_model_configuration.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aica_observability_urls.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aicaendpoint_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aicaendpoint_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aicaendpointevent_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aicamodel_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aicamodel_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aioa_cloud_waitlist_record.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aioacloudwaitlistrecord_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/alert_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/anyscale_aws_account.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/anyscale_version_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/anyscaleawsaccount_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/anyscaled_credential_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/anyscaleversionresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/api_key_parameters.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/app_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/appconfig_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/applied_snapshot.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/archive_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/archived_logs_info.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/archivedlogsinfo_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/attach_machine_pool_to_cloud_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/attachmachinepooltocloudresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/autoscaler_credentials.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/autoscalercredentials_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/autosync_session_id.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/autosyncsessionid_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/autosyncsessionid_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aws_credentials.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aws_node_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aws_region_and_zones.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aws_region_info.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aws_tag.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/awsregionandzones_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/bank_account_information.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/base_job_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/baseimagesenum.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/batch_response_batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/billing_information.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/block_device_mapping.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/body_upload_file_api_v2_files_post.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/buffer_registration.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/build_log_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/build_registration.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/build_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/build_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/card.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/card_id.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/card_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/change_password_params.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/clone_experimental_workspace.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_analytics_event.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_provider_error.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_analytics_event_command_name.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_analytics_event_error.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_analytics_event_name.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_collaborator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_collaborator_value.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_collaborators_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_info.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_name_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_project_collaborator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_project_collaborator_value.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_provider.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_providers.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_region_and_zones.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_region_info.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_resource_gcp.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_version.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloudcollaborator_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/clouddatabucketpresigneduploadinfo_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloudregionandzones_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloudresource_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloudresourcegcp_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloudwithcloudresource_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_auth_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_event.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_events_output.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_features.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_startup.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/cluster_status_details.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/clusterauthresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/clusterconfig_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/clusterconfigwithsessionidletimeout_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/clustereventsoutput_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/clusterfeatures_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/compute_node_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/compute_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/compute_template_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/compute_template_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/computetemplate_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_aica_endpoint.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_aioa_cloud_waitlist.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_analytics_event.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_app_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_bug_report_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_byod_app_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_byod_build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_cloud_collaborator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_cloud_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_compute_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_experimental_workspace.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_experimental_workspace_from_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_fine_tuning_hyperparameters.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_fine_tuning_job_product_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_internal_production_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_machine_pool_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_machine_pool_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_machine_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_machine_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_organization_invitation.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_otp_return_api_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_production_job_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_schedule.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_session_from_snapshot_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_session_in_db.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_session_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_user.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_user_project_collaborator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_user_project_collaborator_value.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/create_workspace_from_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/createbugreportresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/createcomputetemplateconfig_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/createmachinepoolresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/createmachineresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/createotpreturnapimodel_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/createsessionresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/credit_card_information.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/customer_alert_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/dataplane_services.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_application_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_compute_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_compute_template_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_interactive_session.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_job_submission.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_list_service_api_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_production_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_production_job_state_transition.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_runtime_env.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_schedule.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_serve_deployment.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_service_event_api_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_session.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_support_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decorated_unified_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedbuild_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedbuild_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedinteractivesession_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedjob_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedjob_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedjobsubmission_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedjobsubmission_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedlistserviceapimodel_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedproductionjob_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedproductionjob_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedproductionjobstatetransition_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedproductionservicev2_apimodel_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedproductionservicev2_versionapimodel_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedruntimeenv_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedruntimeenv_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedschedule_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedschedule_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedservedeployment_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedservedeployment_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedserviceeventapimodel_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedsession_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedsession_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedsupportrequest_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedsupportrequest_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedunifiedjob_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/delete_machine_pool_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/delete_machine_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/deletemachinepoolresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/detach_machine_pool_from_cloud_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/detachmachinepoolfromcloudresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/dismissal_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/ebs_block_device.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/editable_cloud_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/editable_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/error.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/execute_command_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/execute_interactive_command_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/execute_shell_command_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/executecommandresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/experimental_workspace.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/experimentalworkspace_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/experimentalworkspace_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/external_service_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/external_service_status_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/external_terminal_command.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/externalservicestatusresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/feature_compatibility.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/feature_flag_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/featureflagresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/file_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/filemodel_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/fine_tuning_job_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/finish_ft_job_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/gcp_file_store_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/gcp_memorystore_instance_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/gcp_node_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/ha_job_states.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/ha_job_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/ha_jobs_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/head_ip.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/headip_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/http_protocol_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/http_validation_error.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/idle_termination_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/import_aica_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/integration_details.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/interactive_session_logs.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/interactivesessionlogs_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/internal_production_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/internalproductionjob_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/invoice.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/invoice_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/invoice_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/invoices_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/job_access.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/job_queue_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/job_queue_spec.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/job_run_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/job_state_log_level_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/job_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/job_submissions_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/jobs_logs.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/jobs_logs_query_info.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/jobslogs_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/jobslogsqueryinfo_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/json_patch_operation.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/lb_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/lbresource_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/list_machine_pools_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/list_machines_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/list_response_metadata.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/listmachinepoolsresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/listmachinesresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_detail.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_details.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_download_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_download_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_download_result.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_file_chunk.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_filter.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_item.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_item_batch.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_level_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/log_stream.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/logdetails_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/login_user_params.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/logitembatch_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/logs_output.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/logsoutput_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/logstream_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/machine_allocation_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/machine_connection_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/machine_info.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/machine_pool.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/metronome_dashboard_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/migration_result.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/migrationresult_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_cloud.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_cluster.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_compute_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_compute_template_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_job_run.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_namespace.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_organization.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_production_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_runtime_environment.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_schedule.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/mini_user.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/minibuild_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/minicomputetemplate_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/miniproject_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/monitor_logs_extension.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/named_entity.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/network_interface.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/node_registration_aws.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/node_registration_gcp.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/node_registration_provisioned.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/node_registration_sagemaker.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/node_registration_v2.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/node_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/onboarding_user_cards_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_availability.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_collaborator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_invitation.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_invitation_base.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_permission_level.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_public_identifier.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_summary.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_usage_alert.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organization_usage_alert_severity.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organizationavailability_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organizationcollaborator_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organizationinvitation_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organizationinvitation_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organizationinvitationbase_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organizationpublicidentifier_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/organizationusagealert_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/page_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/pause_schedule.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/permission_level.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/platform_fine_tuning_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/platformfinetuningjob_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/platformfinetuningjob_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/presigned_upload_file.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/presigned_upload_file_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/product_autoscaler_flag.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/product_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/productautoscalerflag_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/production_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/production_job_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/productionjob_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_base.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_collaborator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_collaborator_value.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_collaborators_put_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_create_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_default_session_name.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_delete_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_patch_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/project_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/projectbase_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/projectcollaborator_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/projectdefaultsessionname_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/projects_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/projects_violating_tree_hierarchy_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/projectsviolatingtreehierarchyresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/protocols.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/provider_metadata.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/providermetadata_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/python_modules.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/replica_details.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/replica_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/request_email_magic_link_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/request_otp_return_api_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/request_password_reset_params.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/requestemailmagiclinkresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/requestotpreturnapimodel_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/reset_password_params.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/resources.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/rollback_service_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/rollout_strategy.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/s3_download_location.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/schedule_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/serve_deployment_logs.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/serve_deployment_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/servedeploymentlogs_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/server_session_token.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/serversessiontoken_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_account.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_event_current_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_event_level.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_event_origin.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_event_scope_filter.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_event_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_goal_states.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_observability_urls.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_usage.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/service_version_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_access.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_autosync_sessions_update_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_command.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_command_finish_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_command_id.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_command_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_create_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_delete_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_describe.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_details.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_event.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_event_cause.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_event_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_execute_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_finish_command_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_history_item.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_kill_command_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_patch_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_ssh_key.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_state_change_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_state_data.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/session_stopping_data.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sessioncommandid_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sessiondescribe_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sessiondetails_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sessions_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sessionsshkey_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/setup_initialize_session_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/show_otp_source_return_api_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/snapshot_create_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/snapshot_delete_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/snapshot_patch_message.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/socket_message_schemas.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/socket_message_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/socketmessageschemas_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/socketmessagetypes_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sort_order.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/sso_login_info.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/ssologininfo_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/start_session_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/stop_session_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/stream_publish_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/stripe_checkout_session_url_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/support_requests_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/templatized_compute_configs.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/templatized_decorated_application_templates.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/templatizedcomputeconfigs_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/templatizeddecoratedapplicationtemplates_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/text_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/timestamped_logs_output.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/timestampedlogsoutput_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/tool.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/try_login_email_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/tryloginemailresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/unified_job_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/unified_job_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/unified_job_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/update_cluster_dns.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/update_compute_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/update_endpoint.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/update_model_deployment.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/update_organization_collaborator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/update_project_collaborator.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/upload_session_command_logs_locations.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/uploadsessioncommandlogslocations_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/user_info.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/user_resend_email_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/user_service_access_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/userinfo_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/validate_otp_params_api_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/validation_error.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/verify_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/verifyresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/visibility.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/waitlist_status_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/wand_b_run_details.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/web_terminal.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/webterminal_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/webterminal_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/worker_node_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspace_dataplane_artifact.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspace_dataplane_artifacts.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspace_readme.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspace_snapshot_states.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspace_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspace_template_cluster_environment_metadata.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspacedataplaneartifacts_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspacedataplaneproxiedartifacts_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspacereadme_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspacetemplate_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/workspacetemplateclusterenvironmentmetadata_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/write_cloud.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/write_cluster_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/write_project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/write_session.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/models/write_support_request.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/openapi_client/rest.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/requirements.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/setup.cfg +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/setup.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/test-requirements.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/client/tox.ini +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/cloud.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/cloud_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/cluster.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/cluster_compute.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/cluster_env.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/anyscale_api/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/anyscale_api/api_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/anyscale_api/session_commands_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/anyscale_api/session_operations_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/anyscale_api/sessions_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/auth_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/cloud_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/cloud_commands_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/cluster_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/cluster_env_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/compute_config_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/config_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/exec_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/experimental_integrations_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/fine_tune_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/list_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/login_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/logs_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/machine_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/machine_pool_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/migrate_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/project_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/schedule_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/session_commands_hidden.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/commands/workspace_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/component_activity_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/compute_config/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/conf.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/connect.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/connect_utils/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/connect_utils/prepare_cluster.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/connect_utils/project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/connect_utils/start_interactive_session.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/auth_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/base_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/cloud_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/cloud_functional_verification_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/cluster_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/cluster_env_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/compute_config_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/config_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/experimental_integrations_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/fine_tune_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/job_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/jobs_bg_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/list_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/logs_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/machine_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/machine_pool_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/project_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/schedule_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/service_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/controllers/workspace_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/feature_flags.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/fingerprint.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/formatters/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/formatters/clouds_formatter.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/formatters/common_formatter.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/gcp_verification.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/integrations.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/job/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/job/commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/links.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/models/fine_tune_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/models/job_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/models/service_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/scripts.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/api/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/api/default_api.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/api_client.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/configuration.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/exceptions.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/access_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/app_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/appconfig_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/apply_service_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/archive_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/aws_node_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/aws_tag.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/base_job_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/baseimagesenum.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/block_device_mapping.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/build_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/build_log_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/build_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/build_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cloud.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cloud_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cloud_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cloud_providers.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cloud_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cloud_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cloud_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cloud_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cloud_version.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clouds_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_compute.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_compute_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_computes_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_environment.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_environment_build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_head_node_info.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_operation.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_services_urls.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/cluster_status_details.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clustercompute_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clustercompute_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clusterenvironment_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/clusters_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/compute_node_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/compute_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/compute_template_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/computetemplate_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_app_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_cloud.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_cluster.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_cluster_compute.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_cluster_environment.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_cluster_environment_build.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_production_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_production_job_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_schedule.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_session.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_session_command.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/create_sso_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/ebs_block_device.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/gcp_node_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/ha_job_states.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/http_protocol_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/http_validation_error.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/idle_termination_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/job_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/job_queue_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/job_queue_spec.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/job_run_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/job_status.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/jobs_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/list_response_metadata.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/list_service_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/listservicemodel_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/log_download_result.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/log_file_chunk.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/log_level_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/log_stream.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/logstream_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/network_interface.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/node_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/operation_error.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/operation_progress.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/operation_result.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/organization.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/organization_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/page_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/pause_schedule.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/production_job.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/production_job_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/production_service_v2_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/production_service_v2_version_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/productionjob_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/productionjob_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/productionservicev2_model_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/project_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/project_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/projects_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/protocols.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/python_modules.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/python_version.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/resources.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/rollback_service_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/rollout_strategy.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/runtime_environment.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/runtimeenvironment_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/schedule_api_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/schedule_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/scheduleapimodel_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/scheduleapimodel_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/service_account.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/service_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/service_event_current_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/service_goal_states.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/service_model.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/service_observability_urls.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/service_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/service_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/service_version_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/servicemodel_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/servicemodel_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_command.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_command_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_event.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_event_cause.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_event_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_operation.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_state.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_state_data.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/session_stopping_data.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/sessioncommand_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/sessions_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/sort_order.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/sso_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/sso_mode.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/ssoconfig_response.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/start_cluster_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/start_session_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/static_sso_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/terminate_cluster_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/text_query.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/update_app_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/update_cloud.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/update_cluster.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/update_organization.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/update_project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/update_session.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/user_service_access_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/validation_error.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/models/worker_node_type.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/rest.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/sdk/anyscale_client/sdk.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/service/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/service/commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/aws.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/conf.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/default_anyscale_aws.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/default_anyscale_gcp.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/headers.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/test_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/tests/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/tests/test_asyncio.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/tests/test_ray_semver.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/utils/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/utils/asyncio.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/utils/byod.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/utils/collections.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/utils/id_gen.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/utils/protected_string.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/shared_anyscale_utils/utils/ray_semver.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/snapshot.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/snapshot_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/tables.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/cli_version_check_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/cloud_update_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/cloud_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/cluster_debug.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/connect_helpers.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/deprecation_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/entity_arg_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/env_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/gcp_managed_setup_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/gcp_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/imports/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/imports/all.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/imports/gcp.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/logs_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/name_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/network_verification.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/ray_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/ray_version_checker.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/ray_version_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/runtime_env.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/s3.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/workload_types.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/workspace_notification.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/utils/workspace_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/webterminal/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/webterminal/bash-preexec.sh +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/webterminal/command_persister.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/webterminal/utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/webterminal/webterminal.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale/workspace.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale.egg-info/dependency_links.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale.egg-info/entry_points.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale.egg-info/not-zip-safe +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale.egg-info/requires.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/anyscale.egg-info/top_level.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/requirements.in +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/setup.cfg +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/setup.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/api_utils/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/api_utils/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/api_utils/conftest.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/api_utils/test_job_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/api_utils/test_logs_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/clientLibraryConfig-aws-pool.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/cloud_formation_template.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/cloud_formation_template_oa.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/commands/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/commands/test_cloud_command.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/commands/test_login_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/commands/test_service_commands.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/conftest.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/connect_utils/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/connect_utils/test_prepare_cluster.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/connect_utils/test_project_block.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/connect_utils/test_start_interactive_session.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/__init__.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_auth_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_base_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_cloud_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_cloud_functional_verification_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_cluster_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_cluster_env_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_compute_config_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_config_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_job_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_list_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_logs_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_machine_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_machine_pool_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_project_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_schedule_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/controllers/test_service_controller.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/formatters/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/access_service_account_permissions.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/add_firewall_policy_rule.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/add_firewall_policy_rule_done.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/add_firewall_policy_rule_error.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/associate_firewall_policy.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/associate_firewall_policy_done.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/create_workload_identity_pool.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/create_workload_identity_provider.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/dataplane_service_account.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/delete_workload_identity_pool.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/deployment_delete.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/deployment_get.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/deployment_manager_resources_get.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/deployment_update.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/enable_api_operation.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/firewall_policy_get.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/get_service_account.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/get_workload_identity_pool.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/global_firewall.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/global_firewall_with_private_service_rule.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/global_firewall_with_service_rule.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/global_firewall_without_service_rule.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/global_firewall_wrong_vpc.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/manifest_get.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/networks.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/operation_completed.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/operation_error.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_apis_disabled.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_apis_enabled.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_get.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_get_iam_policy.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_get_iam_policy_role_exists.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_get_inactive.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_iam_binding_access.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_iam_bindings.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_set_iam_policy.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/project_set_iam_policy_role_exists.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/proxy_only_subnet_missing.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/proxy_only_subnet_no_subnets.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/proxy_only_subnet_present.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/proxy_only_subnet_wrong_vpc.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_filestore.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_filestore_vpc_private_access.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_filestore_west_region.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_filestore_wrong_vpc.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_firewall.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_memorystore.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_memorystore_happy.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_memorystore_read_replica_disabled.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_memorystore_standard_tier.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/regional_memorystore_tls_enabled.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/remove_firewall_vpc_association.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/remove_firewall_vpc_association_done.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/remove_firewall_vpc_association_error.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/service_get.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/storage_bucket.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/storage_bucket_policy.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/storage_dual_region.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/storage_single_region.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/subnetworks.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/subnetworks_other.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/gcp_responses/zonal_filestore.json +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/sdk/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/sdk/test_upload_working_dir.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_authenticate.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_aws_iam_policies.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_cli_logger.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_cli_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_cloud.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_cloud_resource.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_cluster.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_cluster_compute.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_cluster_env.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_component_activity.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_connect.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_connect_helpers.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_gcp_managed_setup_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_gcp_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_gcp_verification.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_imports_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_integrations.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_network_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_project.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_ray_version_checker.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_runtime_env.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_s3.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_snapshot_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/test_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/compute_config_files/minimal.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/containerfiles/Containerfile +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/job_config_files/empty.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/job_config_files/full.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/job_config_files/minimal.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/job_config_files/points_to_requirements_file.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/job_config_files/unrecognized_option.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/requirements_files/comments.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/requirements_files/empty.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/requirements_files/multi_line.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/requirements_files/multi_line_with_whitespace.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/requirements_files/single_line.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/requirements_files/test_workspace_requirements.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/service_config_files/empty.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/service_config_files/minimal.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/service_config_files/multiple_applications.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/service_config_files/name_and_gibberish.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/service_config_files/points_to_requirements_file.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/service_config_files/unrecognized_option.yaml +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/working_dirs/basic/hi.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/working_dirs/basic/main.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/working_dirs/nested/requirements.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/working_dirs/nested/subdir/app.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/working_dirs/symlink_to_basic/hi.txt +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_files/working_dirs/symlink_to_basic/main.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_image_uri.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_job_models.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/unit/test_model_base.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/utils/BUILD.bazel +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/utils/test_cli_version_check_util.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/utils/test_cloud_update_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/utils/test_cloud_utils.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/utils/test_cluster_debug.py +0 -0
- {anyscale-0.24.11 → anyscale-0.24.13}/tests/utils/test_workspace_utils.py +0 -0
|
@@ -18,6 +18,7 @@ from anyscale.cli_logger import BlockLogger
|
|
|
18
18
|
from anyscale.client.openapi_client.api.default_api import DefaultApi as InternalApi
|
|
19
19
|
from anyscale.client.openapi_client.models import (
|
|
20
20
|
ArchiveStatus,
|
|
21
|
+
Cloud,
|
|
21
22
|
CloudDataBucketFileType,
|
|
22
23
|
CloudDataBucketPresignedUploadInfo,
|
|
23
24
|
CloudDataBucketPresignedUploadRequest,
|
|
@@ -218,10 +219,24 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
|
218
219
|
self._cloud_id_cache[cloud_name] = cloud_id
|
|
219
220
|
return cloud_id
|
|
220
221
|
|
|
221
|
-
def
|
|
222
|
+
def get_cloud(self, *, cloud_id: str) -> Optional[Cloud]:
|
|
223
|
+
try:
|
|
224
|
+
cloud: Cloud = self._internal_api_client.get_cloud_api_v2_clouds_cloud_id_get(
|
|
225
|
+
cloud_id
|
|
226
|
+
).result
|
|
227
|
+
return cloud
|
|
228
|
+
except InternalApiException as e:
|
|
229
|
+
if e.status == 404:
|
|
230
|
+
return None
|
|
231
|
+
|
|
232
|
+
raise e from None
|
|
233
|
+
|
|
234
|
+
def create_compute_config(
|
|
235
|
+
self, config: ComputeTemplateConfig, *, name: Optional[str] = None
|
|
236
|
+
) -> str:
|
|
222
237
|
return self._internal_api_client.create_compute_template_api_v2_compute_templates_post(
|
|
223
238
|
create_compute_template=CreateComputeTemplate(
|
|
224
|
-
config=config, anonymous=
|
|
239
|
+
config=config, name=name, anonymous=name is None
|
|
225
240
|
)
|
|
226
241
|
).result.id
|
|
227
242
|
|
|
@@ -283,13 +298,16 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
|
283
298
|
standard_template = self._build_standard_compute_template_from_existing_auto_config(
|
|
284
299
|
workspace_config
|
|
285
300
|
)
|
|
286
|
-
return self.
|
|
301
|
+
return self.create_compute_config(standard_template,)
|
|
287
302
|
else:
|
|
288
303
|
return workspace_cluster.cluster_compute_id
|
|
289
304
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
305
|
+
return self.get_default_compute_config(cloud_id=self.get_cloud_id()).id
|
|
306
|
+
|
|
307
|
+
def get_default_compute_config(self, *, cloud_id: str) -> ClusterCompute:
|
|
308
|
+
return self._external_api_client.get_default_cluster_compute(
|
|
309
|
+
cloud_id=cloud_id,
|
|
310
|
+
).result
|
|
293
311
|
|
|
294
312
|
def _build_standard_compute_template_from_existing_auto_config(
|
|
295
313
|
self, compute_config: ClusterComputeConfig
|
|
@@ -3,6 +3,7 @@ from typing import List, Optional
|
|
|
3
3
|
|
|
4
4
|
from anyscale._private.models.image_uri import ImageURI
|
|
5
5
|
from anyscale.client.openapi_client.models import (
|
|
6
|
+
Cloud,
|
|
6
7
|
ComputeTemplateConfig,
|
|
7
8
|
CreateInternalProductionJob,
|
|
8
9
|
DecoratedComputeTemplate,
|
|
@@ -11,6 +12,7 @@ from anyscale.client.openapi_client.models import (
|
|
|
11
12
|
from anyscale.sdk.anyscale_client.models import (
|
|
12
13
|
ApplyServiceModel,
|
|
13
14
|
Cluster,
|
|
15
|
+
ClusterCompute,
|
|
14
16
|
ServiceModel,
|
|
15
17
|
)
|
|
16
18
|
from anyscale.utils.workspace_notification import WorkspaceNotification
|
|
@@ -20,7 +22,7 @@ from anyscale.utils.workspace_notification import WorkspaceNotification
|
|
|
20
22
|
# Maybe just make it part of the release process to update it, or fetch the
|
|
21
23
|
# default builds and get the latest one. The best thing to do is probably
|
|
22
24
|
# to populate this in the backend.
|
|
23
|
-
DEFAULT_RAY_VERSION = "2.
|
|
25
|
+
DEFAULT_RAY_VERSION = "2.10.0"
|
|
24
26
|
DEFAULT_PYTHON_VERSION = "py310"
|
|
25
27
|
RUNTIME_ENV_PACKAGE_FORMAT = "pkg_{content_hash}.zip"
|
|
26
28
|
|
|
@@ -93,8 +95,21 @@ class AnyscaleClientInterface(ABC):
|
|
|
93
95
|
raise NotImplementedError
|
|
94
96
|
|
|
95
97
|
@abstractmethod
|
|
96
|
-
def
|
|
97
|
-
"""
|
|
98
|
+
def get_cloud(self, *, cloud_id: str) -> Optional[Cloud]:
|
|
99
|
+
"""Get the cloud model for the provided cloud ID.
|
|
100
|
+
|
|
101
|
+
Returns `None` if the cloud ID was not found.
|
|
102
|
+
"""
|
|
103
|
+
raise NotImplementedError
|
|
104
|
+
|
|
105
|
+
@abstractmethod
|
|
106
|
+
def create_compute_config(
|
|
107
|
+
self, config: ComputeTemplateConfig, *, name: Optional[str] = None
|
|
108
|
+
) -> str:
|
|
109
|
+
"""Create a compute config and return its ID.
|
|
110
|
+
|
|
111
|
+
If a name is not provided, the compute config will be "anonymous."
|
|
112
|
+
"""
|
|
98
113
|
raise NotImplementedError
|
|
99
114
|
|
|
100
115
|
@abstractmethod
|
|
@@ -121,6 +136,11 @@ class AnyscaleClientInterface(ABC):
|
|
|
121
136
|
"""
|
|
122
137
|
raise NotImplementedError
|
|
123
138
|
|
|
139
|
+
@abstractmethod
|
|
140
|
+
def get_default_compute_config(self, *, cloud_id: str) -> ClusterCompute:
|
|
141
|
+
"""Get the default compute config for the provided cloud ID."""
|
|
142
|
+
raise NotImplementedError
|
|
143
|
+
|
|
124
144
|
@abstractmethod
|
|
125
145
|
def get_default_build_id(self) -> str:
|
|
126
146
|
"""Get the default build id.
|
{anyscale-0.24.11 → anyscale-0.24.13}/anyscale/_private/anyscale_client/fake_anyscale_client.py
RENAMED
|
@@ -9,6 +9,7 @@ from anyscale._private.anyscale_client.common import (
|
|
|
9
9
|
from anyscale._private.models.image_uri import ImageURI
|
|
10
10
|
from anyscale.cli_logger import BlockLogger
|
|
11
11
|
from anyscale.client.openapi_client.models import (
|
|
12
|
+
Cloud,
|
|
12
13
|
ComputeTemplateConfig,
|
|
13
14
|
CreateInternalProductionJob,
|
|
14
15
|
DecoratedComputeTemplate,
|
|
@@ -22,6 +23,8 @@ from anyscale.sdk.anyscale_client.models import (
|
|
|
22
23
|
ApplyServiceModel,
|
|
23
24
|
Cluster,
|
|
24
25
|
ClusterCompute,
|
|
26
|
+
ClusterComputeConfig,
|
|
27
|
+
ComputeNodeType,
|
|
25
28
|
ServiceEventCurrentState,
|
|
26
29
|
ServiceModel,
|
|
27
30
|
)
|
|
@@ -39,6 +42,7 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
|
39
42
|
BASE_UI_URL = "http://fake.com"
|
|
40
43
|
CLOUD_BUCKET = "s3://fake-bucket/{cloud_id}"
|
|
41
44
|
DEFAULT_CLOUD_ID = "fake-default-cloud-id"
|
|
45
|
+
DEFAULT_CLOUD_NAME = "fake-default-cloud"
|
|
42
46
|
DEFAULT_PROJECT_ID = "fake-default-project-id"
|
|
43
47
|
DEFAULT_CLUSTER_COMPUTE_ID = "fake-default-cluster-compute-id"
|
|
44
48
|
DEFAULT_CLUSTER_ENV_BUILD_ID = "fake-default-cluster-env-build-id"
|
|
@@ -68,6 +72,32 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
|
68
72
|
self._upload_uri_mapping: Dict[str, str] = {}
|
|
69
73
|
self._submitted_job: Optional[CreateInternalProductionJob] = None
|
|
70
74
|
|
|
75
|
+
# Cloud ID -> Cloud.
|
|
76
|
+
self._clouds: Dict[str, Cloud] = {
|
|
77
|
+
self.DEFAULT_CLOUD_ID: Cloud(
|
|
78
|
+
id=self.DEFAULT_CLOUD_ID,
|
|
79
|
+
name=self.DEFAULT_CLOUD_NAME,
|
|
80
|
+
local_vars_configuration=OPENAPI_NO_VALIDATION,
|
|
81
|
+
),
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
# Cloud ID -> default ClusterCompute.
|
|
85
|
+
self._default_compute_configs: Dict[str, ClusterCompute] = {
|
|
86
|
+
self.DEFAULT_CLOUD_ID: ClusterCompute(
|
|
87
|
+
id=self.DEFAULT_CLUSTER_COMPUTE_ID,
|
|
88
|
+
config=ClusterComputeConfig(
|
|
89
|
+
cloud_id=self.DEFAULT_CLOUD_ID,
|
|
90
|
+
head_node_type=ComputeNodeType(
|
|
91
|
+
name="default-head-node",
|
|
92
|
+
instance_type="m5.2xlarge",
|
|
93
|
+
resources={"CPU": 8, "GPU": 1},
|
|
94
|
+
),
|
|
95
|
+
local_vars_configuration=OPENAPI_NO_VALIDATION,
|
|
96
|
+
),
|
|
97
|
+
local_vars_configuration=OPENAPI_NO_VALIDATION,
|
|
98
|
+
),
|
|
99
|
+
}
|
|
100
|
+
|
|
71
101
|
def get_job_ui_url(self, job_id: str) -> str:
|
|
72
102
|
return f"{self.BASE_UI_URL}/jobs/{job_id}"
|
|
73
103
|
|
|
@@ -148,18 +178,33 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
|
148
178
|
|
|
149
179
|
return f"cloud-{cloud_name}-id"
|
|
150
180
|
|
|
181
|
+
def add_cloud(self, cloud: Cloud):
|
|
182
|
+
self._clouds[cloud.id] = cloud
|
|
183
|
+
|
|
184
|
+
def get_cloud(self, *, cloud_id: str) -> Optional[Cloud]:
|
|
185
|
+
return self._clouds.get(cloud_id, None)
|
|
186
|
+
|
|
151
187
|
def add_compute_config(self, compute_config: DecoratedComputeTemplate):
|
|
152
188
|
self._compute_configs[compute_config.id] = compute_config
|
|
153
189
|
self._compute_config_name_to_id[compute_config.name] = compute_config.id
|
|
154
190
|
|
|
155
|
-
def
|
|
156
|
-
|
|
191
|
+
def create_compute_config(
|
|
192
|
+
self, config: ComputeTemplateConfig, *, name: Optional[str] = None
|
|
193
|
+
) -> str:
|
|
194
|
+
unique_id = str(uuid.uuid4())
|
|
195
|
+
compute_config_id = f"compute-config-id-{unique_id}"
|
|
196
|
+
if name is None:
|
|
197
|
+
anonymous = True
|
|
198
|
+
name = f"anonymous-compute-config-{unique_id}"
|
|
199
|
+
else:
|
|
200
|
+
anonymous = False
|
|
201
|
+
|
|
157
202
|
self.add_compute_config(
|
|
158
203
|
DecoratedComputeTemplate(
|
|
159
204
|
id=compute_config_id,
|
|
160
|
-
name=
|
|
205
|
+
name=name,
|
|
161
206
|
config=config,
|
|
162
|
-
anonymous=
|
|
207
|
+
anonymous=anonymous,
|
|
163
208
|
local_vars_configuration=OPENAPI_NO_VALIDATION,
|
|
164
209
|
),
|
|
165
210
|
)
|
|
@@ -180,7 +225,15 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
|
180
225
|
if workspace_cluster is not None:
|
|
181
226
|
return workspace_cluster.cluster_compute_id
|
|
182
227
|
|
|
183
|
-
return self.
|
|
228
|
+
return self.get_default_compute_config(cloud_id=self.get_cloud_id()).id
|
|
229
|
+
|
|
230
|
+
def set_default_compute_config(
|
|
231
|
+
self, compute_config: ClusterCompute, *, cloud_id: str
|
|
232
|
+
):
|
|
233
|
+
self._default_compute_configs[cloud_id] = compute_config
|
|
234
|
+
|
|
235
|
+
def get_default_compute_config(self, *, cloud_id: str) -> ClusterCompute:
|
|
236
|
+
return self._default_compute_configs[cloud_id]
|
|
184
237
|
|
|
185
238
|
def set_image_uri_mapping(self, image_uri: ImageURI, build_id: str):
|
|
186
239
|
self._image_uri_to_build_id[image_uri] = build_id
|
|
@@ -71,9 +71,12 @@ class ModelBase:
|
|
|
71
71
|
return cls(**d)
|
|
72
72
|
|
|
73
73
|
@classmethod
|
|
74
|
-
def from_yaml(cls, path: str) -> "ModelBase":
|
|
74
|
+
def from_yaml(cls, path: str, **kwargs,) -> "ModelBase":
|
|
75
75
|
with open(path) as f:
|
|
76
|
-
|
|
76
|
+
args = yaml.safe_load(f) or {}
|
|
77
|
+
if kwargs:
|
|
78
|
+
args.update(kwargs)
|
|
79
|
+
return cls.from_dict(args)
|
|
77
80
|
|
|
78
81
|
def to_dict(self, *, exclude_none: bool = True) -> Dict[str, Any]:
|
|
79
82
|
"""Convert the model to a dictionary representation.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
from typing import Optional
|
|
2
|
+
|
|
3
|
+
from anyscale._private.anyscale_client import (
|
|
4
|
+
AnyscaleClient,
|
|
5
|
+
AnyscaleClientInterface,
|
|
6
|
+
)
|
|
7
|
+
from anyscale.cli_logger import BlockLogger
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class BaseSDK:
|
|
11
|
+
"""Shared parent class for all SDKs."""
|
|
12
|
+
|
|
13
|
+
def __init__(
|
|
14
|
+
self,
|
|
15
|
+
*,
|
|
16
|
+
logger: Optional[BlockLogger] = None,
|
|
17
|
+
client: Optional[AnyscaleClientInterface] = None,
|
|
18
|
+
):
|
|
19
|
+
self._logger = logger or BlockLogger()
|
|
20
|
+
self._client = client or AnyscaleClient()
|
|
21
|
+
|
|
22
|
+
@property
|
|
23
|
+
def logger(self) -> BlockLogger:
|
|
24
|
+
return self._logger
|
|
25
|
+
|
|
26
|
+
@property
|
|
27
|
+
def client(self) -> AnyscaleClientInterface:
|
|
28
|
+
return self._client
|
|
@@ -2,6 +2,7 @@ from dataclasses import dataclass, field
|
|
|
2
2
|
from typing import Dict, List, Optional, Union
|
|
3
3
|
|
|
4
4
|
from anyscale._private.models import ImageURI, ModelBase
|
|
5
|
+
from anyscale.compute_config.models import ComputeConfig
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
@dataclass(frozen=True)
|
|
@@ -26,11 +27,22 @@ class WorkloadConfig(ModelBase):
|
|
|
26
27
|
if containerfile is not None and not isinstance(containerfile, str):
|
|
27
28
|
raise TypeError("'containerfile' must be a string.")
|
|
28
29
|
|
|
29
|
-
compute_config:
|
|
30
|
+
compute_config: Union[None, str, Dict, ComputeConfig] = field(default=None)
|
|
30
31
|
|
|
31
|
-
def _validate_compute_config(
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
def _validate_compute_config(
|
|
33
|
+
self, compute_config: Union[None, str, Dict, ComputeConfig]
|
|
34
|
+
) -> Union[None, str, ComputeConfig]:
|
|
35
|
+
if compute_config is None or isinstance(compute_config, str):
|
|
36
|
+
return compute_config
|
|
37
|
+
|
|
38
|
+
if isinstance(compute_config, dict):
|
|
39
|
+
compute_config = ComputeConfig.from_dict(compute_config)
|
|
40
|
+
if not isinstance(compute_config, ComputeConfig):
|
|
41
|
+
raise TypeError(
|
|
42
|
+
"'compute_config' must be a string, ComputeConfig, or corresponding dict"
|
|
43
|
+
)
|
|
44
|
+
|
|
45
|
+
return compute_config
|
|
34
46
|
|
|
35
47
|
working_dir: Optional[str] = field(default=None, repr=False)
|
|
36
48
|
|
|
@@ -4,15 +4,13 @@ import pathlib
|
|
|
4
4
|
from typing import Any, Dict, List, Optional, Union
|
|
5
5
|
|
|
6
6
|
from anyscale._private.anyscale_client import (
|
|
7
|
-
AnyscaleClient,
|
|
8
7
|
AnyscaleClientInterface,
|
|
9
8
|
WORKSPACE_CLUSTER_NAME_PREFIX,
|
|
10
9
|
)
|
|
10
|
+
from anyscale._private.sdk.base_sdk import BaseSDK
|
|
11
11
|
from anyscale.cli_logger import BlockLogger
|
|
12
|
-
from anyscale.
|
|
13
|
-
|
|
14
|
-
DecoratedComputeTemplateConfig,
|
|
15
|
-
)
|
|
12
|
+
from anyscale.compute_config._private.compute_config_sdk import ComputeConfigSDK
|
|
13
|
+
from anyscale.compute_config.models import ComputeConfig
|
|
16
14
|
from anyscale.utils.runtime_env import is_dir_remote_uri, parse_requirements_file
|
|
17
15
|
|
|
18
16
|
|
|
@@ -21,7 +19,7 @@ ENABLE_IMAGE_BUILD_FOR_TRACKED_REQUIREMENTS = (
|
|
|
21
19
|
)
|
|
22
20
|
|
|
23
21
|
|
|
24
|
-
class WorkloadSDK:
|
|
22
|
+
class WorkloadSDK(BaseSDK):
|
|
25
23
|
"""Shared parent class for job and service SDKs."""
|
|
26
24
|
|
|
27
25
|
def __init__(
|
|
@@ -30,19 +28,13 @@ class WorkloadSDK:
|
|
|
30
28
|
logger: Optional[BlockLogger] = None,
|
|
31
29
|
client: Optional[AnyscaleClientInterface] = None,
|
|
32
30
|
):
|
|
33
|
-
|
|
34
|
-
self._client = client or AnyscaleClient()
|
|
31
|
+
super().__init__(logger=logger, client=client)
|
|
35
32
|
self._enable_image_build_for_tracked_requirements = (
|
|
36
33
|
ENABLE_IMAGE_BUILD_FOR_TRACKED_REQUIREMENTS
|
|
37
34
|
)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
return self._logger
|
|
42
|
-
|
|
43
|
-
@property
|
|
44
|
-
def client(self) -> AnyscaleClientInterface:
|
|
45
|
-
return self._client
|
|
35
|
+
self._compute_config_sdk = ComputeConfigSDK(
|
|
36
|
+
logger=self.logger, client=self.client,
|
|
37
|
+
)
|
|
46
38
|
|
|
47
39
|
@property
|
|
48
40
|
def enable_image_build_for_tracked_requirements(self) -> bool:
|
|
@@ -167,7 +159,7 @@ class WorkloadSDK:
|
|
|
167
159
|
return new_runtime_envs
|
|
168
160
|
|
|
169
161
|
def resolve_compute_config_to_id(
|
|
170
|
-
self, compute_config:
|
|
162
|
+
self, compute_config: Union[None, str, ComputeConfig]
|
|
171
163
|
) -> str:
|
|
172
164
|
"""Resolve the passed compute config to an ID that can be passed to the backend.
|
|
173
165
|
|
|
@@ -187,13 +179,8 @@ class WorkloadSDK:
|
|
|
187
179
|
f"The compute config '{compute_config}' does not exist."
|
|
188
180
|
)
|
|
189
181
|
else:
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
except (ValueError, TypeError) as e:
|
|
193
|
-
raise RuntimeError(f"Invalid compute config: {e}.")
|
|
194
|
-
|
|
195
|
-
compute_config_id = self._client.create_anonymous_compute_config(
|
|
196
|
-
compute_config_template
|
|
182
|
+
compute_config_id = self._compute_config_sdk.create_compute_config(
|
|
183
|
+
compute_config
|
|
197
184
|
)
|
|
198
185
|
|
|
199
186
|
return compute_config_id
|
|
@@ -239,11 +226,11 @@ class WorkloadSDK:
|
|
|
239
226
|
|
|
240
227
|
def get_user_facing_compute_config(
|
|
241
228
|
self, compute_config_id: str,
|
|
242
|
-
) -> Union[str,
|
|
229
|
+
) -> Union[str, ComputeConfig]:
|
|
243
230
|
"""Get the compute config in a format to be displayed in a user-facing status.
|
|
244
231
|
|
|
245
232
|
If the compute config refers to an anonymous compute config, its config
|
|
246
|
-
|
|
233
|
+
object will be returned. Else the name of the compute config will be
|
|
247
234
|
returned in the form: '<name>:<version>'.
|
|
248
235
|
"""
|
|
249
236
|
compute_config = self._client.get_compute_config(compute_config_id)
|
|
@@ -252,24 +239,11 @@ class WorkloadSDK:
|
|
|
252
239
|
f"Failed to get compute config for ID {compute_config_id}."
|
|
253
240
|
)
|
|
254
241
|
|
|
242
|
+
compute_config_name = compute_config.name
|
|
243
|
+
if compute_config.version is not None:
|
|
244
|
+
compute_config_name += f":{compute_config.version}"
|
|
245
|
+
|
|
255
246
|
if not compute_config.anonymous:
|
|
256
|
-
compute_config_name = compute_config.name
|
|
257
|
-
if compute_config.version is not None:
|
|
258
|
-
compute_config_name += f":{compute_config.version}"
|
|
259
247
|
return compute_config_name
|
|
260
248
|
|
|
261
|
-
|
|
262
|
-
config_dict = {
|
|
263
|
-
# Strip some internal fields that we don't want to expose to the user.
|
|
264
|
-
# TODO(edoakes): we should improve the compute config model and avoid this.
|
|
265
|
-
k: v
|
|
266
|
-
for k, v in config.to_dict().items()
|
|
267
|
-
if k
|
|
268
|
-
not in {
|
|
269
|
-
"cloud",
|
|
270
|
-
"cloud_id",
|
|
271
|
-
"maximum_uptime_minutes",
|
|
272
|
-
"idle_termination_minutes",
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
return self._strip_none_values_from_dict(config_dict)
|
|
249
|
+
return self._compute_config_sdk.get_compute_config(compute_config_name)
|
|
@@ -45,48 +45,119 @@ def job_cli() -> None:
|
|
|
45
45
|
is_flag=True,
|
|
46
46
|
help="Whether to block this CLI command until the job succeeds (or reaches another terminal state)",
|
|
47
47
|
)
|
|
48
|
+
@click.option(
|
|
49
|
+
"--config-file",
|
|
50
|
+
required=False,
|
|
51
|
+
default=None,
|
|
52
|
+
type=str,
|
|
53
|
+
help="Path to a YAML config file to use for this job. Command-line flags will overwrite values read from the file.",
|
|
54
|
+
)
|
|
55
|
+
@click.option(
|
|
56
|
+
"--image-uri",
|
|
57
|
+
required=False,
|
|
58
|
+
default=None,
|
|
59
|
+
type=str,
|
|
60
|
+
help="Container image to use for this job. When running in a workspace, this defaults to the image of the workspace.",
|
|
61
|
+
)
|
|
62
|
+
@click.option(
|
|
63
|
+
"--containerfile",
|
|
64
|
+
required=False,
|
|
65
|
+
default=None,
|
|
66
|
+
type=str,
|
|
67
|
+
help="Path to a containerfile to build the image to use for the job. This is exclusive with --image-uri.",
|
|
68
|
+
)
|
|
48
69
|
@click.argument("entrypoint", required=False, nargs=-1, type=click.UNPROCESSED)
|
|
49
|
-
def submit(
|
|
70
|
+
def submit( # noqa: PLR0912 PLR0913 C901
|
|
50
71
|
entrypoint: Tuple[str],
|
|
51
72
|
name: Optional[str],
|
|
52
73
|
description: Optional[str],
|
|
53
74
|
follow: Optional[bool],
|
|
54
75
|
wait: Optional[bool],
|
|
76
|
+
config_file: Optional[str],
|
|
77
|
+
image_uri: Optional[str],
|
|
78
|
+
containerfile: Optional[str],
|
|
55
79
|
):
|
|
56
80
|
"""Submit a job.
|
|
57
81
|
|
|
58
|
-
The job config can be specified
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
82
|
+
The job config can be specified in one of the following ways:
|
|
83
|
+
* Job config can be specified with command-line arguments. In this case, the
|
|
84
|
+
entrypoint should be specified as the positional arguments starting with `--`.
|
|
85
|
+
Other arguments can be specified with command-line flags. E.g.
|
|
86
|
+
* `anyscale job submit -- python main.py`: submit a job with the entrypoint `python main.py`.
|
|
87
|
+
* `anyscale job submit --name my-job -- python main.py`: submit a job with the name `my-job` and the
|
|
88
|
+
entrypoint `python main.py`.
|
|
89
|
+
* Job config can also be specified in a YAML file with the `--config-file` flag.
|
|
90
|
+
In this case, you can still override arguments with command-line flags. E.g.
|
|
91
|
+
* `anyscale job submit --config-file config.yaml`: submit a job with the config in `config.yaml`.
|
|
92
|
+
* `anyscale job submit --config-file config.yaml -- python main.py`: submit a job with the config in `config.yaml`
|
|
93
|
+
and override the entrypoint with `python main.py`.
|
|
94
|
+
* [Deprecated] If the positional argument is a single string that ends with .yaml, this is treated as a config file.
|
|
95
|
+
E.g. `anyscale job submit config.yaml`.
|
|
63
96
|
|
|
64
97
|
By default, this command submits the job asynchronously and exits. To wait for the job to complete, use the `--wait` flag.
|
|
65
98
|
"""
|
|
66
99
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
if
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
100
|
+
job_controller = JobController()
|
|
101
|
+
if len(entrypoint) == 1 and entrypoint[0].endswith(".yaml"):
|
|
102
|
+
# If entrypoint is a single string that ends with .yaml, e.g. `anyscale job submit config.yaml`,
|
|
103
|
+
# treat it as a config file, and use the old job submission API.
|
|
104
|
+
if config_file is not None:
|
|
105
|
+
raise click.ClickException(
|
|
106
|
+
"`--config-file` should not be used when providing a config file as the entrypoint."
|
|
107
|
+
)
|
|
108
|
+
if image_uri:
|
|
109
|
+
raise click.ClickException(
|
|
110
|
+
"`--image-uri` should not be used when providing a config file as the entrypoint."
|
|
111
|
+
)
|
|
112
|
+
if containerfile:
|
|
79
113
|
raise click.ClickException(
|
|
80
|
-
|
|
114
|
+
"`--containerfile` should not be used when providing a config file as the entrypoint."
|
|
81
115
|
)
|
|
82
116
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
117
|
+
config_file = entrypoint[0]
|
|
118
|
+
if not pathlib.Path(config_file).is_file():
|
|
119
|
+
raise click.ClickException(f"Job config file '{config_file}' not found.")
|
|
120
|
+
log.info(f"Submitting job from config file {config_file}.")
|
|
121
|
+
|
|
122
|
+
job_id = job_controller.submit(config_file, name=name, description=description,)
|
|
86
123
|
else:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
124
|
+
# Otherwise, use the new job submission API. E.g.
|
|
125
|
+
# `anyscale job submit -- python main.py`,
|
|
126
|
+
# or `anyscale job submit --config-file config.yaml`.
|
|
127
|
+
if len(entrypoint) == 0 and config_file is None:
|
|
128
|
+
raise click.ClickException(
|
|
129
|
+
"Either a config file or an inlined entrypoint must be provided."
|
|
130
|
+
)
|
|
131
|
+
if config_file is not None and not pathlib.Path(config_file).is_file():
|
|
132
|
+
raise click.ClickException(f"Job config file '{config_file}' not found.")
|
|
133
|
+
if follow:
|
|
134
|
+
log.warning("`--follow` is deprecated, use `--wait` instead.")
|
|
135
|
+
|
|
136
|
+
args = {}
|
|
137
|
+
if len(entrypoint) > 0:
|
|
138
|
+
args["entrypoint"] = list2cmdline(entrypoint)
|
|
139
|
+
if name:
|
|
140
|
+
args["name"] = name
|
|
141
|
+
if description:
|
|
142
|
+
args["description"] = description
|
|
143
|
+
|
|
144
|
+
if containerfile and image_uri:
|
|
145
|
+
raise click.ClickException(
|
|
146
|
+
"Only one of '--containerfile' and '--image-uri' can be provided."
|
|
147
|
+
)
|
|
148
|
+
|
|
149
|
+
if image_uri:
|
|
150
|
+
args["image_uri"] = image_uri
|
|
151
|
+
|
|
152
|
+
if containerfile:
|
|
153
|
+
args["containerfile"] = containerfile
|
|
154
|
+
|
|
155
|
+
if config_file is not None:
|
|
156
|
+
config = JobConfig.from_yaml(config_file, **args)
|
|
157
|
+
else:
|
|
158
|
+
config = JobConfig.from_dict(args)
|
|
159
|
+
log.info(f"Submitting job with config {config}.")
|
|
160
|
+
job_id = anyscale.job.submit(config)
|
|
90
161
|
|
|
91
162
|
if follow or wait:
|
|
92
163
|
job_controller.log.info(
|
|
@@ -86,7 +86,7 @@ def _read_name_from_config_file(path: str):
|
|
|
86
86
|
required=False,
|
|
87
87
|
default=None,
|
|
88
88
|
type=str,
|
|
89
|
-
help="Container image to use for the service. This cannot be changed when using --in-place. When running in a workspace, this defaults to the image of the workspace.",
|
|
89
|
+
help="Container image to use for the service. This cannot be changed when using --in-place and is exclusive with --containerfile. When running in a workspace, this defaults to the image of the workspace.",
|
|
90
90
|
)
|
|
91
91
|
@click.option(
|
|
92
92
|
"--containerfile",
|