anyscale 0.24.53__tar.gz → 0.24.54__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.53 → anyscale-0.24.54}/PKG-INFO +1 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/__init__.py +9 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/anyscale_client/anyscale_client.py +121 -15
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/anyscale_client/common.py +47 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/anyscale_client/fake_anyscale_client.py +87 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/README.md +1 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/api/default_api.py +135 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/baseimagesenum.py +34 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_environments_query.py +29 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/supportedbaseimagesenum.py +34 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_template.py +60 -3
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/compute_config_commands.py +2 -2
- anyscale-0.24.54/anyscale/commands/workspace_commands_v2.py +263 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/cloud_controller.py +20 -11
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/job/_private/job_sdk.py +6 -2
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/scripts.py +2 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/baseimagesenum.py +34 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_environments_query.py +29 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +34 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/service/models.py +45 -14
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/latest_ray_version.py +1 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/utils/id_gen.py +2 -0
- anyscale-0.24.54/anyscale/version.py +1 -0
- anyscale-0.24.54/anyscale/workspace/__init__.py +78 -0
- anyscale-0.24.54/anyscale/workspace/_private/workspace_sdk.py +151 -0
- anyscale-0.24.54/anyscale/workspace/commands.py +110 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale.egg-info/PKG-INFO +1 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale.egg-info/SOURCES.txt +8 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/BUILD.bazel +1 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/BUILD.bazel +8 -0
- anyscale-0.24.54/tests/unit/test_files/workspace_config_files/full.yaml +13 -0
- anyscale-0.24.54/tests/unit/test_files/workspace_config_files/minimal.yaml +1 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_job_sdk.py +20 -14
- anyscale-0.24.54/tests/unit/test_workspace_cli.py +233 -0
- anyscale-0.24.54/tests/unit/test_workspace_sdk.py +328 -0
- anyscale-0.24.53/anyscale/version.py +0 -1
- {anyscale-0.24.53 → anyscale-0.24.54}/.covrc +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/BUILD.bazel +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/LICENSE +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/NOTICE +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/README.md +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/anyscale_client/README.md +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/anyscale_client/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/docgen/README.md +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/docgen/__main__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/docgen/generator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/models/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/models/image_uri.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/models/model_base.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/sdk/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/sdk/base_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/sdk/timer.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/workload/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/workload/workload_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/workload/workload_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale-cloud-setup-gcp-oa.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale-cloud-setup-gcp.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale-cloud-setup-oa.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale-cloud-setup.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/HISTORY.md +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/LICENSE +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/MANIFEST.in +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/PKG-INFO +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/README.md +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/_hypothesis_plugin.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/annotated_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/class_validators.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/color.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/dataclasses.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/datetime_parse.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/decorator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/env_settings.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/error_wrappers.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/errors.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/fields.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/generics.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/json.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/main.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/mypy.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/networks.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/parse.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/py.typed +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/schema.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/tools.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/typing.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/validators.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_pydantic/version.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/anyscale_schema.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/api.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/api_utils/README.md +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/api_utils/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/api_utils/exceptions/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/api_utils/exceptions/job_errors.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/api_utils/job_logs_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/api_utils/job_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/api_utils/logs_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/authenticate.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/aws_iam_policies.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/background/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/background/job_runner.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/cli_logger.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/.gitignore +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/.openapi-generator/VERSION +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/.openapi-generator-ignore +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/git_push.sh +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/api/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/api_client.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/configuration.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/exceptions.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/access_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/access_mode.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aica_endpoint.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aica_endpoint_event.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aica_endpoint_event_level.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aica_endpoint_event_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aica_endpoint_scope.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aica_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aica_model_accelerator_map.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aica_model_configuration.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aica_observability_urls.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aicaendpoint_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aicaendpoint_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aicaendpointevent_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aicamodel_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aicamodel_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aioa_cloud_waitlist_record.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aioacloudwaitlistrecord_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/alert_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/anyscale_aws_account.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/anyscale_service_account.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/anyscale_version_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/anyscaleawsaccount_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/anyscaled_credential_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/anyscaleserviceaccount_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/anyscaleversionresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/api_key_parameters.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/app_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/appconfig_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/application_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/applied_snapshot.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/archive_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/archived_logs_info.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/archivedlogsinfo_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/attach_machine_pool_to_cloud_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/attachmachinepooltocloudresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/autoscaler_credentials.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/autoscalercredentials_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aviary_model_config_v2.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aws_credentials.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aws_node_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aws_region_and_zones.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aws_region_info.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aws_tag.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/awsregionandzones_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/bank_account_information.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/base_job_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/batch_response_batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/billing_information.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/billing_version_code.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/block_device_mapping.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/body_aws_marketplace_registration_api_v2_organization_billing_aws_marketplace_registration_post.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/body_upload_file_api_v2_files_post.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/buffer_registration.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/build_log_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/build_registration.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/build_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/build_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/card.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/card_id.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/card_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/change_password_params.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cleanup_leaked_grafana_dashboard_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cleanupleakedgrafanadashboardresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/clone_experimental_workspace.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_analytics_event.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_provider_error.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_analytics_event_command_name.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_analytics_event_error.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_analytics_event_name.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_collaborator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_collaborator_value.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_collaborators_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_info.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_name_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_project_collaborator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_project_collaborator_value.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_provider.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_providers.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_region_and_zones.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_region_info.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_resource_gcp.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_version.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_waitlist_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloudcollaborator_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/clouddatabucketpresigneduploadinfo_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloudregionandzones_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloudresource_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloudresourcegcp_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloudwithcloudresource_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_auth_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_event.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_events_output.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_features.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_startup.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/cluster_status_details.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/clusterauthresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/clusterconfig_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/clusterconfigwithsessionidletimeout_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/clustereventsoutput_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/clusterfeatures_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/company_size.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/compute_node_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/compute_stack.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/compute_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/compute_template_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/compute_template_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/computetemplate_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_aica_endpoint.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_aioa_cloud_waitlist.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_analytics_event.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_app_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_billing_version.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_bug_report_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_byod_app_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_byod_build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_cloud_collaborator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_cloud_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_compute_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_experimental_workspace.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_experimental_workspace_from_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_fine_tuning_hyperparameters.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_fine_tuning_job_product_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_internal_production_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_machine_pool_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_machine_pool_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_machine_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_machine_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_metronome_webhook_notification.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_organization_configuration.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_organization_invitation.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_otp_return_api_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_production_job_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_schedule.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_session_from_snapshot_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_session_in_db.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_session_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_user.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_user_project_collaborator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_user_project_collaborator_value.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/create_workspace_from_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/createbugreportresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/createcomputetemplateconfig_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/createmachinepoolresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/createmachineresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/createotpreturnapimodel_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/createsessionresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/credit_card_information.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/customer_alert_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/customer_billing_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/dataplane_services.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_application_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_compute_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_compute_template_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_interactive_session.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_job_queue.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_job_submission.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_list_service_api_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_production_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_production_job_state_transition.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_runtime_env.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_schedule.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_serve_deployment.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_service_event_api_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_session.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_support_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decorated_unified_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedbuild_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedbuild_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedinteractivesession_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedjob_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedjob_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedjobqueue_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedjobqueue_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedjobsubmission_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedjobsubmission_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedlistserviceapimodel_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedproductionjob_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedproductionjob_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedproductionjobstatetransition_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedproductionservicev2_apimodel_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedproductionservicev2_versionapimodel_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedruntimeenv_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedruntimeenv_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedschedule_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedschedule_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedservedeployment_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedservedeployment_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedserviceeventapimodel_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedsession_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedsession_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedsupportrequest_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedsupportrequest_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedunifiedjob_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/delete_machine_pool_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/delete_machine_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/deletemachinepoolresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/detach_machine_pool_from_cloud_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/detachmachinepoolfromcloudresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/dismissal_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ebs_block_device.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/editable_cloud_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/editable_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/error.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/event_level.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/execute_command_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/execute_interactive_command_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/execute_shell_command_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/executecommandresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/experimental_workspace.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/experimentalworkspace_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/experimentalworkspace_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/external_service_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/external_service_status_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/external_terminal_command.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/externalservicestatusresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/feature_compatibility.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/feature_flag_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/featureflagresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/file_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/filemodel_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/fine_tuning_job_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/finish_ft_job_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/finish_ft_job_request_v2.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/gcp_file_store_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/gcp_memorystore_instance_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/gcp_node_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/grafana_dashboard.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ha_job_error_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ha_job_event_level.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ha_job_event_origin.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ha_job_states.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ha_job_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ha_jobs_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/head_ip.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/headip_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/http_protocol_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/http_validation_error.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/idle_termination_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/import_aica_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/integration_details.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/interactive_session_logs.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/interactivesessionlogs_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/internal_production_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/internalproductionjob_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/invoice.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/invoice_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/invoice_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/invoices_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_access.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_queue_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_queue_spec.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_queue_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_queues_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_run_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_state_log_level_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/job_submissions_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/jobs_logs.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/jobs_logs_query_info.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/jobslogs_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/jobslogsqueryinfo_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/json_patch_operation.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/kubernetes_manager_registration_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/kubernetes_manager_registration_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/kubernetesmanagerregistrationresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/lb_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/lbresource_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/list_machine_pools_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/list_machines_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/list_response_metadata.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/listmachinepoolsresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/listmachinesresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_detail.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_details.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_download_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_download_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_download_result.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_file_chunk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_filter.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_item.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_item_batch.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_level_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/log_stream.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/logdetails_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/login_user_params.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/logitembatch_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/logs_output.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/logsoutput_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/logstream_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/machine_allocation_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/machine_connection_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/machine_info.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/machine_pool.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/metronome_dashboard_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_cloud.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_cluster.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_compute_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_compute_template_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_job_run.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_namespace.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_organization.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_production_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_runtime_environment.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_schedule.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/mini_user.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/minibuild_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/minicomputetemplate_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/miniproject_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/monitor_logs_extension.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/named_entity.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/network_interface.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/node_registration_aws.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/node_registration_gcp.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/node_registration_k8_s.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/node_registration_provisioned.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/node_registration_sagemaker.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/node_registration_v2.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/node_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/onboarding_user_cards_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_availability.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_collaborator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_configuration.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_configuration_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_invitation.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_invitation_base.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_marketing_questions.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_permission_level.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_public_identifier.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_summary.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_usage_alert.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organization_usage_alert_severity.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationavailability_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationcollaborator_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationconfiguration_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationconfigurationresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationinvitation_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationinvitation_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationinvitationbase_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationpublicidentifier_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/organizationusagealert_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/page_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/pause_schedule.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/permission_level.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/platform_fine_tuning_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/platformfinetuningjob_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/platformfinetuningjob_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/presigned_upload_file.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/presigned_upload_file_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/product_autoscaler_flag.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/product_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/productautoscalerflag_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/production_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/production_job_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/production_job_event.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/production_job_event_scope_filter.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/productionjob_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/productionjobevent_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_base.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_collaborator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_collaborator_value.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_collaborators_put_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_create_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_default_session_name.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_delete_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_patch_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/project_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/projectbase_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/projectcollaborator_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/projectdefaultsessionname_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/projects_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/projects_violating_tree_hierarchy_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/projectsviolatingtreehierarchyresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/protocols.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/provider_metadata.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/providermetadata_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/python_modules.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/read_billing_version.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/readbillingversion_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/replica_details.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/replica_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/request_email_magic_link_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/request_otp_return_api_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/request_password_reset_params.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/requestemailmagiclinkresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/requestotpreturnapimodel_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/reset_password_params.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/resources.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/resubmit_ft_job_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/rollback_service_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/rollout_strategy.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/s3_download_location.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/schedule_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/serve_deployment_logs.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/serve_deployment_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/servedeploymentlogs_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/server_session_token.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/serversessiontoken_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_account.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_event_current_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_event_level.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_event_origin.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_event_scope.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_event_scope_filter.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_event_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_event_verbose_message_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_goal_states.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_observability_urls.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_usage.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/service_version_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/serviceeventverbosemessagemodel_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_access.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_autosync_sessions_update_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_command.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_command_finish_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_command_id.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_command_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_create_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_delete_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_describe.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_details.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_event.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_event_cause.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_event_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_execute_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_finish_command_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_history_item.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_kill_command_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_patch_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_ssh_key.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_state_change_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_state_data.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/session_stopping_data.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sessioncommandid_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sessiondescribe_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sessiondetails_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sessions_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sessionsshkey_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/setup_initialize_session_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/show_otp_source_return_api_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/snapshot_create_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/snapshot_delete_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/snapshot_patch_message.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/socket_message_schemas.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/socket_message_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/socketmessageschemas_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/socketmessagetypes_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sort_order.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/sso_login_info.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/ssologininfo_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/start_session_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/stop_session_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/stream_publish_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/support_requests_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/templatized_compute_configs.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/templatized_decorated_application_templates.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/templatizedcomputeconfigs_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/templatizeddecoratedapplicationtemplates_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/text_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/timestamped_logs_output.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/timestampedlogsoutput_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/tool.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/tracing_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/try_login_email_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/tryloginemailresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/unified_job_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/unified_job_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/unified_job_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/update_cluster_dns.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/update_compute_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/update_endpoint.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/update_model_deployment.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/update_organization_collaborator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/update_project_collaborator.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/upload_session_command_logs_locations.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/uploadsessioncommandlogslocations_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/user_info.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/user_resend_email_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/user_service_access_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/userinfo_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/utm_fields.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/validate_otp_params_api_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/validation_error.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/verify_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/verifyresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/visibility.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/waitlist_status_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/waitlist_status_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/waitliststatusresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/wand_b_run_details.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/web_terminal.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/webterminal_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/webterminal_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/worker_node_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_dataplane_artifact.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_dataplane_artifacts.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_event.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_event_source.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_event_source_filter.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_readme.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_snapshot_states.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspace_template_cluster_environment_metadata.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspacedataplaneartifacts_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspacedataplaneproxiedartifacts_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspaceevent_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspacereadme_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspacetemplate_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/workspacetemplateclusterenvironmentmetadata_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/write_cloud.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/write_cluster_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/write_project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/write_session.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/models/write_support_request.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/openapi_client/rest.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/requirements.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/setup.cfg +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/setup.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/test-requirements.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/client/tox.ini +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/cloud.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/cloud_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/cluster.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/cluster_compute.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/cluster_env.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/anyscale_api/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/anyscale_api/api_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/anyscale_api/session_commands_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/anyscale_api/session_operations_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/anyscale_api/sessions_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/auth_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/cloud_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/cloud_commands_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/cluster_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/cluster_env_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/config_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/exec_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/experimental_integrations_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/fine_tune_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/image_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/job_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/list_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/llm/dataset_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/llm/group.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/llm/models_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/login_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/logs_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/machine_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/machine_pool_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/migrate_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/project_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/schedule_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/service_account_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/service_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/session_commands_hidden.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/commands/workspace_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/component_activity_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/compute_config/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/compute_config/_private/compute_config_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/compute_config/commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/compute_config/models.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/conf.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/connect.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/connect_utils/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/connect_utils/prepare_cluster.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/connect_utils/project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/connect_utils/start_interactive_session.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/auth_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/base_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/cloud_functional_verification_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/cluster_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/cluster_env_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/compute_config_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/config_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/experimental_integrations_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/fine_tune_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/job_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/jobs_bg_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/list_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/llm/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/llm/models_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/logs_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/machine_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/machine_pool_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/project_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/schedule_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/service_account_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/service_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/controllers/workspace_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/feature_flags.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/fingerprint.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/formatters/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/formatters/clouds_formatter.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/formatters/common_formatter.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/gcp_verification.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/image/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/image/_private/image_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/image/commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/image/models.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/integrations.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/job/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/job/commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/job/models.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/links.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/llm/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/llm/dataset/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/llm/dataset/_private/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/llm/dataset/_private/sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/llm/models/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/llm/models/_private/models_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/llm/models/commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/llm/models/sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/llm/sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/models/fine_tune_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/models/job_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/models/service_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/schedule/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/schedule/_private/schedule_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/schedule/commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/schedule/models.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/api/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/api/default_api.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/api_client.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/configuration.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/exceptions.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/access_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/app_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/appconfig_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/apply_service_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/archive_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/aws_node_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/aws_tag.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/base_job_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/block_device_mapping.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/build_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/build_log_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/build_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/build_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cloud.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cloud_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cloud_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cloud_providers.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cloud_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cloud_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cloud_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cloud_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cloud_version.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clouds_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_compute.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_compute_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_computes_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_environment.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_environment_build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_head_node_info.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_operation.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_services_urls.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/cluster_status_details.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clustercompute_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clustercompute_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clusterenvironment_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/clusters_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/compute_node_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/compute_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/compute_template_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/computetemplate_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_app_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_cloud.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_cluster.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_cluster_compute.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_cluster_environment.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_cluster_environment_build.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_production_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_production_job_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_schedule.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_session.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_session_command.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/create_sso_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/ebs_block_device.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/endpoints_fine_tuned_model_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/fine_tune_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/fine_tuned_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/gcp_node_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/ha_job_states.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/http_protocol_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/http_validation_error.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/idle_termination_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/job_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/job_queue_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/job_queue_spec.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/job_run_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/job_status.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/jobs_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/list_response_metadata.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/list_service_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/listservicemodel_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/log_download_result.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/log_file_chunk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/log_level_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/log_stream.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/logstream_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/network_interface.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/node_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/operation_error.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/operation_progress.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/operation_result.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/organization.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/organization_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/page_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/pause_schedule.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/production_job.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/production_job_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/production_service_v2_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/production_service_v2_version_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/productionjob_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/productionjob_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/productionservicev2_model_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/project_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/project_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/projects_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/protocols.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/python_modules.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/python_version.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/resources.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/rollback_service_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/rollout_strategy.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/runtime_environment.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/runtimeenvironment_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/schedule_api_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/schedule_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/scheduleapimodel_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/scheduleapimodel_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/service_account.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/service_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/service_event_current_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/service_goal_states.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/service_model.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/service_observability_urls.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/service_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/service_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/service_version_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/servicemodel_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/servicemodel_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_command.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_command_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_event.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_event_cause.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_event_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_operation.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_state.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_state_data.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/session_stopping_data.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/sessioncommand_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/sessions_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/sort_order.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/sso_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/sso_mode.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/ssoconfig_response.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/start_cluster_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/start_session_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/static_sso_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/terminate_cluster_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/text_query.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/tracing_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/update_app_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/update_cloud.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/update_cluster.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/update_organization.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/update_project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/update_session.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/user_service_access_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/validation_error.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/models/worker_node_type.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/rest.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/sdk/anyscale_client/sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/service/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/service/_private/service_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/service/commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/aws.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/conf.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/default_anyscale_aws.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/default_anyscale_gcp.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/headers.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/test_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/tests/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/tests/test_asyncio.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/tests/test_ray_semver.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/utils/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/utils/asyncio.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/utils/byod.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/utils/collections.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/utils/protected_string.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/shared_anyscale_utils/utils/ray_semver.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/snapshot.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/tables.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/cli_version_check_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/cloud_update_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/cloud_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/cluster_debug.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/connect_helpers.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/deprecation_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/entity_arg_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/env_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/gcp_managed_setup_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/gcp_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/imports/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/imports/all.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/imports/gcp.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/logs_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/name_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/network_verification.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/ray_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/ray_version_checker.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/ray_version_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/runtime_env.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/s3.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/workload_types.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/workspace_notification.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/utils/workspace_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/webterminal/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/webterminal/bash-preexec.sh +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/webterminal/command_persister.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/webterminal/utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/webterminal/webterminal.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/workspace/models.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale/workspace_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale.egg-info/dependency_links.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale.egg-info/entry_points.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale.egg-info/not-zip-safe +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale.egg-info/requires.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/anyscale.egg-info/top_level.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/requirements.in +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/setup.cfg +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/setup.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/BUILD.bazel +0 -0
- {anyscale-0.24.53/anyscale/workspace → anyscale-0.24.54/tests}/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/api_utils/BUILD.bazel +0 -0
- {anyscale-0.24.53/tests → anyscale-0.24.54/tests/api_utils}/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/api_utils/conftest.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/api_utils/test_job_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/api_utils/test_logs_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/clientLibraryConfig-aws-pool.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/cloud_formation_template.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/cloud_formation_template_oa.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/commands/BUILD.bazel +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/commands/test_cloud_command.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/commands/test_login_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/commands/test_service_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/commands/test_workspace_commands.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/conftest.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/connect_utils/BUILD.bazel +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/connect_utils/test_prepare_cluster.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/connect_utils/test_project_block.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/connect_utils/test_start_interactive_session.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/BUILD.bazel +0 -0
- {anyscale-0.24.53/tests/api_utils → anyscale-0.24.54/tests/controllers}/__init__.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_auth_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_base_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_cloud_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_cloud_functional_verification_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_cluster_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_cluster_env_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_compute_config_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_config_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_job_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_list_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_logs_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_machine_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_machine_pool_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_project_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_schedule_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_service_account_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_service_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/controllers/test_workspace_controller.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/access_service_account_permissions.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/add_firewall_policy_rule.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/add_firewall_policy_rule_done.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/add_firewall_policy_rule_error.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/associate_firewall_policy.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/associate_firewall_policy_done.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/create_workload_identity_pool.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/create_workload_identity_provider.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/dataplane_service_account.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/delete_workload_identity_pool.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/deployment_delete.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/deployment_get.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/deployment_manager_resources_get.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/deployment_update.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/enable_api_operation.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/firewall_policy_get.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/get_service_account.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/get_workload_identity_pool.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/global_firewall.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/global_firewall_with_private_service_rule.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/global_firewall_with_service_rule.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/global_firewall_without_service_rule.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/global_firewall_wrong_vpc.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/manifest_get.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/networks.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/operation_completed.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/operation_error.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_apis_disabled.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_apis_enabled.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_get.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_get_iam_policy.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_get_iam_policy_role_exists.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_get_inactive.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_iam_binding_access.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_iam_bindings.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_set_iam_policy.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/project_set_iam_policy_role_exists.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/proxy_only_subnet_missing.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/proxy_only_subnet_no_subnets.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/proxy_only_subnet_present.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/proxy_only_subnet_wrong_vpc.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_filestore.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_filestore_vpc_private_access.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_filestore_west_region.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_filestore_wrong_vpc.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_firewall.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_memorystore.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_memorystore_happy.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_memorystore_read_replica_disabled.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_memorystore_standard_tier.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/regional_memorystore_tls_enabled.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/remove_firewall_vpc_association.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/remove_firewall_vpc_association_done.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/remove_firewall_vpc_association_error.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/service_get.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/storage_bucket.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/storage_bucket_policy.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/storage_dual_region.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/storage_single_region.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/subnetworks.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/subnetworks_other.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/gcp_responses/zonal_filestore.json +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/sdk/BUILD.bazel +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/sdk/test_sdk_methods.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/sdk/test_upload_working_dir.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_authenticate.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_aws_iam_policies.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_cli_logger.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_cli_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_cloud.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_cloud_resource.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_cluster.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_cluster_compute.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_cluster_env.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_component_activity.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_connect.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_connect_helpers.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_gcp_managed_setup_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_gcp_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_gcp_verification.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_imports_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_integrations.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_network_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_project.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_ray_version_checker.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_runtime_env.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_s3.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/test_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/common.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/conftest.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_anyscale_client.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_anyscale_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_compute_config_cli.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_compute_config_models.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_compute_config_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_docgen.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/compute_config_files/empty.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/compute_config_files/full.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/compute_config_files/minimal.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/containerfiles/Containerfile +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/job_config_files/empty.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/job_config_files/full.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/job_config_files/minimal.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/job_config_files/minimal_job_config +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/job_config_files/points_to_requirements_file.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/job_config_files/unrecognized_option.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/requirements_files/comments.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/requirements_files/empty.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/requirements_files/multi_line.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/requirements_files/multi_line_with_whitespace.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/requirements_files/single_line.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/requirements_files/test_workspace_requirements.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/schedule_config_files/empty.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/schedule_config_files/full.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/schedule_config_files/minimal.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/schedule_config_files/unrecognized_option.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/service_config_files/empty.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/service_config_files/full.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/service_config_files/minimal.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/service_config_files/multiple_applications.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/service_config_files/name_and_gibberish.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/service_config_files/points_to_requirements_file.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/service_config_files/unrecognized_option.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/working_dirs/basic/hi.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/working_dirs/basic/main.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/working_dirs/nested/requirements.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/working_dirs/nested/subdir/app.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/working_dirs/symlink_to_basic/hi.txt +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_files/working_dirs/symlink_to_basic/main.py +0 -0
- /anyscale-0.24.53/tests/controllers/__init__.py → /anyscale-0.24.54/tests/unit/test_files/workspace_config_files/empty.yaml +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_image_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_image_uri.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_job_cli.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_job_models.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_model_base.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_schedule_cli.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_schedule_models.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_schedule_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_service_cli.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_service_models.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_service_sdk.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/unit/test_workload_config.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/utils/BUILD.bazel +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/utils/test_cli_version_check_util.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/utils/test_cloud_update_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/utils/test_cloud_utils.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/utils/test_cluster_debug.py +0 -0
- {anyscale-0.24.53 → anyscale-0.24.54}/tests/utils/test_workspace_utils.py +0 -0
|
@@ -33,6 +33,7 @@ from anyscale.llm import LLMSDK
|
|
|
33
33
|
from anyscale.schedule import ScheduleSDK
|
|
34
34
|
from anyscale.sdk.anyscale_client.sdk import AnyscaleSDK
|
|
35
35
|
from anyscale.service import ServiceSDK
|
|
36
|
+
from anyscale.workspace import WorkspaceSDK
|
|
36
37
|
|
|
37
38
|
|
|
38
39
|
# Note: indentation here matches that of connect.py::ClientBuilder.
|
|
@@ -94,6 +95,7 @@ class Anyscale:
|
|
|
94
95
|
self._schedule_sdk = ScheduleSDK(client=self._anyscale_client)
|
|
95
96
|
self._image_sdk = ImageSDK(client=self._anyscale_client)
|
|
96
97
|
self._llm_sdk = LLMSDK(client=self._anyscale_client)
|
|
98
|
+
self._workspace_sdk = WorkspaceSDK(client=self._anyscale_client)
|
|
97
99
|
|
|
98
100
|
@classmethod
|
|
99
101
|
def _init_private(
|
|
@@ -114,7 +116,9 @@ class Anyscale:
|
|
|
114
116
|
client=client, logger=logger, timer=timer,
|
|
115
117
|
)
|
|
116
118
|
obj._image_sdk = ImageSDK(client=client, logger=logger) # noqa: SLF001
|
|
117
|
-
obj.
|
|
119
|
+
obj._workspace_sdk = WorkspaceSDK( # noqa: SLF001
|
|
120
|
+
client=client, logger=logger, timer=timer,
|
|
121
|
+
)
|
|
118
122
|
return obj
|
|
119
123
|
|
|
120
124
|
@property
|
|
@@ -141,6 +145,10 @@ class Anyscale:
|
|
|
141
145
|
def llm(self) -> LLMSDK: # noqa: F811
|
|
142
146
|
return self._llm_sdk
|
|
143
147
|
|
|
148
|
+
@property
|
|
149
|
+
def workspace(self) -> WorkspaceSDK: # noqa: F811
|
|
150
|
+
return self._workspace_sdk
|
|
151
|
+
|
|
144
152
|
|
|
145
153
|
def _validate_headers(headers: Optional[Dict[str, str]]):
|
|
146
154
|
if not headers:
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
from abc import ABC, abstractmethod
|
|
2
|
+
from functools import wraps
|
|
2
3
|
import io
|
|
4
|
+
import json
|
|
3
5
|
import logging
|
|
4
6
|
import os
|
|
5
7
|
import pathlib
|
|
@@ -32,10 +34,13 @@ from anyscale.client.openapi_client.models import (
|
|
|
32
34
|
ComputeTemplateConfig,
|
|
33
35
|
ComputeTemplateQuery,
|
|
34
36
|
CreateComputeTemplate,
|
|
37
|
+
CreateExperimentalWorkspace,
|
|
35
38
|
CreateInternalProductionJob,
|
|
36
39
|
DecoratedComputeTemplate,
|
|
37
40
|
ExperimentalWorkspace,
|
|
38
41
|
InternalProductionJob,
|
|
42
|
+
StartSessionOptions,
|
|
43
|
+
StopSessionOptions,
|
|
39
44
|
)
|
|
40
45
|
from anyscale.client.openapi_client.models.create_schedule import CreateSchedule
|
|
41
46
|
from anyscale.client.openapi_client.models.decorated_schedule import DecoratedSchedule
|
|
@@ -98,6 +103,21 @@ OVERWRITE_EXISTING_CLOUD_STORAGE_FILES = (
|
|
|
98
103
|
# internal_logger is used for logging internal errors or debug messages that we do not expect users to see.
|
|
99
104
|
internal_logger = logging.getLogger(__name__)
|
|
100
105
|
|
|
106
|
+
# A decorator to handle ApiException and raise ValueError with the error message.
|
|
107
|
+
def handle_api_exceptions(func):
|
|
108
|
+
@wraps(func)
|
|
109
|
+
def wrapper(*args, **kwargs):
|
|
110
|
+
try:
|
|
111
|
+
return func(*args, **kwargs)
|
|
112
|
+
except ApiException as e:
|
|
113
|
+
if e.status >= 400 and e.status < 500:
|
|
114
|
+
body_dict = json.loads(e.body)
|
|
115
|
+
msg = body_dict["error"]["detail"]
|
|
116
|
+
raise ValueError(msg) from None
|
|
117
|
+
raise e from None
|
|
118
|
+
|
|
119
|
+
return wrapper
|
|
120
|
+
|
|
101
121
|
|
|
102
122
|
class AWSS3ClientInterface(ABC):
|
|
103
123
|
@abstractmethod
|
|
@@ -1025,22 +1045,11 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
|
1025
1045
|
logs = self._read_log_lines(all_log_chunk_urls, head, bearer_token, max_lines)
|
|
1026
1046
|
return logs
|
|
1027
1047
|
|
|
1048
|
+
@handle_api_exceptions
|
|
1028
1049
|
def apply_schedule(self, model: CreateSchedule) -> DecoratedSchedule:
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
).result
|
|
1033
|
-
except ApiException as e:
|
|
1034
|
-
if e.status == 400 and (
|
|
1035
|
-
"Please specify a valid cron expression" in e.body
|
|
1036
|
-
or "Please specify a valid tz database timezone" in e.body
|
|
1037
|
-
):
|
|
1038
|
-
import json
|
|
1039
|
-
|
|
1040
|
-
body_dict = json.loads(e.body)
|
|
1041
|
-
msg = body_dict["error"]["detail"]
|
|
1042
|
-
raise ValueError(msg) from None
|
|
1043
|
-
raise e from None
|
|
1050
|
+
return self._internal_api_client.create_or_update_job_api_v2_experimental_cron_jobs_put(
|
|
1051
|
+
model
|
|
1052
|
+
).result
|
|
1044
1053
|
|
|
1045
1054
|
def get_schedule(
|
|
1046
1055
|
self,
|
|
@@ -1181,3 +1190,100 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
|
1181
1190
|
|
|
1182
1191
|
def retrieve_finetuned_model(self, model_id: str) -> FineTunedModel:
|
|
1183
1192
|
return self._external_api_client.get_model(model_id)
|
|
1193
|
+
|
|
1194
|
+
@handle_api_exceptions
|
|
1195
|
+
def create_workspace(self, model: CreateExperimentalWorkspace) -> str:
|
|
1196
|
+
return self._internal_api_client.create_workspace_api_v2_experimental_workspaces_post(
|
|
1197
|
+
create_experimental_workspace=model,
|
|
1198
|
+
).result.id
|
|
1199
|
+
|
|
1200
|
+
def get_workspace(
|
|
1201
|
+
self,
|
|
1202
|
+
*,
|
|
1203
|
+
id: Optional[str] = None, # noqa: A002
|
|
1204
|
+
name: Optional[str] = None,
|
|
1205
|
+
cloud: Optional[str] = None,
|
|
1206
|
+
project: Optional[str] = None,
|
|
1207
|
+
) -> Optional[ExperimentalWorkspace]:
|
|
1208
|
+
"""Get a workspace by either name or id. Filter by cloud and project.
|
|
1209
|
+
|
|
1210
|
+
Returns None if not found.
|
|
1211
|
+
"""
|
|
1212
|
+
if id is not None:
|
|
1213
|
+
try:
|
|
1214
|
+
return self._internal_api_client.get_workspace_api_v2_experimental_workspaces_workspace_id_get(
|
|
1215
|
+
id
|
|
1216
|
+
).result
|
|
1217
|
+
except ExternalApiException as e:
|
|
1218
|
+
if e.status == 404:
|
|
1219
|
+
return None
|
|
1220
|
+
raise e from None
|
|
1221
|
+
else:
|
|
1222
|
+
paging_token = None
|
|
1223
|
+
cloud_id = self.get_cloud_id(cloud_name=cloud)
|
|
1224
|
+
project_id = self.get_project_id(parent_cloud_id=cloud_id, name=project)
|
|
1225
|
+
resp = self._internal_api_client.list_workspaces_api_v2_experimental_workspaces_get(
|
|
1226
|
+
project_id=project_id,
|
|
1227
|
+
name=name,
|
|
1228
|
+
count=self.LIST_ENDPOINT_COUNT,
|
|
1229
|
+
paging_token=paging_token,
|
|
1230
|
+
)
|
|
1231
|
+
|
|
1232
|
+
if len(resp.results) == 0:
|
|
1233
|
+
return None
|
|
1234
|
+
|
|
1235
|
+
workspace = resp.results[0]
|
|
1236
|
+
return workspace
|
|
1237
|
+
|
|
1238
|
+
@handle_api_exceptions
|
|
1239
|
+
def update_workspace_dependencies_offline_only(
|
|
1240
|
+
self, workspace_id: str, requirements: List[str]
|
|
1241
|
+
):
|
|
1242
|
+
return self._internal_api_client.put_workspace_proxied_dataplane_artifacts_api_v2_experimental_workspaces_workspace_id_proxied_dataplane_artifacts_put(
|
|
1243
|
+
workspace_id=workspace_id,
|
|
1244
|
+
workspace_dataplane_proxied_artifacts={
|
|
1245
|
+
"requirements": "\n".join(requirements),
|
|
1246
|
+
},
|
|
1247
|
+
)
|
|
1248
|
+
|
|
1249
|
+
@handle_api_exceptions
|
|
1250
|
+
def update_workspace_env_vars_offline_only(
|
|
1251
|
+
self, workspace_id: str, env_vars: Dict[str, str]
|
|
1252
|
+
):
|
|
1253
|
+
return self._internal_api_client.put_workspace_proxied_dataplane_artifacts_api_v2_experimental_workspaces_workspace_id_proxied_dataplane_artifacts_put(
|
|
1254
|
+
workspace_id=workspace_id,
|
|
1255
|
+
workspace_dataplane_proxied_artifacts={
|
|
1256
|
+
"environment_variables": [
|
|
1257
|
+
f"{key}={value}" for key, value in env_vars.items()
|
|
1258
|
+
],
|
|
1259
|
+
},
|
|
1260
|
+
)
|
|
1261
|
+
|
|
1262
|
+
@handle_api_exceptions
|
|
1263
|
+
def start_workspace(self, workspace_id: str):
|
|
1264
|
+
"""Start a workspace."""
|
|
1265
|
+
workspace_model = self.get_workspace(id=workspace_id)
|
|
1266
|
+
if workspace_model is None:
|
|
1267
|
+
raise ValueError(f"Workspace '{workspace_id}' not found.")
|
|
1268
|
+
|
|
1269
|
+
return self._internal_api_client.start_session_api_v2_sessions_session_id_start_post(
|
|
1270
|
+
session_id=workspace_model.cluster_id,
|
|
1271
|
+
start_session_options=StartSessionOptions(),
|
|
1272
|
+
)
|
|
1273
|
+
|
|
1274
|
+
@handle_api_exceptions
|
|
1275
|
+
def terminate_workspace(self, workspace_id: str):
|
|
1276
|
+
"""Terminate a workspace."""
|
|
1277
|
+
workspace_model = self.get_workspace(id=workspace_id)
|
|
1278
|
+
if workspace_model is None:
|
|
1279
|
+
raise ValueError(f"Workspace '{workspace_id}' not found.")
|
|
1280
|
+
|
|
1281
|
+
options = StopSessionOptions(
|
|
1282
|
+
terminate=True,
|
|
1283
|
+
workers_only=False,
|
|
1284
|
+
keep_min_workers=False,
|
|
1285
|
+
take_snapshot=False,
|
|
1286
|
+
)
|
|
1287
|
+
return self._internal_api_client.stop_session_api_v2_sessions_session_id_stop_post(
|
|
1288
|
+
session_id=workspace_model.cluster_id, stop_session_options=options,
|
|
1289
|
+
)
|
|
@@ -5,6 +5,7 @@ from anyscale._private.models.image_uri import ImageURI
|
|
|
5
5
|
from anyscale.client.openapi_client.models import (
|
|
6
6
|
Cloud,
|
|
7
7
|
ComputeTemplateConfig,
|
|
8
|
+
CreateExperimentalWorkspace,
|
|
8
9
|
CreateInternalProductionJob,
|
|
9
10
|
DecoratedComputeTemplate,
|
|
10
11
|
InternalProductionJob,
|
|
@@ -420,6 +421,52 @@ class AnyscaleClientInterface(ABC):
|
|
|
420
421
|
self, dataset_id_or_name: str, version: Optional[int]
|
|
421
422
|
) -> bytes:
|
|
422
423
|
"""See docstring for `anyscale.llm.dataset.download`."""
|
|
424
|
+
|
|
425
|
+
@abstractmethod
|
|
426
|
+
def create_workspace(self, model: CreateExperimentalWorkspace) -> str:
|
|
427
|
+
"""Creates a workspace
|
|
428
|
+
|
|
429
|
+
Returns the id of the workspace created.
|
|
430
|
+
"""
|
|
431
|
+
raise NotImplementedError
|
|
432
|
+
|
|
433
|
+
@abstractmethod
|
|
434
|
+
def get_workspace(
|
|
435
|
+
self,
|
|
436
|
+
*,
|
|
437
|
+
name: Optional[str],
|
|
438
|
+
id: Optional[str], # noqa: A002
|
|
439
|
+
cloud: Optional[str],
|
|
440
|
+
project: Optional[str],
|
|
441
|
+
) -> Optional[DecoratedSchedule]:
|
|
442
|
+
"""Get a workspace by either name or id. Filter by cloud and project.
|
|
443
|
+
|
|
444
|
+
Returns None if not found.
|
|
445
|
+
"""
|
|
446
|
+
raise NotImplementedError
|
|
447
|
+
|
|
448
|
+
@abstractmethod
|
|
449
|
+
def start_workspace(self, workspace_id: str):
|
|
450
|
+
"""Start a workspace."""
|
|
451
|
+
raise NotImplementedError
|
|
452
|
+
|
|
453
|
+
@abstractmethod
|
|
454
|
+
def terminate_workspace(self, workspace_id: str):
|
|
455
|
+
"""Terminate a workspace."""
|
|
456
|
+
raise NotImplementedError
|
|
457
|
+
|
|
458
|
+
@abstractmethod
|
|
459
|
+
def update_workspace_dependencies_offline_only(
|
|
460
|
+
self, workspace_id: str, requirements: List[str]
|
|
461
|
+
):
|
|
462
|
+
"""Updates the dynamic dependencies of a workspace while the workspace is offline"""
|
|
463
|
+
raise NotImplementedError
|
|
464
|
+
|
|
465
|
+
@abstractmethod
|
|
466
|
+
def update_workspace_env_vars_offline_only(
|
|
467
|
+
self, workspace_id: str, env_vars: Dict[str, str]
|
|
468
|
+
):
|
|
469
|
+
"""Updates the dynamic dependencies of a workspace"""
|
|
423
470
|
raise NotImplementedError
|
|
424
471
|
|
|
425
472
|
@abstractmethod
|
{anyscale-0.24.53 → anyscale-0.24.54}/anyscale/_private/anyscale_client/fake_anyscale_client.py
RENAMED
|
@@ -13,8 +13,10 @@ from anyscale.cli_logger import BlockLogger
|
|
|
13
13
|
from anyscale.client.openapi_client.models import (
|
|
14
14
|
Cloud,
|
|
15
15
|
ComputeTemplateConfig,
|
|
16
|
+
CreateExperimentalWorkspace,
|
|
16
17
|
CreateInternalProductionJob,
|
|
17
18
|
DecoratedComputeTemplate,
|
|
19
|
+
ExperimentalWorkspace,
|
|
18
20
|
HaJobGoalStates,
|
|
19
21
|
HaJobStates,
|
|
20
22
|
InternalProductionJob,
|
|
@@ -65,6 +67,9 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
|
65
67
|
DEFAULT_CLUSTER_COMPUTE_NAME = "fake-default-cluster-compute"
|
|
66
68
|
DEFAULT_CLUSTER_COMPUTE_ID = "fake-default-cluster-compute-id"
|
|
67
69
|
DEFAULT_CLUSTER_ENV_BUILD_ID = "fake-default-cluster-env-build-id"
|
|
70
|
+
DEFAULT_USER_ID = "fake-user-id"
|
|
71
|
+
DEFAULT_USER_EMAIL = "user@email.com"
|
|
72
|
+
DEFAULT_ORGANIZATION_ID = "fake-org-id"
|
|
68
73
|
|
|
69
74
|
WORKSPACE_ID = "fake-workspace-id"
|
|
70
75
|
WORKSPACE_CLOUD_ID = "fake-workspace-cloud-id"
|
|
@@ -132,6 +137,9 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
|
132
137
|
self._job_run_logs: Dict[str, str] = {}
|
|
133
138
|
self._schedules: Dict[str, DecoratedSchedule] = {}
|
|
134
139
|
self._schedule_trigger_counts: Dict[str, int] = defaultdict(int)
|
|
140
|
+
self._workspaces: Dict[str, ExperimentalWorkspace] = {}
|
|
141
|
+
self._workspaces_dependencies: Dict[str, List[str]] = {}
|
|
142
|
+
self._workspaces_env_vars: Dict[str, Dict[str, str]] = {}
|
|
135
143
|
|
|
136
144
|
# Cloud ID -> Cloud.
|
|
137
145
|
self._clouds: Dict[str, Cloud] = {
|
|
@@ -833,3 +841,82 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
|
833
841
|
created_at=datetime.utcnow(),
|
|
834
842
|
storage_uri="s3://fake_bucket/fake_folder/",
|
|
835
843
|
)
|
|
844
|
+
|
|
845
|
+
def create_workspace(self, model: CreateExperimentalWorkspace) -> str:
|
|
846
|
+
workspace_id = uuid.uuid4()
|
|
847
|
+
|
|
848
|
+
# this usually happens on the backend
|
|
849
|
+
compute_config = self.get_compute_config(model.compute_config_id)
|
|
850
|
+
assert compute_config is not None
|
|
851
|
+
compute_config.idle_timeout_minutes = model.idle_timeout_minutes
|
|
852
|
+
|
|
853
|
+
workspace = ExperimentalWorkspace(
|
|
854
|
+
id=f"workspace-id-{workspace_id!s}",
|
|
855
|
+
name=model.name,
|
|
856
|
+
project_id=model.project_id or self.get_project_id(),
|
|
857
|
+
compute_config_id=model.compute_config_id,
|
|
858
|
+
environment_id=model.cluster_environment_build_id,
|
|
859
|
+
cloud_id=model.cloud_id or self.get_cloud_id(),
|
|
860
|
+
created_at=datetime.now(),
|
|
861
|
+
creator_id=self.DEFAULT_USER_ID,
|
|
862
|
+
creator_email=self.DEFAULT_USER_EMAIL,
|
|
863
|
+
organization_id=self.DEFAULT_ORGANIZATION_ID,
|
|
864
|
+
cluster_id=self.DEFAULT_CLOUD_ID,
|
|
865
|
+
state="Running" if not model.skip_start else "Terminated",
|
|
866
|
+
)
|
|
867
|
+
self._workspaces[workspace.id] = workspace
|
|
868
|
+
return workspace.id
|
|
869
|
+
|
|
870
|
+
def get_workspace(
|
|
871
|
+
self,
|
|
872
|
+
*,
|
|
873
|
+
id: Optional[str] = None, # noqa: A002
|
|
874
|
+
name: Optional[str] = None,
|
|
875
|
+
cloud: Optional[str] = None,
|
|
876
|
+
project: Optional[str] = None,
|
|
877
|
+
) -> Optional[ExperimentalWorkspace]:
|
|
878
|
+
if id is not None:
|
|
879
|
+
return self._workspaces.get(id, None)
|
|
880
|
+
else:
|
|
881
|
+
cloud_id = self.get_cloud_id(cloud_name=cloud)
|
|
882
|
+
cloud_project_dict = self._project_to_id.get(cloud_id, None)
|
|
883
|
+
project_id = (
|
|
884
|
+
cloud_project_dict.get(project, None) if cloud_project_dict else None
|
|
885
|
+
)
|
|
886
|
+
result: ExperimentalWorkspace = None
|
|
887
|
+
for workspace in self._workspaces.values():
|
|
888
|
+
if (
|
|
889
|
+
workspace is not None
|
|
890
|
+
and workspace.name == name
|
|
891
|
+
and (project_id is None or workspace.project_id == project_id)
|
|
892
|
+
):
|
|
893
|
+
result = workspace
|
|
894
|
+
break
|
|
895
|
+
|
|
896
|
+
return result
|
|
897
|
+
|
|
898
|
+
@property
|
|
899
|
+
def workspaces(self) -> Dict[str, ExperimentalWorkspace]:
|
|
900
|
+
return self._workspaces
|
|
901
|
+
|
|
902
|
+
def start_workspace(self, workspace_id: str):
|
|
903
|
+
workspace = self._workspaces.get(workspace_id, None)
|
|
904
|
+
if workspace is None:
|
|
905
|
+
raise ValueError(f"Workspace '{workspace_id}' not found.")
|
|
906
|
+
workspace.state = "Running"
|
|
907
|
+
|
|
908
|
+
def terminate_workspace(self, workspace_id: str):
|
|
909
|
+
workspace = self._workspaces.get(workspace_id, None)
|
|
910
|
+
if workspace is None:
|
|
911
|
+
raise ValueError(f"Workspace '{workspace_id}' not found.")
|
|
912
|
+
workspace.state = "Terminated"
|
|
913
|
+
|
|
914
|
+
def update_workspace_dependencies_offline_only(
|
|
915
|
+
self, workspace_id: str, requirements: List[str]
|
|
916
|
+
):
|
|
917
|
+
self._workspaces_dependencies[workspace_id] = requirements
|
|
918
|
+
|
|
919
|
+
def update_workspace_env_vars_offline_only(
|
|
920
|
+
self, workspace_id: str, env_vars: Dict[str, str]
|
|
921
|
+
):
|
|
922
|
+
self._workspaces_env_vars[workspace_id] = env_vars
|
|
@@ -175,6 +175,7 @@ Class | Method | HTTP request | Description
|
|
|
175
175
|
*DefaultApi* | [**get_cluster_product_autoscaler_flag_api_v2_logs_cluster_product_autoscaler_flag_session_id_get**](docs/DefaultApi.md#get_cluster_product_autoscaler_flag_api_v2_logs_cluster_product_autoscaler_flag_session_id_get) | **GET** /api/v2/logs/cluster_product_autoscaler_flag/{session_id} | Get Cluster Product Autoscaler Flag
|
|
176
176
|
*DefaultApi* | [**get_compute_template_api_v2_compute_templates_template_id_get**](docs/DefaultApi.md#get_compute_template_api_v2_compute_templates_template_id_get) | **GET** /api/v2/compute_templates/{template_id} | Get Compute Template
|
|
177
177
|
*DefaultApi* | [**get_cron_job_api_v2_experimental_cron_jobs_cron_job_id_get**](docs/DefaultApi.md#get_cron_job_api_v2_experimental_cron_jobs_cron_job_id_get) | **GET** /api/v2/experimental_cron_jobs/{cron_job_id} | Get Cron Job
|
|
178
|
+
*DefaultApi* | [**get_dataset_download_url_api_v2_datasets_download_get**](docs/DefaultApi.md#get_dataset_download_url_api_v2_datasets_download_get) | **GET** /api/v2/datasets/download | Get Dataset Download Url
|
|
178
179
|
*DefaultApi* | [**get_decorated_cluster_api_v2_decorated_sessions_cluster_id_get**](docs/DefaultApi.md#get_decorated_cluster_api_v2_decorated_sessions_cluster_id_get) | **GET** /api/v2/decorated_sessions/{cluster_id} | Get Decorated Cluster
|
|
179
180
|
*DefaultApi* | [**get_decorated_interactive_session_api_v2_decorated_interactive_sessions_interactive_session_id_get**](docs/DefaultApi.md#get_decorated_interactive_session_api_v2_decorated_interactive_sessions_interactive_session_id_get) | **GET** /api/v2/decorated_interactive_sessions/{interactive_session_id} | Get Decorated Interactive Session
|
|
180
181
|
*DefaultApi* | [**get_decorated_interactive_session_logs_api_v2_decorated_interactive_sessions_interactive_session_id_logs_get**](docs/DefaultApi.md#get_decorated_interactive_session_logs_api_v2_decorated_interactive_sessions_interactive_session_id_logs_get) | **GET** /api/v2/decorated_interactive_sessions/{interactive_session_id}/logs | Get Decorated Interactive Session Logs
|
|
@@ -11676,6 +11676,130 @@ class DefaultApi(object):
|
|
|
11676
11676
|
_request_timeout=local_var_params.get('_request_timeout'),
|
|
11677
11677
|
collection_formats=collection_formats)
|
|
11678
11678
|
|
|
11679
|
+
def get_dataset_download_url_api_v2_datasets_download_get(self, name, **kwargs): # noqa: E501
|
|
11680
|
+
"""Get Dataset Download Url # noqa: E501
|
|
11681
|
+
|
|
11682
|
+
Returns a short-lived URL that can be visited to download the dataset. # noqa: E501
|
|
11683
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
11684
|
+
asynchronous HTTP request, please pass async_req=True
|
|
11685
|
+
>>> thread = api.get_dataset_download_url_api_v2_datasets_download_get(name, async_req=True)
|
|
11686
|
+
>>> result = thread.get()
|
|
11687
|
+
|
|
11688
|
+
:param async_req bool: execute request asynchronously
|
|
11689
|
+
:param str name: Name of the dataset to download. (required)
|
|
11690
|
+
:param int version: Version of the dataset to download. If a negative integer is provided, the dataset returned is this many versions back of the latest version. Default: Latest version
|
|
11691
|
+
:param str project_id: ID of the Anyscale project that the dataset belongs to.
|
|
11692
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
11693
|
+
be returned without reading/decoding response
|
|
11694
|
+
data. Default is True.
|
|
11695
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
11696
|
+
number provided, it will be total request
|
|
11697
|
+
timeout. It can also be a pair (tuple) of
|
|
11698
|
+
(connection, read) timeouts.
|
|
11699
|
+
:return: str
|
|
11700
|
+
If the method is called asynchronously,
|
|
11701
|
+
returns the request thread.
|
|
11702
|
+
"""
|
|
11703
|
+
kwargs['_return_http_data_only'] = True
|
|
11704
|
+
return self.get_dataset_download_url_api_v2_datasets_download_get_with_http_info(name, **kwargs) # noqa: E501
|
|
11705
|
+
|
|
11706
|
+
def get_dataset_download_url_api_v2_datasets_download_get_with_http_info(self, name, **kwargs): # noqa: E501
|
|
11707
|
+
"""Get Dataset Download Url # noqa: E501
|
|
11708
|
+
|
|
11709
|
+
Returns a short-lived URL that can be visited to download the dataset. # noqa: E501
|
|
11710
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
11711
|
+
asynchronous HTTP request, please pass async_req=True
|
|
11712
|
+
>>> thread = api.get_dataset_download_url_api_v2_datasets_download_get_with_http_info(name, async_req=True)
|
|
11713
|
+
>>> result = thread.get()
|
|
11714
|
+
|
|
11715
|
+
:param async_req bool: execute request asynchronously
|
|
11716
|
+
:param str name: Name of the dataset to download. (required)
|
|
11717
|
+
:param int version: Version of the dataset to download. If a negative integer is provided, the dataset returned is this many versions back of the latest version. Default: Latest version
|
|
11718
|
+
:param str project_id: ID of the Anyscale project that the dataset belongs to.
|
|
11719
|
+
:param _return_http_data_only: response data without head status code
|
|
11720
|
+
and headers
|
|
11721
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
11722
|
+
be returned without reading/decoding response
|
|
11723
|
+
data. Default is True.
|
|
11724
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
11725
|
+
number provided, it will be total request
|
|
11726
|
+
timeout. It can also be a pair (tuple) of
|
|
11727
|
+
(connection, read) timeouts.
|
|
11728
|
+
:return: tuple(str, status_code(int), headers(HTTPHeaderDict))
|
|
11729
|
+
If the method is called asynchronously,
|
|
11730
|
+
returns the request thread.
|
|
11731
|
+
"""
|
|
11732
|
+
|
|
11733
|
+
local_var_params = locals()
|
|
11734
|
+
|
|
11735
|
+
all_params = [
|
|
11736
|
+
'name',
|
|
11737
|
+
'version',
|
|
11738
|
+
'project_id'
|
|
11739
|
+
]
|
|
11740
|
+
all_params.extend(
|
|
11741
|
+
[
|
|
11742
|
+
'async_req',
|
|
11743
|
+
'_return_http_data_only',
|
|
11744
|
+
'_preload_content',
|
|
11745
|
+
'_request_timeout'
|
|
11746
|
+
]
|
|
11747
|
+
)
|
|
11748
|
+
|
|
11749
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
11750
|
+
if key not in all_params:
|
|
11751
|
+
raise ApiTypeError(
|
|
11752
|
+
"Got an unexpected keyword argument '%s'"
|
|
11753
|
+
" to method get_dataset_download_url_api_v2_datasets_download_get" % key
|
|
11754
|
+
)
|
|
11755
|
+
local_var_params[key] = val
|
|
11756
|
+
del local_var_params['kwargs']
|
|
11757
|
+
# verify the required parameter 'name' is set
|
|
11758
|
+
if self.api_client.client_side_validation and ('name' not in local_var_params or # noqa: E501
|
|
11759
|
+
local_var_params['name'] is None): # noqa: E501
|
|
11760
|
+
raise ApiValueError("Missing the required parameter `name` when calling `get_dataset_download_url_api_v2_datasets_download_get`") # noqa: E501
|
|
11761
|
+
|
|
11762
|
+
collection_formats = {}
|
|
11763
|
+
|
|
11764
|
+
path_params = {}
|
|
11765
|
+
|
|
11766
|
+
query_params = []
|
|
11767
|
+
if 'name' in local_var_params and local_var_params['name'] is not None: # noqa: E501
|
|
11768
|
+
query_params.append(('name', local_var_params['name'])) # noqa: E501
|
|
11769
|
+
if 'version' in local_var_params and local_var_params['version'] is not None: # noqa: E501
|
|
11770
|
+
query_params.append(('version', local_var_params['version'])) # noqa: E501
|
|
11771
|
+
if 'project_id' in local_var_params and local_var_params['project_id'] is not None: # noqa: E501
|
|
11772
|
+
query_params.append(('project_id', local_var_params['project_id'])) # noqa: E501
|
|
11773
|
+
|
|
11774
|
+
header_params = {}
|
|
11775
|
+
|
|
11776
|
+
form_params = []
|
|
11777
|
+
local_var_files = {}
|
|
11778
|
+
|
|
11779
|
+
body_params = None
|
|
11780
|
+
# HTTP header `Accept`
|
|
11781
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
11782
|
+
['application/json']) # noqa: E501
|
|
11783
|
+
|
|
11784
|
+
# Authentication setting
|
|
11785
|
+
auth_settings = [] # noqa: E501
|
|
11786
|
+
|
|
11787
|
+
return self.api_client.call_api(
|
|
11788
|
+
'/api/v2/datasets/download', 'GET',
|
|
11789
|
+
path_params,
|
|
11790
|
+
query_params,
|
|
11791
|
+
header_params,
|
|
11792
|
+
body=body_params,
|
|
11793
|
+
post_params=form_params,
|
|
11794
|
+
files=local_var_files,
|
|
11795
|
+
response_type='str', # noqa: E501
|
|
11796
|
+
auth_settings=auth_settings,
|
|
11797
|
+
async_req=local_var_params.get('async_req'),
|
|
11798
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
11799
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
11800
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
11801
|
+
collection_formats=collection_formats)
|
|
11802
|
+
|
|
11679
11803
|
def get_decorated_cluster_api_v2_decorated_sessions_cluster_id_get(self, cluster_id, **kwargs): # noqa: E501
|
|
11680
11804
|
"""Get Decorated Cluster # noqa: E501
|
|
11681
11805
|
|
|
@@ -23534,6 +23658,7 @@ class DefaultApi(object):
|
|
|
23534
23658
|
:param str project_id:
|
|
23535
23659
|
:param str creator_id:
|
|
23536
23660
|
:param str name_contains:
|
|
23661
|
+
:param str image_name_contains:
|
|
23537
23662
|
:param bool include_archived: Whether to include archived cluster environments in the response.
|
|
23538
23663
|
:param bool defaults_first: If True, we always return default cluster envs before user created cluster envs. If False, we always return default cluster envs after user created cluster envs. If absent, default to True. Note that we never intersperse default cluster envs with user created cluster envs.
|
|
23539
23664
|
:param str paging_token:
|
|
@@ -23565,6 +23690,7 @@ class DefaultApi(object):
|
|
|
23565
23690
|
:param str project_id:
|
|
23566
23691
|
:param str creator_id:
|
|
23567
23692
|
:param str name_contains:
|
|
23693
|
+
:param str image_name_contains:
|
|
23568
23694
|
:param bool include_archived: Whether to include archived cluster environments in the response.
|
|
23569
23695
|
:param bool defaults_first: If True, we always return default cluster envs before user created cluster envs. If False, we always return default cluster envs after user created cluster envs. If absent, default to True. Note that we never intersperse default cluster envs with user created cluster envs.
|
|
23570
23696
|
:param str paging_token:
|
|
@@ -23589,6 +23715,7 @@ class DefaultApi(object):
|
|
|
23589
23715
|
'project_id',
|
|
23590
23716
|
'creator_id',
|
|
23591
23717
|
'name_contains',
|
|
23718
|
+
'image_name_contains',
|
|
23592
23719
|
'include_archived',
|
|
23593
23720
|
'defaults_first',
|
|
23594
23721
|
'paging_token',
|
|
@@ -23627,6 +23754,8 @@ class DefaultApi(object):
|
|
|
23627
23754
|
query_params.append(('creator_id', local_var_params['creator_id'])) # noqa: E501
|
|
23628
23755
|
if 'name_contains' in local_var_params and local_var_params['name_contains'] is not None: # noqa: E501
|
|
23629
23756
|
query_params.append(('name_contains', local_var_params['name_contains'])) # noqa: E501
|
|
23757
|
+
if 'image_name_contains' in local_var_params and local_var_params['image_name_contains'] is not None: # noqa: E501
|
|
23758
|
+
query_params.append(('image_name_contains', local_var_params['image_name_contains'])) # noqa: E501
|
|
23630
23759
|
if 'include_archived' in local_var_params and local_var_params['include_archived'] is not None: # noqa: E501
|
|
23631
23760
|
query_params.append(('include_archived', local_var_params['include_archived'])) # noqa: E501
|
|
23632
23761
|
if 'defaults_first' in local_var_params and local_var_params['defaults_first'] is not None: # noqa: E501
|
|
@@ -27326,6 +27455,7 @@ class DefaultApi(object):
|
|
|
27326
27455
|
>>> result = thread.get()
|
|
27327
27456
|
|
|
27328
27457
|
:param async_req bool: execute request asynchronously
|
|
27458
|
+
:param list[str] oa_group_names: Search for workspaces that belong to the provided group name
|
|
27329
27459
|
:param bool for_private_endpoints_homepage: Filters the list to be ones expected for private endpoints home page
|
|
27330
27460
|
:param bool for_fine_tuning: Filters the list to be ones expected for fine tuning tutorial section
|
|
27331
27461
|
:param bool for_ai_apps_section: Filters the list to show the ones expected for ai apps section
|
|
@@ -27353,6 +27483,7 @@ class DefaultApi(object):
|
|
|
27353
27483
|
>>> result = thread.get()
|
|
27354
27484
|
|
|
27355
27485
|
:param async_req bool: execute request asynchronously
|
|
27486
|
+
:param list[str] oa_group_names: Search for workspaces that belong to the provided group name
|
|
27356
27487
|
:param bool for_private_endpoints_homepage: Filters the list to be ones expected for private endpoints home page
|
|
27357
27488
|
:param bool for_fine_tuning: Filters the list to be ones expected for fine tuning tutorial section
|
|
27358
27489
|
:param bool for_ai_apps_section: Filters the list to show the ones expected for ai apps section
|
|
@@ -27373,6 +27504,7 @@ class DefaultApi(object):
|
|
|
27373
27504
|
local_var_params = locals()
|
|
27374
27505
|
|
|
27375
27506
|
all_params = [
|
|
27507
|
+
'oa_group_names',
|
|
27376
27508
|
'for_private_endpoints_homepage',
|
|
27377
27509
|
'for_fine_tuning',
|
|
27378
27510
|
'for_ai_apps_section'
|
|
@@ -27400,6 +27532,9 @@ class DefaultApi(object):
|
|
|
27400
27532
|
path_params = {}
|
|
27401
27533
|
|
|
27402
27534
|
query_params = []
|
|
27535
|
+
if 'oa_group_names' in local_var_params and local_var_params['oa_group_names'] is not None: # noqa: E501
|
|
27536
|
+
query_params.append(('oa_group_names', local_var_params['oa_group_names'])) # noqa: E501
|
|
27537
|
+
collection_formats['oa_group_names'] = 'multi' # noqa: E501
|
|
27403
27538
|
if 'for_private_endpoints_homepage' in local_var_params and local_var_params['for_private_endpoints_homepage'] is not None: # noqa: E501
|
|
27404
27539
|
query_params.append(('for_private_endpoints_homepage', local_var_params['for_private_endpoints_homepage'])) # noqa: E501
|
|
27405
27540
|
if 'for_fine_tuning' in local_var_params and local_var_params['for_fine_tuning'] is not None: # noqa: E501
|