anyscale 0.24.15__tar.gz → 0.24.16__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.15 → anyscale-0.24.16}/BUILD.bazel +0 -1
- {anyscale-0.24.15 → anyscale-0.24.16}/PKG-INFO +1 -1
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/__init__.py +2 -5
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/anyscale_client/anyscale_client.py +1 -1
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/docgen/generator.py +20 -6
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/models/image_uri.py +3 -2
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/sdk/__init__.py +18 -5
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale-cloud-setup-oa.yaml +0 -2
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/README.md +1 -3
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/__init__.py +0 -2
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/api/default_api.py +114 -117
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/__init__.py +0 -2
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aica_endpoint_event_level.py +4 -1
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/compute_config/models.py +61 -56
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/cloud_controller.py +5 -5
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/gcp_verification.py +5 -2
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/service/models.py +2 -1
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/utils/protected_string.py +1 -42
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/gcp_managed_setup_utils.py +9 -3
- anyscale-0.24.16/anyscale/version.py +1 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale.egg-info/PKG-INFO +1 -1
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale.egg-info/SOURCES.txt +0 -7
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale.egg-info/requires.txt +0 -1
- {anyscale-0.24.15 → anyscale-0.24.16}/requirements.in +0 -1
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/cloud_formation_template_oa.txt +0 -2
- anyscale-0.24.16/tests/controllers/BUILD.bazel +28 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_gcp_managed_setup_utils.py +19 -3
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_anyscale_client.py +2 -2
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_docgen.py +44 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_image_uri.py +6 -2
- anyscale-0.24.15/anyscale/client/openapi_client/models/migration_result.py +0 -148
- anyscale-0.24.15/anyscale/client/openapi_client/models/migrationresult_list_response.py +0 -147
- anyscale-0.24.15/anyscale/snapshot_util.py +0 -1003
- anyscale-0.24.15/anyscale/version.py +0 -1
- anyscale-0.24.15/tests/controllers/BUILD.bazel +0 -50
- anyscale-0.24.15/tests/formatters/BUILD.bazel +0 -24
- anyscale-0.24.15/tests/test_snapshot_util.py +0 -538
- {anyscale-0.24.15 → anyscale-0.24.16}/.covrc +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/LICENSE +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/NOTICE +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/README.md +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/anyscale_client/README.md +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/anyscale_client/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/anyscale_client/common.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/anyscale_client/fake_anyscale_client.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/docgen/README.md +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/docgen/__main__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/models/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/models/model_base.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/sdk/base_sdk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/workload/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/workload/workload_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/_private/workload/workload_sdk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale-cloud-setup-gcp-oa.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale-cloud-setup-gcp.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale-cloud-setup.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/HISTORY.md +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/LICENSE +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/MANIFEST.in +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/PKG-INFO +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/README.md +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/_hypothesis_plugin.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/annotated_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/class_validators.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/color.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/dataclasses.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/datetime_parse.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/decorator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/env_settings.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/error_wrappers.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/errors.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/fields.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/generics.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/json.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/main.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/mypy.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/networks.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/parse.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/py.typed +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/schema.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/tools.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/typing.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/validators.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_pydantic/version.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/anyscale_schema.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/api.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/api_utils/README.md +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/api_utils/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/api_utils/exceptions/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/api_utils/exceptions/job_errors.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/api_utils/job_logs_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/api_utils/job_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/api_utils/logs_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/authenticate.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/aws_iam_policies.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/background/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/background/job_runner.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/cli_logger.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/.gitignore +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/.openapi-generator/VERSION +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/.openapi-generator-ignore +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/git_push.sh +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/api/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/api_client.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/configuration.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/exceptions.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/access_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/access_mode.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aica_endpoint.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aica_endpoint_event.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aica_endpoint_event_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aica_endpoint_scope.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aica_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aica_model_accelerator_map.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aica_model_configuration.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aica_observability_urls.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aicaendpoint_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aicaendpoint_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aicaendpointevent_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aicamodel_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aicamodel_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aioa_cloud_waitlist_record.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aioacloudwaitlistrecord_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/alert_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/anyscale_aws_account.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/anyscale_version_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/anyscaleawsaccount_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/anyscaled_credential_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/anyscaleversionresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/api_key_parameters.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/app_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/appconfig_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/applied_snapshot.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/archive_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/archived_logs_info.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/archivedlogsinfo_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/attach_machine_pool_to_cloud_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/attachmachinepooltocloudresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/autoscaler_credentials.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/autoscalercredentials_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/autosync_session_id.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/autosyncsessionid_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/autosyncsessionid_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aws_credentials.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aws_node_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aws_region_and_zones.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aws_region_info.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aws_tag.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/awsregionandzones_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/bank_account_information.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/base_job_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/baseimagesenum.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/batch_response_batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/billing_information.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/block_device_mapping.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/body_upload_file_api_v2_files_post.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/buffer_registration.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/build_log_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/build_registration.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/build_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/build_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/card.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/card_id.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/card_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/change_password_params.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/clone_experimental_workspace.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_analytics_event.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_provider_error.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_analytics_event_command_name.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_analytics_event_error.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_analytics_event_name.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_collaborator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_collaborator_value.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_collaborators_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_info.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_name_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_project_collaborator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_project_collaborator_value.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_provider.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_providers.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_region_and_zones.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_region_info.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_resource_gcp.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_version.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloudcollaborator_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/clouddatabucketpresigneduploadinfo_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloudregionandzones_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloudresource_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloudresourcegcp_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloudwithcloudresource_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_auth_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_event.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_events_output.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_features.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_startup.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/cluster_status_details.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/clusterauthresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/clusterconfig_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/clusterconfigwithsessionidletimeout_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/clustereventsoutput_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/clusterfeatures_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/compute_node_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/compute_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/compute_template_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/compute_template_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/computetemplate_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_aica_endpoint.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_aioa_cloud_waitlist.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_analytics_event.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_app_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_bug_report_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_byod_app_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_byod_build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_cloud_collaborator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_cloud_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_compute_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_experimental_workspace.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_experimental_workspace_from_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_fine_tuning_hyperparameters.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_fine_tuning_job_product_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_internal_production_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_machine_pool_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_machine_pool_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_machine_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_machine_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_metronome_webhook_notification.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_organization_invitation.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_otp_return_api_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_production_job_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_schedule.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_session_from_snapshot_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_session_in_db.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_session_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_user.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_user_project_collaborator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_user_project_collaborator_value.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/create_workspace_from_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/createbugreportresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/createcomputetemplateconfig_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/createmachinepoolresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/createmachineresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/createotpreturnapimodel_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/createsessionresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/credit_card_information.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/customer_alert_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/dataplane_services.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_application_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_compute_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_compute_template_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_interactive_session.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_job_submission.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_list_service_api_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_production_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_production_job_state_transition.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_runtime_env.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_schedule.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_serve_deployment.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_service_event_api_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_session.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_support_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decorated_unified_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedbuild_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedbuild_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedinteractivesession_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedjob_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedjob_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedjobsubmission_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedjobsubmission_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedlistserviceapimodel_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedproductionjob_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedproductionjob_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedproductionjobstatetransition_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedproductionservicev2_apimodel_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedproductionservicev2_versionapimodel_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedruntimeenv_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedruntimeenv_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedschedule_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedschedule_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedservedeployment_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedservedeployment_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedserviceeventapimodel_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedsession_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedsession_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedsupportrequest_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedsupportrequest_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedunifiedjob_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/delete_machine_pool_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/delete_machine_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/deletemachinepoolresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/detach_machine_pool_from_cloud_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/detachmachinepoolfromcloudresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/dismissal_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/ebs_block_device.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/editable_cloud_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/editable_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/error.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/execute_command_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/execute_interactive_command_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/execute_shell_command_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/executecommandresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/experimental_workspace.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/experimentalworkspace_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/experimentalworkspace_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/external_service_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/external_service_status_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/external_terminal_command.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/externalservicestatusresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/feature_compatibility.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/feature_flag_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/featureflagresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/file_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/filemodel_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/fine_tuning_job_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/finish_ft_job_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/gcp_file_store_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/gcp_memorystore_instance_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/gcp_node_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/ha_job_states.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/ha_job_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/ha_jobs_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/head_ip.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/headip_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/http_protocol_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/http_validation_error.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/idle_termination_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/import_aica_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/integration_details.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/interactive_session_logs.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/interactivesessionlogs_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/internal_production_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/internalproductionjob_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/invoice.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/invoice_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/invoice_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/invoices_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/job_access.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/job_queue_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/job_queue_spec.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/job_run_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/job_state_log_level_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/job_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/job_submissions_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/jobs_logs.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/jobs_logs_query_info.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/jobslogs_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/jobslogsqueryinfo_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/json_patch_operation.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/lb_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/lbresource_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/list_machine_pools_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/list_machines_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/list_response_metadata.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/listmachinepoolsresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/listmachinesresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_detail.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_details.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_download_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_download_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_download_result.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_file_chunk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_filter.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_item.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_item_batch.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_level_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/log_stream.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/logdetails_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/login_user_params.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/logitembatch_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/logs_output.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/logsoutput_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/logstream_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/machine_allocation_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/machine_connection_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/machine_info.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/machine_pool.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/metronome_dashboard_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_cloud.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_cluster.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_compute_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_compute_template_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_job_run.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_namespace.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_organization.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_production_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_runtime_environment.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_schedule.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/mini_user.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/minibuild_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/minicomputetemplate_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/miniproject_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/monitor_logs_extension.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/named_entity.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/network_interface.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/node_registration_aws.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/node_registration_gcp.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/node_registration_provisioned.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/node_registration_sagemaker.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/node_registration_v2.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/node_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/onboarding_user_cards_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_availability.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_collaborator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_invitation.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_invitation_base.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_permission_level.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_public_identifier.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_summary.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_usage_alert.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organization_usage_alert_severity.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organizationavailability_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organizationcollaborator_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organizationinvitation_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organizationinvitation_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organizationinvitationbase_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organizationpublicidentifier_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/organizationusagealert_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/page_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/pause_schedule.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/permission_level.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/platform_fine_tuning_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/platformfinetuningjob_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/platformfinetuningjob_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/presigned_upload_file.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/presigned_upload_file_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/product_autoscaler_flag.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/product_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/productautoscalerflag_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/production_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/production_job_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/productionjob_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_base.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_collaborator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_collaborator_value.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_collaborators_put_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_create_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_default_session_name.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_delete_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_patch_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/project_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/projectbase_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/projectcollaborator_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/projectdefaultsessionname_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/projects_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/projects_violating_tree_hierarchy_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/projectsviolatingtreehierarchyresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/protocols.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/provider_metadata.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/providermetadata_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/python_modules.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/replica_details.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/replica_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/request_email_magic_link_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/request_otp_return_api_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/request_password_reset_params.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/requestemailmagiclinkresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/requestotpreturnapimodel_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/reset_password_params.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/resources.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/rollback_service_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/rollout_strategy.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/s3_download_location.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/schedule_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/serve_deployment_logs.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/serve_deployment_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/servedeploymentlogs_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/server_session_token.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/serversessiontoken_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_account.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_event_current_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_event_level.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_event_origin.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_event_scope_filter.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_event_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_event_verbose_message_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_goal_states.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_observability_urls.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_usage.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/service_version_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/serviceeventverbosemessagemodel_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_access.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_autosync_sessions_update_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_command.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_command_finish_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_command_id.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_command_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_create_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_delete_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_describe.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_details.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_event.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_event_cause.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_event_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_execute_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_finish_command_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_history_item.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_kill_command_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_patch_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_ssh_key.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_state_change_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_state_data.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/session_stopping_data.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sessioncommandid_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sessiondescribe_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sessiondetails_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sessions_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sessionsshkey_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/setup_initialize_session_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/show_otp_source_return_api_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/snapshot_create_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/snapshot_delete_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/snapshot_patch_message.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/socket_message_schemas.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/socket_message_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/socketmessageschemas_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/socketmessagetypes_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sort_order.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/sso_login_info.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/ssologininfo_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/start_session_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/stop_session_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/stream_publish_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/stripe_checkout_session_url_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/support_requests_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/templatized_compute_configs.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/templatized_decorated_application_templates.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/templatizedcomputeconfigs_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/templatizeddecoratedapplicationtemplates_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/text_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/timestamped_logs_output.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/timestampedlogsoutput_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/tool.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/try_login_email_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/tryloginemailresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/unified_job_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/unified_job_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/unified_job_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/update_cluster_dns.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/update_compute_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/update_endpoint.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/update_model_deployment.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/update_organization_collaborator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/update_project_collaborator.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/upload_session_command_logs_locations.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/uploadsessioncommandlogslocations_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/user_info.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/user_resend_email_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/user_service_access_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/userinfo_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/validate_otp_params_api_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/validation_error.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/verify_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/verifyresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/visibility.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/waitlist_status_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/wand_b_run_details.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/web_terminal.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/webterminal_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/webterminal_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/worker_node_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspace_dataplane_artifact.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspace_dataplane_artifacts.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspace_readme.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspace_snapshot_states.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspace_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspace_template_cluster_environment_metadata.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspacedataplaneartifacts_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspacedataplaneproxiedartifacts_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspacereadme_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspacetemplate_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/workspacetemplateclusterenvironmentmetadata_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/write_cloud.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/write_cluster_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/write_project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/write_session.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/models/write_support_request.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/openapi_client/rest.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/requirements.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/setup.cfg +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/setup.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/test-requirements.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/client/tox.ini +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/cloud.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/cloud_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/cluster.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/cluster_compute.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/cluster_env.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/anyscale_api/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/anyscale_api/api_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/anyscale_api/session_commands_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/anyscale_api/session_operations_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/anyscale_api/sessions_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/auth_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/cloud_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/cloud_commands_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/cluster_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/cluster_env_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/compute_config_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/config_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/exec_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/experimental_integrations_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/fine_tune_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/job_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/list_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/login_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/logs_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/machine_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/machine_pool_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/migrate_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/project_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/schedule_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/service_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/session_commands_hidden.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/commands/workspace_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/component_activity_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/compute_config/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/compute_config/_private/compute_config_sdk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/conf.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/connect.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/connect_utils/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/connect_utils/prepare_cluster.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/connect_utils/project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/connect_utils/start_interactive_session.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/auth_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/base_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/cloud_functional_verification_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/cluster_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/cluster_env_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/compute_config_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/config_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/experimental_integrations_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/fine_tune_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/job_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/jobs_bg_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/list_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/logs_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/machine_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/machine_pool_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/project_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/schedule_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/service_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/controllers/workspace_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/feature_flags.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/fingerprint.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/formatters/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/formatters/clouds_formatter.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/formatters/common_formatter.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/integrations.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/job/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/job/_private/job_sdk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/job/commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/job/models.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/links.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/models/fine_tune_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/models/job_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/models/service_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/scripts.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/api/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/api/default_api.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/api_client.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/configuration.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/exceptions.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/access_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/app_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/appconfig_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/apply_service_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/archive_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/aws_node_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/aws_tag.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/base_job_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/baseimagesenum.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/block_device_mapping.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/build_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/build_log_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/build_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/build_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cloud.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cloud_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cloud_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cloud_providers.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cloud_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cloud_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cloud_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cloud_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cloud_version.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clouds_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_compute.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_compute_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_computes_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_environment.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_environment_build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_head_node_info.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_operation.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_services_urls.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/cluster_status_details.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clustercompute_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clustercompute_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clusterenvironment_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/clusters_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/compute_node_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/compute_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/compute_template_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/computetemplate_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_app_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_cloud.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_cluster.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_cluster_compute.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_cluster_environment.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_cluster_environment_build.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_production_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_production_job_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_schedule.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_session.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_session_command.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/create_sso_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/ebs_block_device.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/gcp_node_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/ha_job_states.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/http_protocol_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/http_validation_error.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/idle_termination_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/job_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/job_queue_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/job_queue_spec.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/job_run_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/job_status.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/jobs_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/list_response_metadata.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/list_service_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/listservicemodel_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/log_download_result.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/log_file_chunk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/log_level_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/log_stream.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/logstream_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/network_interface.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/node_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/operation_error.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/operation_progress.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/operation_result.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/organization.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/organization_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/page_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/pause_schedule.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/production_job.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/production_job_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/production_service_v2_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/production_service_v2_version_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/productionjob_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/productionjob_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/productionservicev2_model_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/project_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/project_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/projects_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/protocols.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/python_modules.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/python_version.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/resources.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/rollback_service_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/rollout_strategy.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/runtime_environment.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/runtimeenvironment_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/schedule_api_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/schedule_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/scheduleapimodel_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/scheduleapimodel_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/service_account.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/service_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/service_event_current_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/service_goal_states.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/service_model.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/service_observability_urls.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/service_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/service_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/service_version_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/servicemodel_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/servicemodel_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_command.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_command_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_event.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_event_cause.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_event_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_operation.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_state.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_state_data.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/session_stopping_data.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/sessioncommand_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/sessions_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/sort_order.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/sso_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/sso_mode.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/ssoconfig_response.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/start_cluster_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/start_session_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/static_sso_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/terminate_cluster_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/text_query.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/update_app_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/update_cloud.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/update_cluster.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/update_organization.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/update_project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/update_session.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/user_service_access_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/validation_error.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/models/worker_node_type.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/rest.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/sdk/anyscale_client/sdk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/service/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/service/_private/service_sdk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/service/commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/aws.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/conf.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/default_anyscale_aws.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/default_anyscale_gcp.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/headers.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/test_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/tests/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/tests/test_asyncio.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/tests/test_ray_semver.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/utils/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/utils/asyncio.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/utils/byod.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/utils/collections.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/utils/id_gen.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/shared_anyscale_utils/utils/ray_semver.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/snapshot.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/tables.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/cli_version_check_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/cloud_update_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/cloud_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/cluster_debug.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/connect_helpers.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/deprecation_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/entity_arg_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/env_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/gcp_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/imports/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/imports/all.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/imports/gcp.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/logs_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/name_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/network_verification.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/ray_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/ray_version_checker.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/ray_version_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/runtime_env.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/s3.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/workload_types.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/workspace_notification.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/utils/workspace_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/webterminal/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/webterminal/bash-preexec.sh +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/webterminal/command_persister.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/webterminal/utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/webterminal/webterminal.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale/workspace.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale.egg-info/dependency_links.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale.egg-info/entry_points.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale.egg-info/not-zip-safe +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/anyscale.egg-info/top_level.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/setup.cfg +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/setup.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/BUILD.bazel +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/api_utils/BUILD.bazel +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/api_utils/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/api_utils/conftest.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/api_utils/test_job_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/api_utils/test_logs_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/clientLibraryConfig-aws-pool.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/cloud_formation_template.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/commands/BUILD.bazel +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/commands/test_cloud_command.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/commands/test_login_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/commands/test_service_commands.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/conftest.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/connect_utils/BUILD.bazel +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/connect_utils/test_prepare_cluster.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/connect_utils/test_project_block.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/connect_utils/test_start_interactive_session.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/__init__.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_auth_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_base_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_cloud_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_cloud_functional_verification_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_cluster_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_cluster_env_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_compute_config_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_config_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_job_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_list_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_logs_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_machine_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_machine_pool_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_project_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_schedule_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/controllers/test_service_controller.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/access_service_account_permissions.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/add_firewall_policy_rule.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/add_firewall_policy_rule_done.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/add_firewall_policy_rule_error.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/associate_firewall_policy.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/associate_firewall_policy_done.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/create_workload_identity_pool.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/create_workload_identity_provider.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/dataplane_service_account.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/delete_workload_identity_pool.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/deployment_delete.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/deployment_get.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/deployment_manager_resources_get.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/deployment_update.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/enable_api_operation.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/firewall_policy_get.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/get_service_account.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/get_workload_identity_pool.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/global_firewall.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/global_firewall_with_private_service_rule.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/global_firewall_with_service_rule.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/global_firewall_without_service_rule.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/global_firewall_wrong_vpc.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/manifest_get.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/networks.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/operation_completed.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/operation_error.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_apis_disabled.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_apis_enabled.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_get.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_get_iam_policy.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_get_iam_policy_role_exists.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_get_inactive.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_iam_binding_access.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_iam_bindings.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_set_iam_policy.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/project_set_iam_policy_role_exists.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/proxy_only_subnet_missing.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/proxy_only_subnet_no_subnets.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/proxy_only_subnet_present.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/proxy_only_subnet_wrong_vpc.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_filestore.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_filestore_vpc_private_access.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_filestore_west_region.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_filestore_wrong_vpc.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_firewall.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_memorystore.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_memorystore_happy.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_memorystore_read_replica_disabled.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_memorystore_standard_tier.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/regional_memorystore_tls_enabled.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/remove_firewall_vpc_association.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/remove_firewall_vpc_association_done.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/remove_firewall_vpc_association_error.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/service_get.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/storage_bucket.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/storage_bucket_policy.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/storage_dual_region.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/storage_single_region.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/subnetworks.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/subnetworks_other.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/gcp_responses/zonal_filestore.json +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/sdk/BUILD.bazel +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/sdk/test_upload_working_dir.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_authenticate.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_aws_iam_policies.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_cli_logger.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_cli_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_cloud.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_cloud_resource.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_cluster.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_cluster_compute.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_cluster_env.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_component_activity.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_connect.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_connect_helpers.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_gcp_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_gcp_verification.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_imports_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_integrations.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_network_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_project.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_ray_version_checker.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_runtime_env.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_s3.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/test_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/BUILD.bazel +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/common.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_compute_config_models.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_compute_config_sdk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/BUILD.bazel +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/compute_config_files/full.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/compute_config_files/minimal.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/containerfiles/Containerfile +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/job_config_files/empty.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/job_config_files/full.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/job_config_files/minimal.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/job_config_files/minimal_job_config +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/job_config_files/points_to_requirements_file.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/job_config_files/unrecognized_option.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/requirements_files/comments.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/requirements_files/empty.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/requirements_files/multi_line.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/requirements_files/multi_line_with_whitespace.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/requirements_files/single_line.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/requirements_files/test_workspace_requirements.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/service_config_files/empty.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/service_config_files/full.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/service_config_files/minimal.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/service_config_files/multiple_applications.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/service_config_files/name_and_gibberish.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/service_config_files/points_to_requirements_file.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/service_config_files/unrecognized_option.yaml +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/working_dirs/basic/hi.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/working_dirs/basic/main.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/working_dirs/nested/requirements.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/working_dirs/nested/subdir/app.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/working_dirs/symlink_to_basic/hi.txt +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_files/working_dirs/symlink_to_basic/main.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_job_cli.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_job_models.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_job_sdk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_model_base.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_service_cli.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_service_models.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_service_sdk.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/unit/test_workload_config.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/utils/BUILD.bazel +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/utils/test_cli_version_check_util.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/utils/test_cloud_update_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/utils/test_cloud_utils.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/utils/test_cluster_debug.py +0 -0
- {anyscale-0.24.15 → anyscale-0.24.16}/tests/utils/test_workspace_utils.py +0 -0
|
@@ -4,7 +4,7 @@ import os
|
|
|
4
4
|
from sys import path
|
|
5
5
|
from typing import Any, Dict, List
|
|
6
6
|
|
|
7
|
-
from anyscale import
|
|
7
|
+
from anyscale import version
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
logger = logging.getLogger(__name__)
|
|
@@ -15,14 +15,11 @@ anyscale_dir = os.path.dirname(os.path.abspath(__file__))
|
|
|
15
15
|
path.append(os.path.join(anyscale_dir, "client"))
|
|
16
16
|
path.append(os.path.join(anyscale_dir, "sdk"))
|
|
17
17
|
|
|
18
|
-
from anyscale import integrations
|
|
18
|
+
from anyscale import compute_config, integrations, job, service
|
|
19
19
|
from anyscale.cluster import get_job_submission_client_cluster_info
|
|
20
20
|
from anyscale.cluster_compute import get_cluster_compute_from_name
|
|
21
|
-
import anyscale.compute_config
|
|
22
21
|
from anyscale.connect import ClientBuilder
|
|
23
|
-
import anyscale.job
|
|
24
22
|
from anyscale.sdk.anyscale_client.sdk import AnyscaleSDK
|
|
25
|
-
import anyscale.service
|
|
26
23
|
|
|
27
24
|
|
|
28
25
|
# Note: indentation here matches that of connect.py::ClientBuilder.
|
|
@@ -194,7 +194,7 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
|
194
194
|
|
|
195
195
|
def get_build_ui_url(self, cluster_env_id, build_id: str) -> str:
|
|
196
196
|
return get_endpoint(
|
|
197
|
-
f"/container-images/{cluster_env_id}/versions/{build_id}", host=self.host
|
|
197
|
+
f"v2/container-images/{cluster_env_id}/versions/{build_id}", host=self.host
|
|
198
198
|
)
|
|
199
199
|
|
|
200
200
|
def get_current_workspace_id(self) -> Optional[str]:
|
|
@@ -15,6 +15,17 @@ ModelType = Union[ModelBaseType, ModelEnumType]
|
|
|
15
15
|
CLI_OPTIONS_TO_SKIP = {"help", "service_id", "project_id"}
|
|
16
16
|
FILE_EXTENSION = ".md"
|
|
17
17
|
|
|
18
|
+
CUSTOMER_HOSTED_ANCHOR = "#customer-hosted-only"
|
|
19
|
+
CUSTOMER_HOSTED_HEADER = """\
|
|
20
|
+
#### Customer-hosted cloud features {#customer-hosted-only}
|
|
21
|
+
:::note
|
|
22
|
+
Some features are only available on customer-hosted clouds. Reach out to preview-help@anyscale.com for info.
|
|
23
|
+
:::"""
|
|
24
|
+
|
|
25
|
+
CUSTOMER_HOSTED_QUALIFIER = (
|
|
26
|
+
"Only available on [customer-hosted clouds](#customer-hosted-only)."
|
|
27
|
+
)
|
|
28
|
+
|
|
18
29
|
|
|
19
30
|
@dataclass
|
|
20
31
|
class Module:
|
|
@@ -66,6 +77,7 @@ class MarkdownGenerator:
|
|
|
66
77
|
output = "import Tabs from '@theme/Tabs';\n"
|
|
67
78
|
output += "import TabItem from '@theme/TabItem';\n\n"
|
|
68
79
|
output += f"# {m.title} API Reference\n\n"
|
|
80
|
+
output += CUSTOMER_HOSTED_HEADER + "\n\n"
|
|
69
81
|
index += f"- [{m.title} API Reference]({filename_no_extension})\n"
|
|
70
82
|
index += f" - [{m.title} Models]({filename_no_extension}#{title_anchor}-models)\n"
|
|
71
83
|
|
|
@@ -240,15 +252,17 @@ class MarkdownGenerator:
|
|
|
240
252
|
# Skip private fields.
|
|
241
253
|
continue
|
|
242
254
|
|
|
243
|
-
|
|
244
|
-
if
|
|
255
|
+
docstring = field.metadata.get("docstring", None)
|
|
256
|
+
if not docstring:
|
|
245
257
|
raise ValueError(
|
|
246
258
|
f"Model '{t.__name__}' is missing a docstring for field '{field.name}'"
|
|
247
259
|
)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
260
|
+
|
|
261
|
+
md += f"- **`{field.name}` ({self._model_type_to_string(field.type)})**: {docstring}\n"
|
|
262
|
+
|
|
263
|
+
customer_hosted_only = field.metadata.get("customer_hosted_only", False)
|
|
264
|
+
if customer_hosted_only:
|
|
265
|
+
md += f" - {CUSTOMER_HOSTED_QUALIFIER}\n"
|
|
252
266
|
md += "\n\n"
|
|
253
267
|
|
|
254
268
|
md += "#### Python Methods\n\n"
|
|
@@ -6,8 +6,9 @@ IMAGE_URI_PATTERN_RE = re.compile(
|
|
|
6
6
|
r"^"
|
|
7
7
|
# Optional registry host: hostname with optional port
|
|
8
8
|
r"((?P<host>[a-zA-Z0-9.-]+)(?::(?P<port>[0-9]+))?/)?"
|
|
9
|
-
# Repository
|
|
10
|
-
r"(?P<
|
|
9
|
+
# Repository: user_name/repository
|
|
10
|
+
r"(?P<user>[a-zA-Z0-9-_]+/)?" # user is optional.
|
|
11
|
+
r"(?P<repository>[a-zA-Z0-9-/_.]+)"
|
|
11
12
|
# Optional Tag: version or string after ':'
|
|
12
13
|
r"(:(?P<tag>[a-zA-Z0-9_.-]+))?"
|
|
13
14
|
# Optional Digest: string after '@'
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
from functools import wraps
|
|
2
|
-
from typing import
|
|
2
|
+
from typing import Callable, cast, Dict, Type, TypeVar
|
|
3
|
+
|
|
4
|
+
from typing_extensions import ParamSpec
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
P = ParamSpec("P")
|
|
8
|
+
T = TypeVar("T")
|
|
3
9
|
|
|
4
10
|
|
|
5
11
|
_LAZY_SDK_SINGLETONS: Dict[str, Callable] = {}
|
|
@@ -7,14 +13,17 @@ _LAZY_SDK_SINGLETONS: Dict[str, Callable] = {}
|
|
|
7
13
|
|
|
8
14
|
def sdk_command(
|
|
9
15
|
key: str, sdk_cls: Type, *, doc_py_example: str, arg_docstrings: Dict[str, str],
|
|
10
|
-
) -> Callable[[Callable], Callable]:
|
|
16
|
+
) -> Callable[[Callable[P, T]], Callable[P, T]]:
|
|
11
17
|
"""Decorator to automatically inject an `_sdk` arg into the wrapped function.
|
|
12
18
|
|
|
13
19
|
The arguments to this class are a unique key for the singleton and its type
|
|
14
20
|
(the constructor will be called with no arguments).
|
|
15
21
|
"""
|
|
16
22
|
|
|
17
|
-
|
|
23
|
+
# The P and T type hints allow f's type hints to pass through this decorator.
|
|
24
|
+
# Without them, f's type hints would not be visible to the developer.
|
|
25
|
+
# See https://github.com/anyscale/product/pull/27738.
|
|
26
|
+
def _inject_typed_sdk_singleton(f: Callable[P, T]) -> Callable[P, T]:
|
|
18
27
|
if not doc_py_example:
|
|
19
28
|
raise ValueError(
|
|
20
29
|
f"SDK command '{f.__name__}' must provide a non-empty 'doc_py_example'."
|
|
@@ -23,11 +32,15 @@ def sdk_command(
|
|
|
23
32
|
# TODO: validate docstrings.
|
|
24
33
|
|
|
25
34
|
@wraps(f)
|
|
26
|
-
def wrapper(*args, **kwargs):
|
|
35
|
+
def wrapper(*args: P.args, **kwargs: P.kwargs) -> T:
|
|
27
36
|
if key not in _LAZY_SDK_SINGLETONS:
|
|
28
37
|
_LAZY_SDK_SINGLETONS[key] = sdk_cls()
|
|
29
38
|
|
|
30
|
-
|
|
39
|
+
# We disable the mypy linter here because it treats kwargs as a
|
|
40
|
+
# P.kwargs object. mypy wrongly thinks kwargs can't be indexed.
|
|
41
|
+
kwargs["_sdk"] = _LAZY_SDK_SINGLETONS[key] # type: ignore
|
|
42
|
+
|
|
43
|
+
return f(*args, **kwargs)
|
|
31
44
|
|
|
32
45
|
# TODO(edoakes): move to parsing docstrings instead.
|
|
33
46
|
wrapper.__doc_py_example__ = doc_py_example # type: ignore
|
|
@@ -116,8 +116,6 @@ $EFSMountTargets
|
|
|
116
116
|
Type: 'AWS::IAM::Role'
|
|
117
117
|
Properties:
|
|
118
118
|
RoleName: !Ref ClusterNodeIAMRoleName
|
|
119
|
-
ManagedPolicyArns:
|
|
120
|
-
- arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly
|
|
121
119
|
AssumeRolePolicyDocument:
|
|
122
120
|
Statement:
|
|
123
121
|
- Action: 'sts:AssumeRole'
|
|
@@ -243,6 +243,7 @@ Class | Method | HTTP request | Description
|
|
|
243
243
|
*DefaultApi* | [**get_socket_types_type_api_v2_userinfo_socket_types_type_get**](docs/DefaultApi.md#get_socket_types_type_api_v2_userinfo_socket_types_type_get) | **GET** /api/v2/userinfo/socket_types_type | Get Socket Types Type
|
|
244
244
|
*DefaultApi* | [**get_startup_logs_api_v2_sessions_session_id_startup_logs_get**](docs/DefaultApi.md#get_startup_logs_api_v2_sessions_session_id_startup_logs_get) | **GET** /api/v2/sessions/{session_id}/startup_logs | Get Startup Logs
|
|
245
245
|
*DefaultApi* | [**get_startup_logs_archived_api_v2_sessions_session_id_startup_logs_archived_get**](docs/DefaultApi.md#get_startup_logs_archived_api_v2_sessions_session_id_startup_logs_archived_get) | **GET** /api/v2/sessions/{session_id}/startup_logs_archived | Get Startup Logs Archived
|
|
246
|
+
*DefaultApi* | [**get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get**](docs/DefaultApi.md#get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get) | **GET** /api/v2/experimental_workspaces/template/readme/{template_id} | Get Template Readme
|
|
246
247
|
*DefaultApi* | [**get_templatized_cluster_environments_api_v2_application_templates_templatized_get**](docs/DefaultApi.md#get_templatized_cluster_environments_api_v2_application_templates_templatized_get) | **GET** /api/v2/application_templates/templatized/ | Get Templatized Cluster Environments
|
|
247
248
|
*DefaultApi* | [**get_templatized_compute_configs_api_v2_compute_templates_templatized_cloud_id_get**](docs/DefaultApi.md#get_templatized_compute_configs_api_v2_compute_templates_templatized_cloud_id_get) | **GET** /api/v2/compute_templates/templatized/{cloud_id} | Get Templatized Compute Configs
|
|
248
249
|
*DefaultApi* | [**get_user_info_api_v2_userinfo_get**](docs/DefaultApi.md#get_user_info_api_v2_userinfo_get) | **GET** /api/v2/userinfo/ | Get User Info
|
|
@@ -313,7 +314,6 @@ Class | Method | HTTP request | Description
|
|
|
313
314
|
*DefaultApi* | [**register_autosync_session_api_v2_autosync_sessions_post**](docs/DefaultApi.md#register_autosync_session_api_v2_autosync_sessions_post) | **POST** /api/v2/autosync_sessions/ | Register Autosync Session
|
|
314
315
|
*DefaultApi* | [**register_buffer_api_v2_anyscaled_register_buffer_post**](docs/DefaultApi.md#register_buffer_api_v2_anyscaled_register_buffer_post) | **POST** /api/v2/anyscaled/register_buffer | Register Buffer
|
|
315
316
|
*DefaultApi* | [**register_build_api_v2_anyscaled_register_build_post**](docs/DefaultApi.md#register_build_api_v2_anyscaled_register_build_post) | **POST** /api/v2/anyscaled/register_build | Register Build
|
|
316
|
-
*DefaultApi* | [**register_endpoints_user_api_v2_users_internal_register_endpoints_users_post**](docs/DefaultApi.md#register_endpoints_user_api_v2_users_internal_register_endpoints_users_post) | **POST** /api/v2/users/internal/register_endpoints_users | Register Endpoints User
|
|
317
317
|
*DefaultApi* | [**register_user_api_v2_users_post**](docs/DefaultApi.md#register_user_api_v2_users_post) | **POST** /api/v2/users/ | Register User
|
|
318
318
|
*DefaultApi* | [**register_user_from_stripe_api_v2_users_user_from_stripe_post**](docs/DefaultApi.md#register_user_from_stripe_api_v2_users_user_from_stripe_post) | **POST** /api/v2/users/user_from_stripe | Register User From Stripe
|
|
319
319
|
*DefaultApi* | [**register_v2_api_v2_anyscaled_register_v2_post**](docs/DefaultApi.md#register_v2_api_v2_anyscaled_register_v2_post) | **POST** /api/v2/anyscaled/register_v2 | Register V2
|
|
@@ -695,8 +695,6 @@ Class | Method | HTTP request | Description
|
|
|
695
695
|
- [MachineInfo](docs/MachineInfo.md)
|
|
696
696
|
- [MachinePool](docs/MachinePool.md)
|
|
697
697
|
- [MetronomeDashboardType](docs/MetronomeDashboardType.md)
|
|
698
|
-
- [MigrationResult](docs/MigrationResult.md)
|
|
699
|
-
- [MigrationresultListResponse](docs/MigrationresultListResponse.md)
|
|
700
698
|
- [MiniBuild](docs/MiniBuild.md)
|
|
701
699
|
- [MiniCloud](docs/MiniCloud.md)
|
|
702
700
|
- [MiniCluster](docs/MiniCluster.md)
|
|
@@ -353,8 +353,6 @@ from openapi_client.models.machine_connection_state import MachineConnectionStat
|
|
|
353
353
|
from openapi_client.models.machine_info import MachineInfo
|
|
354
354
|
from openapi_client.models.machine_pool import MachinePool
|
|
355
355
|
from openapi_client.models.metronome_dashboard_type import MetronomeDashboardType
|
|
356
|
-
from openapi_client.models.migration_result import MigrationResult
|
|
357
|
-
from openapi_client.models.migrationresult_list_response import MigrationresultListResponse
|
|
358
356
|
from openapi_client.models.mini_build import MiniBuild
|
|
359
357
|
from openapi_client.models.mini_cloud import MiniCloud
|
|
360
358
|
from openapi_client.models.mini_cluster import MiniCluster
|
|
@@ -19616,6 +19616,120 @@ class DefaultApi(object):
|
|
|
19616
19616
|
_request_timeout=local_var_params.get('_request_timeout'),
|
|
19617
19617
|
collection_formats=collection_formats)
|
|
19618
19618
|
|
|
19619
|
+
def get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get(self, template_id, **kwargs): # noqa: E501
|
|
19620
|
+
"""Get Template Readme # noqa: E501
|
|
19621
|
+
|
|
19622
|
+
Retrieves a template's README.md file. # noqa: E501
|
|
19623
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
19624
|
+
asynchronous HTTP request, please pass async_req=True
|
|
19625
|
+
>>> thread = api.get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get(template_id, async_req=True)
|
|
19626
|
+
>>> result = thread.get()
|
|
19627
|
+
|
|
19628
|
+
:param async_req bool: execute request asynchronously
|
|
19629
|
+
:param str template_id: ID of the template. (required)
|
|
19630
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
19631
|
+
be returned without reading/decoding response
|
|
19632
|
+
data. Default is True.
|
|
19633
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
19634
|
+
number provided, it will be total request
|
|
19635
|
+
timeout. It can also be a pair (tuple) of
|
|
19636
|
+
(connection, read) timeouts.
|
|
19637
|
+
:return: WorkspacereadmeResponse
|
|
19638
|
+
If the method is called asynchronously,
|
|
19639
|
+
returns the request thread.
|
|
19640
|
+
"""
|
|
19641
|
+
kwargs['_return_http_data_only'] = True
|
|
19642
|
+
return self.get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get_with_http_info(template_id, **kwargs) # noqa: E501
|
|
19643
|
+
|
|
19644
|
+
def get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get_with_http_info(self, template_id, **kwargs): # noqa: E501
|
|
19645
|
+
"""Get Template Readme # noqa: E501
|
|
19646
|
+
|
|
19647
|
+
Retrieves a template's README.md file. # noqa: E501
|
|
19648
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
19649
|
+
asynchronous HTTP request, please pass async_req=True
|
|
19650
|
+
>>> thread = api.get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get_with_http_info(template_id, async_req=True)
|
|
19651
|
+
>>> result = thread.get()
|
|
19652
|
+
|
|
19653
|
+
:param async_req bool: execute request asynchronously
|
|
19654
|
+
:param str template_id: ID of the template. (required)
|
|
19655
|
+
:param _return_http_data_only: response data without head status code
|
|
19656
|
+
and headers
|
|
19657
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
19658
|
+
be returned without reading/decoding response
|
|
19659
|
+
data. Default is True.
|
|
19660
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
19661
|
+
number provided, it will be total request
|
|
19662
|
+
timeout. It can also be a pair (tuple) of
|
|
19663
|
+
(connection, read) timeouts.
|
|
19664
|
+
:return: tuple(WorkspacereadmeResponse, status_code(int), headers(HTTPHeaderDict))
|
|
19665
|
+
If the method is called asynchronously,
|
|
19666
|
+
returns the request thread.
|
|
19667
|
+
"""
|
|
19668
|
+
|
|
19669
|
+
local_var_params = locals()
|
|
19670
|
+
|
|
19671
|
+
all_params = [
|
|
19672
|
+
'template_id'
|
|
19673
|
+
]
|
|
19674
|
+
all_params.extend(
|
|
19675
|
+
[
|
|
19676
|
+
'async_req',
|
|
19677
|
+
'_return_http_data_only',
|
|
19678
|
+
'_preload_content',
|
|
19679
|
+
'_request_timeout'
|
|
19680
|
+
]
|
|
19681
|
+
)
|
|
19682
|
+
|
|
19683
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
19684
|
+
if key not in all_params:
|
|
19685
|
+
raise ApiTypeError(
|
|
19686
|
+
"Got an unexpected keyword argument '%s'"
|
|
19687
|
+
" to method get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get" % key
|
|
19688
|
+
)
|
|
19689
|
+
local_var_params[key] = val
|
|
19690
|
+
del local_var_params['kwargs']
|
|
19691
|
+
# verify the required parameter 'template_id' is set
|
|
19692
|
+
if self.api_client.client_side_validation and ('template_id' not in local_var_params or # noqa: E501
|
|
19693
|
+
local_var_params['template_id'] is None): # noqa: E501
|
|
19694
|
+
raise ApiValueError("Missing the required parameter `template_id` when calling `get_template_readme_api_v2_experimental_workspaces_template_readme_template_id_get`") # noqa: E501
|
|
19695
|
+
|
|
19696
|
+
collection_formats = {}
|
|
19697
|
+
|
|
19698
|
+
path_params = {}
|
|
19699
|
+
if 'template_id' in local_var_params:
|
|
19700
|
+
path_params['template_id'] = local_var_params['template_id'] # noqa: E501
|
|
19701
|
+
|
|
19702
|
+
query_params = []
|
|
19703
|
+
|
|
19704
|
+
header_params = {}
|
|
19705
|
+
|
|
19706
|
+
form_params = []
|
|
19707
|
+
local_var_files = {}
|
|
19708
|
+
|
|
19709
|
+
body_params = None
|
|
19710
|
+
# HTTP header `Accept`
|
|
19711
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
19712
|
+
['application/json']) # noqa: E501
|
|
19713
|
+
|
|
19714
|
+
# Authentication setting
|
|
19715
|
+
auth_settings = [] # noqa: E501
|
|
19716
|
+
|
|
19717
|
+
return self.api_client.call_api(
|
|
19718
|
+
'/api/v2/experimental_workspaces/template/readme/{template_id}', 'GET',
|
|
19719
|
+
path_params,
|
|
19720
|
+
query_params,
|
|
19721
|
+
header_params,
|
|
19722
|
+
body=body_params,
|
|
19723
|
+
post_params=form_params,
|
|
19724
|
+
files=local_var_files,
|
|
19725
|
+
response_type='WorkspacereadmeResponse', # noqa: E501
|
|
19726
|
+
auth_settings=auth_settings,
|
|
19727
|
+
async_req=local_var_params.get('async_req'),
|
|
19728
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
19729
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
19730
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
19731
|
+
collection_formats=collection_formats)
|
|
19732
|
+
|
|
19619
19733
|
def get_templatized_cluster_environments_api_v2_application_templates_templatized_get(self, **kwargs): # noqa: E501
|
|
19620
19734
|
"""Get Templatized Cluster Environments # noqa: E501
|
|
19621
19735
|
|
|
@@ -28410,123 +28524,6 @@ class DefaultApi(object):
|
|
|
28410
28524
|
_request_timeout=local_var_params.get('_request_timeout'),
|
|
28411
28525
|
collection_formats=collection_formats)
|
|
28412
28526
|
|
|
28413
|
-
def register_endpoints_user_api_v2_users_internal_register_endpoints_users_post(self, concurrent_migrations, **kwargs): # noqa: E501
|
|
28414
|
-
"""Register Endpoints User # noqa: E501
|
|
28415
|
-
|
|
28416
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
28417
|
-
asynchronous HTTP request, please pass async_req=True
|
|
28418
|
-
>>> thread = api.register_endpoints_user_api_v2_users_internal_register_endpoints_users_post(concurrent_migrations, async_req=True)
|
|
28419
|
-
>>> result = thread.get()
|
|
28420
|
-
|
|
28421
|
-
:param async_req bool: execute request asynchronously
|
|
28422
|
-
:param int concurrent_migrations: (required)
|
|
28423
|
-
:param int limit:
|
|
28424
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
28425
|
-
be returned without reading/decoding response
|
|
28426
|
-
data. Default is True.
|
|
28427
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
28428
|
-
number provided, it will be total request
|
|
28429
|
-
timeout. It can also be a pair (tuple) of
|
|
28430
|
-
(connection, read) timeouts.
|
|
28431
|
-
:return: MigrationresultListResponse
|
|
28432
|
-
If the method is called asynchronously,
|
|
28433
|
-
returns the request thread.
|
|
28434
|
-
"""
|
|
28435
|
-
kwargs['_return_http_data_only'] = True
|
|
28436
|
-
return self.register_endpoints_user_api_v2_users_internal_register_endpoints_users_post_with_http_info(concurrent_migrations, **kwargs) # noqa: E501
|
|
28437
|
-
|
|
28438
|
-
def register_endpoints_user_api_v2_users_internal_register_endpoints_users_post_with_http_info(self, concurrent_migrations, **kwargs): # noqa: E501
|
|
28439
|
-
"""Register Endpoints User # noqa: E501
|
|
28440
|
-
|
|
28441
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
28442
|
-
asynchronous HTTP request, please pass async_req=True
|
|
28443
|
-
>>> thread = api.register_endpoints_user_api_v2_users_internal_register_endpoints_users_post_with_http_info(concurrent_migrations, async_req=True)
|
|
28444
|
-
>>> result = thread.get()
|
|
28445
|
-
|
|
28446
|
-
:param async_req bool: execute request asynchronously
|
|
28447
|
-
:param int concurrent_migrations: (required)
|
|
28448
|
-
:param int limit:
|
|
28449
|
-
:param _return_http_data_only: response data without head status code
|
|
28450
|
-
and headers
|
|
28451
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
28452
|
-
be returned without reading/decoding response
|
|
28453
|
-
data. Default is True.
|
|
28454
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
28455
|
-
number provided, it will be total request
|
|
28456
|
-
timeout. It can also be a pair (tuple) of
|
|
28457
|
-
(connection, read) timeouts.
|
|
28458
|
-
:return: tuple(MigrationresultListResponse, status_code(int), headers(HTTPHeaderDict))
|
|
28459
|
-
If the method is called asynchronously,
|
|
28460
|
-
returns the request thread.
|
|
28461
|
-
"""
|
|
28462
|
-
|
|
28463
|
-
local_var_params = locals()
|
|
28464
|
-
|
|
28465
|
-
all_params = [
|
|
28466
|
-
'concurrent_migrations',
|
|
28467
|
-
'limit'
|
|
28468
|
-
]
|
|
28469
|
-
all_params.extend(
|
|
28470
|
-
[
|
|
28471
|
-
'async_req',
|
|
28472
|
-
'_return_http_data_only',
|
|
28473
|
-
'_preload_content',
|
|
28474
|
-
'_request_timeout'
|
|
28475
|
-
]
|
|
28476
|
-
)
|
|
28477
|
-
|
|
28478
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
28479
|
-
if key not in all_params:
|
|
28480
|
-
raise ApiTypeError(
|
|
28481
|
-
"Got an unexpected keyword argument '%s'"
|
|
28482
|
-
" to method register_endpoints_user_api_v2_users_internal_register_endpoints_users_post" % key
|
|
28483
|
-
)
|
|
28484
|
-
local_var_params[key] = val
|
|
28485
|
-
del local_var_params['kwargs']
|
|
28486
|
-
# verify the required parameter 'concurrent_migrations' is set
|
|
28487
|
-
if self.api_client.client_side_validation and ('concurrent_migrations' not in local_var_params or # noqa: E501
|
|
28488
|
-
local_var_params['concurrent_migrations'] is None): # noqa: E501
|
|
28489
|
-
raise ApiValueError("Missing the required parameter `concurrent_migrations` when calling `register_endpoints_user_api_v2_users_internal_register_endpoints_users_post`") # noqa: E501
|
|
28490
|
-
|
|
28491
|
-
collection_formats = {}
|
|
28492
|
-
|
|
28493
|
-
path_params = {}
|
|
28494
|
-
|
|
28495
|
-
query_params = []
|
|
28496
|
-
if 'concurrent_migrations' in local_var_params and local_var_params['concurrent_migrations'] is not None: # noqa: E501
|
|
28497
|
-
query_params.append(('concurrent_migrations', local_var_params['concurrent_migrations'])) # noqa: E501
|
|
28498
|
-
if 'limit' in local_var_params and local_var_params['limit'] is not None: # noqa: E501
|
|
28499
|
-
query_params.append(('limit', local_var_params['limit'])) # noqa: E501
|
|
28500
|
-
|
|
28501
|
-
header_params = {}
|
|
28502
|
-
|
|
28503
|
-
form_params = []
|
|
28504
|
-
local_var_files = {}
|
|
28505
|
-
|
|
28506
|
-
body_params = None
|
|
28507
|
-
# HTTP header `Accept`
|
|
28508
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
|
28509
|
-
['application/json']) # noqa: E501
|
|
28510
|
-
|
|
28511
|
-
# Authentication setting
|
|
28512
|
-
auth_settings = [] # noqa: E501
|
|
28513
|
-
|
|
28514
|
-
return self.api_client.call_api(
|
|
28515
|
-
'/api/v2/users/internal/register_endpoints_users', 'POST',
|
|
28516
|
-
path_params,
|
|
28517
|
-
query_params,
|
|
28518
|
-
header_params,
|
|
28519
|
-
body=body_params,
|
|
28520
|
-
post_params=form_params,
|
|
28521
|
-
files=local_var_files,
|
|
28522
|
-
response_type='MigrationresultListResponse', # noqa: E501
|
|
28523
|
-
auth_settings=auth_settings,
|
|
28524
|
-
async_req=local_var_params.get('async_req'),
|
|
28525
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
28526
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
|
28527
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
|
28528
|
-
collection_formats=collection_formats)
|
|
28529
|
-
|
|
28530
28527
|
def register_user_api_v2_users_post(self, create_user, **kwargs): # noqa: E501
|
|
28531
28528
|
"""Register User # noqa: E501
|
|
28532
28529
|
|
|
@@ -339,8 +339,6 @@ from openapi_client.models.machine_connection_state import MachineConnectionStat
|
|
|
339
339
|
from openapi_client.models.machine_info import MachineInfo
|
|
340
340
|
from openapi_client.models.machine_pool import MachinePool
|
|
341
341
|
from openapi_client.models.metronome_dashboard_type import MetronomeDashboardType
|
|
342
|
-
from openapi_client.models.migration_result import MigrationResult
|
|
343
|
-
from openapi_client.models.migrationresult_list_response import MigrationresultListResponse
|
|
344
342
|
from openapi_client.models.mini_build import MiniBuild
|
|
345
343
|
from openapi_client.models.mini_cloud import MiniCloud
|
|
346
344
|
from openapi_client.models.mini_cluster import MiniCluster
|
|
@@ -30,8 +30,11 @@ class AicaEndpointEventLevel(object):
|
|
|
30
30
|
"""
|
|
31
31
|
ERROR = "ERROR"
|
|
32
32
|
INFO = "INFO"
|
|
33
|
+
WARNING = "WARNING"
|
|
34
|
+
TRACE = "TRACE"
|
|
35
|
+
DEBUG = "DEBUG"
|
|
33
36
|
|
|
34
|
-
allowable_values = [ERROR, INFO] # noqa: E501
|
|
37
|
+
allowable_values = [ERROR, INFO, WARNING, TRACE, DEBUG] # noqa: E501
|
|
35
38
|
|
|
36
39
|
"""
|
|
37
40
|
Attributes:
|
|
@@ -65,7 +65,8 @@ class _NodeConfig(ModelBase):
|
|
|
65
65
|
default=None,
|
|
66
66
|
repr=False,
|
|
67
67
|
metadata={
|
|
68
|
-
"docstring": "Advanced instance configurations that will be passed through to the cloud provider."
|
|
68
|
+
"docstring": "Advanced instance configurations that will be passed through to the cloud provider.",
|
|
69
|
+
"customer_hosted_only": True,
|
|
69
70
|
},
|
|
70
71
|
)
|
|
71
72
|
|
|
@@ -203,7 +204,8 @@ compute_config:
|
|
|
203
204
|
market_type: Union[str, MarketType] = field(
|
|
204
205
|
default=MarketType.ON_DEMAND,
|
|
205
206
|
metadata={
|
|
206
|
-
"docstring": "The type of instances to use (see `MarketType` enum values for details)."
|
|
207
|
+
"docstring": "The type of instances to use (see `MarketType` enum values for details).",
|
|
208
|
+
"customer_hosted_only": True,
|
|
207
209
|
},
|
|
208
210
|
)
|
|
209
211
|
|
|
@@ -273,60 +275,6 @@ compute_config:
|
|
|
273
275
|
if cloud is not None and not isinstance(cloud, str):
|
|
274
276
|
raise TypeError("'cloud' must be a string")
|
|
275
277
|
|
|
276
|
-
zones: Optional[List[str]] = field(
|
|
277
|
-
default=None,
|
|
278
|
-
repr=False,
|
|
279
|
-
metadata={
|
|
280
|
-
"docstring": "Availability zones to consider for this cluster. Defaults to all zones in the cloud's region. By default all instances will run in the same zone to save cost, unless `enable_cross_zone_scaling` is set."
|
|
281
|
-
},
|
|
282
|
-
)
|
|
283
|
-
|
|
284
|
-
def _validate_zones(self, zones: Optional[List[str]]):
|
|
285
|
-
if zones is None:
|
|
286
|
-
return
|
|
287
|
-
if not isinstance(zones, list) or not all(isinstance(z, str) for z in zones):
|
|
288
|
-
raise TypeError("'zones' must be a List[str]")
|
|
289
|
-
if len(zones) == 0:
|
|
290
|
-
raise ValueError(
|
|
291
|
-
"'zones' must not be an empty list. Set `None` to default to all zones."
|
|
292
|
-
)
|
|
293
|
-
|
|
294
|
-
enable_cross_zone_scaling: bool = field(
|
|
295
|
-
default=False,
|
|
296
|
-
repr=False,
|
|
297
|
-
metadata={
|
|
298
|
-
"docstring": "Allow instances in the cluster to be run across multiple zones. This is recommended when running production services (for fault-tolerance in a zone failure scenario). It is not recommended for workloads that have a large amount of inter-zone communication due to the possibility of higher costs and degraded performance."
|
|
299
|
-
},
|
|
300
|
-
)
|
|
301
|
-
|
|
302
|
-
def _validate_enable_cross_zone_scaling(self, enable_cross_zone_scaling: bool):
|
|
303
|
-
if not isinstance(enable_cross_zone_scaling, bool):
|
|
304
|
-
raise TypeError("'enable_cross_zone_scaling' must be a boolean")
|
|
305
|
-
|
|
306
|
-
max_resources: Optional[ResourceDict] = field(
|
|
307
|
-
default=None,
|
|
308
|
-
repr=False,
|
|
309
|
-
metadata={
|
|
310
|
-
"docstring": "Total maximum logical resources across all nodes in the cluster. Resources omitted from this field have no maximum."
|
|
311
|
-
},
|
|
312
|
-
)
|
|
313
|
-
|
|
314
|
-
def _validate_max_resources(self, max_resources: Optional[ResourceDict]):
|
|
315
|
-
_validate_resource_dict(max_resources, field_name="max_resources")
|
|
316
|
-
|
|
317
|
-
advanced_instance_config: Optional[AdvancedInstanceConfigDict] = field(
|
|
318
|
-
default=None,
|
|
319
|
-
repr=False,
|
|
320
|
-
metadata={
|
|
321
|
-
"docstring": "Advanced instance configurations that will be passed through to the cloud provider."
|
|
322
|
-
},
|
|
323
|
-
)
|
|
324
|
-
|
|
325
|
-
def _validate_advanced_instance_config(
|
|
326
|
-
self, advanced_instance_config: Optional[AdvancedInstanceConfigDict],
|
|
327
|
-
):
|
|
328
|
-
_validate_advanced_instance_config_dict(advanced_instance_config)
|
|
329
|
-
|
|
330
278
|
head_node: Union[HeadNodeConfig, Dict, None] = field(
|
|
331
279
|
default=None,
|
|
332
280
|
repr=False,
|
|
@@ -392,3 +340,60 @@ compute_config:
|
|
|
392
340
|
)
|
|
393
341
|
|
|
394
342
|
return worker_node_models
|
|
343
|
+
|
|
344
|
+
max_resources: Optional[ResourceDict] = field(
|
|
345
|
+
default=None,
|
|
346
|
+
repr=False,
|
|
347
|
+
metadata={
|
|
348
|
+
"docstring": "Total maximum logical resources across all nodes in the cluster. Resources omitted from this field have no maximum."
|
|
349
|
+
},
|
|
350
|
+
)
|
|
351
|
+
|
|
352
|
+
def _validate_max_resources(self, max_resources: Optional[ResourceDict]):
|
|
353
|
+
_validate_resource_dict(max_resources, field_name="max_resources")
|
|
354
|
+
|
|
355
|
+
zones: Optional[List[str]] = field(
|
|
356
|
+
default=None,
|
|
357
|
+
repr=False,
|
|
358
|
+
metadata={
|
|
359
|
+
"docstring": "Availability zones to consider for this cluster. Defaults to all zones in the cloud's region. By default all instances will run in the same zone to save cost, unless `enable_cross_zone_scaling` is set.",
|
|
360
|
+
"customer_hosted_only": True,
|
|
361
|
+
},
|
|
362
|
+
)
|
|
363
|
+
|
|
364
|
+
def _validate_zones(self, zones: Optional[List[str]]):
|
|
365
|
+
if zones is None:
|
|
366
|
+
return
|
|
367
|
+
if not isinstance(zones, list) or not all(isinstance(z, str) for z in zones):
|
|
368
|
+
raise TypeError("'zones' must be a List[str]")
|
|
369
|
+
if len(zones) == 0:
|
|
370
|
+
raise ValueError(
|
|
371
|
+
"'zones' must not be an empty list. Set `None` to default to all zones."
|
|
372
|
+
)
|
|
373
|
+
|
|
374
|
+
enable_cross_zone_scaling: bool = field(
|
|
375
|
+
default=False,
|
|
376
|
+
repr=False,
|
|
377
|
+
metadata={
|
|
378
|
+
"docstring": "Allow instances in the cluster to be run across multiple zones. This is recommended when running production services (for fault-tolerance in a zone failure scenario). It is not recommended for workloads that have a large amount of inter-zone communication due to the possibility of higher costs and degraded performance.",
|
|
379
|
+
"customer_hosted_only": True,
|
|
380
|
+
},
|
|
381
|
+
)
|
|
382
|
+
|
|
383
|
+
def _validate_enable_cross_zone_scaling(self, enable_cross_zone_scaling: bool):
|
|
384
|
+
if not isinstance(enable_cross_zone_scaling, bool):
|
|
385
|
+
raise TypeError("'enable_cross_zone_scaling' must be a boolean")
|
|
386
|
+
|
|
387
|
+
advanced_instance_config: Optional[AdvancedInstanceConfigDict] = field(
|
|
388
|
+
default=None,
|
|
389
|
+
repr=False,
|
|
390
|
+
metadata={
|
|
391
|
+
"docstring": "Advanced instance configurations that will be passed through to the cloud provider.",
|
|
392
|
+
"customer_hosted_only": True,
|
|
393
|
+
},
|
|
394
|
+
)
|
|
395
|
+
|
|
396
|
+
def _validate_advanced_instance_config(
|
|
397
|
+
self, advanced_instance_config: Optional[AdvancedInstanceConfigDict],
|
|
398
|
+
):
|
|
399
|
+
_validate_advanced_instance_config_dict(advanced_instance_config)
|
|
@@ -554,10 +554,8 @@ class CloudController(BaseController):
|
|
|
554
554
|
|
|
555
555
|
aws_efs_id = cfn_resources["EFS"]
|
|
556
556
|
aws_efs_mount_target_ip = cfn_resources["EFSMountTargetIP"]
|
|
557
|
-
anyscale_iam_role_arn = (
|
|
558
|
-
anyscale_control_plane_role_arn
|
|
559
|
-
if anyscale_control_plane_role_arn
|
|
560
|
-
else cfn_resources.get("AnyscaleIAMRole", "")
|
|
557
|
+
anyscale_iam_role_arn = cfn_resources.get(
|
|
558
|
+
"AnyscaleIAMRole", anyscale_control_plane_role_arn
|
|
561
559
|
)
|
|
562
560
|
cluster_node_iam_role_arn = cfn_resources["NodeIamRole"]
|
|
563
561
|
|
|
@@ -1030,7 +1028,9 @@ class CloudController(BaseController):
|
|
|
1030
1028
|
self.api_client.get_anyscale_aws_account_api_v2_clouds_anyscale_aws_account_get().result.anyscale_aws_account
|
|
1031
1029
|
)
|
|
1032
1030
|
# Enable APIs in the given GCP project
|
|
1033
|
-
setup_utils.enable_project_apis(
|
|
1031
|
+
setup_utils.enable_project_apis(
|
|
1032
|
+
factory, project_id, self.log, enable_head_node_fault_tolerance
|
|
1033
|
+
)
|
|
1034
1034
|
# We need the Google APIs Service Agent to have security admin permissions on the project
|
|
1035
1035
|
# so that we can set IAM policy on Anyscale access service account
|
|
1036
1036
|
project_number = setup_utils.get_project_number(
|