anyscale 0.5.122__tar.gz → 0.5.123__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.5.122/anyscale.egg-info → anyscale-0.5.123}/PKG-INFO +1 -1
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/cloud_commands.py +32 -1
- anyscale-0.5.122/anyscale/commands/cluster_compute_commands.py → anyscale-0.5.123/anyscale/commands/compute_config_commands.py +12 -12
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/cloud_controller.py +82 -5
- anyscale-0.5.123/anyscale/controllers/cloud_functional_verification_controller.py +223 -0
- anyscale-0.5.122/anyscale/controllers/cluster_compute_controller.py → anyscale-0.5.123/anyscale/controllers/compute_config_controller.py +1 -1
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/scripts.py +5 -3
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/util.py +4 -0
- anyscale-0.5.123/anyscale/utils/cli_version_check_util.py +61 -0
- anyscale-0.5.123/anyscale/version.py +1 -0
- {anyscale-0.5.122 → anyscale-0.5.123/anyscale.egg-info}/PKG-INFO +1 -1
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale.egg-info/SOURCES.txt +9 -13
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale.egg-info/requires.txt +0 -1
- {anyscale-0.5.122 → anyscale-0.5.123}/requirements.in +0 -1
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/commands/test_cloud_command.py +1 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_cloud_controller.py +41 -1
- anyscale-0.5.123/tests/controllers/test_cloud_functional_verification_controller.py +250 -0
- anyscale-0.5.122/tests/controllers/test_cluster_compute_controller.py → anyscale-0.5.123/tests/controllers/test_compute_config_controller.py +38 -38
- anyscale-0.5.123/tests/utils/BUILD.bazel +24 -0
- anyscale-0.5.123/tests/utils/test_cli_version_check_util.py +23 -0
- anyscale-0.5.122/anyscale/autoscaler/aws/node_provider.py +0 -208
- anyscale-0.5.122/anyscale/autoscaler/gcp/node_provider.py +0 -219
- anyscale-0.5.122/anyscale/autoscaler/node_provided_cache.py +0 -68
- anyscale-0.5.122/anyscale/autoscaler/node_provider.py +0 -618
- anyscale-0.5.122/anyscale/version.py +0 -1
- anyscale-0.5.122/tests/__init__.py +0 -0
- anyscale-0.5.122/tests/api_utils/__init__.py +0 -0
- anyscale-0.5.122/tests/autoscaler/BUILD.bazel +0 -28
- anyscale-0.5.122/tests/autoscaler/test_node_provider.py +0 -79
- anyscale-0.5.122/tests/controllers/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/.covrc +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/BUILD.bazel +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/README.md +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/ProjectConfig.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/anyscale-cloud-setup-gcp.yaml +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/anyscale-cloud-setup.yaml +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/anyscale_schema.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api_utils/README.md +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api_utils/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api_utils/cloud_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api_utils/exceptions/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api_utils/exceptions/job_errors.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api_utils/exceptions/log_retrieval_errors.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api_utils/job_logs_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api_utils/job_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/api_utils/logs_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/authenticate.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/aws_iam_policies.py +0 -0
- {anyscale-0.5.122/anyscale/autoscaler → anyscale-0.5.123/anyscale/background}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/background/job_runner.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/cli_logger.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/.gitignore +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/.openapi-generator/VERSION +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/.openapi-generator-ignore +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/README.md +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/git_push.sh +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/api/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/api/default_api.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/api_client.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/configuration.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/exceptions.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/add_instance_pool_member.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscale_aws_account.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscale_version_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscaleawsaccount_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscaled_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscaled_credential_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscaled_dataplane_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscaledconfig_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscaleddataplaneconfig_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/anyscaleversionresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/api_key_parameters.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/app_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/appconfig_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/applied_snapshot.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/apply_service_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/archive_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/archived_logs_info.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/archivedlogsinfo_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/autoscaler_credentials.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/autoscaler_report.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/autoscaler_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/autoscalercredentials_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/autosync_session_id.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/autosyncsessionid_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/autosyncsessionid_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/aws_node_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/aws_region_and_zones.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/aws_region_info.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/aws_tag.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/awsregionandzones_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/bank_account_information.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/base_job_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/baseimagesenum.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/batch_response_batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/billing_information.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/block_device_mapping.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/build_log_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/build_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/build_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/card.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/card_id.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/card_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/change_password_params.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/clone_experimental_workspace.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_collaborator.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_collaborator_value.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_collaborators_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_name_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_project_collaborator.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_project_collaborator_value.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_provider.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_providers.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_region_and_zones.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_region_info.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_resource.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_resource_gcp.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_state.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_version.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloudcollaborator_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloudregionandzones_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloudwithcloudresource_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cluster_auth_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cluster_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cluster_features.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cluster_monitor_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cluster_startup.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/cluster_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/clusterauthresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/clusterconfig_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/clusterconfigwithsessionidletimeout_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/clusterfeatures_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/clustermonitorresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/clusterstatus_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/compute_node_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/compute_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/compute_template_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/compute_template_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/computetemplate_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_app_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_byod_app_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_byod_build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_cloud_collaborator.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_cloud_resource.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_compute_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_experimental_workspace.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_experimental_workspace_from_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_internal_production_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_nodes_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_organization_invitation.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_otp_return_api_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_production_job_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_production_service.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_schedule.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_session_from_snapshot_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_session_in_db.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_session_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_structured_output.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_user.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_user_project_collaborator.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_user_project_collaborator_value.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/create_workspace_from_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/createotpreturnapimodel_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/createsessionresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/credit_card_information.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/dataplane_services.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_application_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_compute_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_compute_template_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_interactive_session.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_job_submission.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_list_service_api_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_production_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_production_job_state_transition.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_runtime_env.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_schedule.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_serve_deployment.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_service_event_api_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_session.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_support_request.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decorated_unified_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedbuild_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedbuild_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedinteractivesession_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedjob_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedjob_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedjobsubmission_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedjobsubmission_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedlistserviceapimodel_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedproductionjob_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedproductionjob_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedproductionjobstatetransition_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedproductionservicev2_apimodel_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedruntimeenv_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedruntimeenv_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedschedule_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedschedule_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedservedeployment_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedservedeployment_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedserviceeventapimodel_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedsession_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedsession_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedsupportrequest_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedsupportrequest_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedunifiedjob_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/deployment_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/dismissal_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/ebs_block_device.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/error.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/execute_command_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/execute_interactive_command_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/execute_shell_command_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/executecommandresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/experimental_workspace.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/experimentalworkspace_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/experimentalworkspace_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/external_service_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/external_service_status_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/external_terminal_command.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/externalservicestatusresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/feature_compatibility.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/feature_flag_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/featureflagresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/gcp_file_store_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/gcp_node_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/ha_job_states.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/ha_job_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/ha_jobs_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/head_ip.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/headip_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/historical_cost_granularity.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/historical_costs.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/historicalcosts_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/http_validation_error.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/idle_termination_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance_external_ip.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance_id.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance_internal_ip.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance_is_running.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance_is_terminated.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance_pool_member.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instance_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instanceexternalip_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instanceid_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instanceinternalip_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instanceisrunning_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instanceisterminated_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/instancepoolmember_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/integration_details.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/interactive_session_logs.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/interactivesessionlogs_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/internal_production_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/internalproductionjob_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/invoice.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/invoice_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/invoice_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/invoices_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/job_access.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/job_run_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/job_state_log_level_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/job_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/job_submissions_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/jobs_logs.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/jobs_logs_query_info.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/jobslogs_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/jobslogsqueryinfo_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/json_patch_operation.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/list_response_metadata.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/log_detail.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/log_details.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/log_download_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/log_download_request.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/log_download_result.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/log_file_chunk.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/log_filter.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/log_level_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/log_stream.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/logdetails_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/login_user_params.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/logs_output.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/logsoutput_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/logstream_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_cloud.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_cluster.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_compute_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_job_run.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_namespace.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_organization.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_production_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_runtime_environment.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_schedule.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/mini_user.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/minibuild_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/minicomputetemplate_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/miniproject_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/monitor_logs_extension.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/network_interface.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/node_registration.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/node_registration_aws.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/node_registration_gcp.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/node_registration_v2.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/node_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/nodes_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/non_terminated_nodes_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/onboarding_user_cards_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organization.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organization_availability.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organization_collaborator.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organization_invitation.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organization_invitation_base.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organization_permission_level.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organization_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organizationavailability_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organizationcollaborator_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organizationinvitation_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organizationinvitation_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organizationinvitationbase_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/page_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/pause_schedule.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/permission_level.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/pool_config_info.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/pool_instance.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/poolconfiginfo_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/poolinstance_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/product_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/production_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/production_job_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/productionjob_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_base.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_collaborator.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_collaborator_value.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_collaborators_put_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_create_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_default_session_name.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_delete_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_patch_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/project_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/projectbase_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/projectcollaborator_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/projectdefaultsessionname_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/projects_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/provider_metadata.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/providermetadata_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/python_modules.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/query_pool_size.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/request_instance_pool_member.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/request_otp_return_api_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/request_password_reset_params.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/requestotpreturnapimodel_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/reset_password_params.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/resource_historical_costs.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/resources.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/rollout_strategy.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/s3_download_location.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/schedule_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/serve_deployment_logs.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/servedeploymentlogs_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/server_session_token.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/serversessiontoken_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_account.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_event_current_state.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_event_level.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_event_origin.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_event_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_goal_states.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_observability_urls.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/service_usage.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_access.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_autosync_sessions_update_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_command.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_command_finish_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_command_id.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_command_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_create_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_delete_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_describe.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_details.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_event.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_event_cause.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_event_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_execute_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_finish_command_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_history_item.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_kill_command_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_patch_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_ssh_key.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_state.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_state_change_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_state_data.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/session_stopping_data.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sessioncommandid_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sessiondescribe_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sessiondetails_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sessions_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sessionsshkey_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/set_node_tags_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/setup_initialize_session_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/show_otp_source_return_api_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/snapshot_create_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/snapshot_delete_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/snapshot_patch_message.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/socket_message_schemas.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/socket_message_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/socketmessageschemas_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/socketmessagetypes_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sort_order.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/sso_login_info.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/ssologininfo_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/start_session_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/stop_session_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/stream_publish_request.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/structured_output.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/structuredoutput_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/support_requests_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/text_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/timestamped_logs_output.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/timestampedlogsoutput_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/tool.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/unified_job_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/unified_job_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/unified_job_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/update_cluster_dns.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/update_compute_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/update_organization_collaborator.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/update_project_collaborator.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/upload_session_command_logs_locations.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/uploadsessioncommandlogslocations_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/user_info.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/user_resend_email_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/user_service_access_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/userinfo_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/validate_otp_params_api_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/validation_error.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/visibility.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/wait_until_stopped_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/wand_b_run_details.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/web_terminal.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/webterminal_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/webterminal_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/worker_node_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/workspace_readme.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/workspace_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/workspacereadme_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/workspacetemplate_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/write_cloud.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/write_cluster_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/write_project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/write_session.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/models/write_support_request.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/openapi_client/rest.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/requirements.txt +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/setup.cfg +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/setup.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/test-requirements.txt +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/client/tox.ini +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/cloud.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/cloud_resource.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/cluster.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/cluster_compute.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/cluster_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/cluster_env.py +0 -0
- {anyscale-0.5.122/anyscale/autoscaler/aws → anyscale-0.5.123/anyscale/commands}/__init__.py +0 -0
- {anyscale-0.5.122/anyscale/autoscaler/gcp → anyscale-0.5.123/anyscale/commands/anyscale_api}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/anyscale_api/api_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/anyscale_api/session_commands_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/anyscale_api/session_operations_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/anyscale_api/sessions_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/auth_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/cluster_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/cluster_env_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/config_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/exec_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/experimental_integrations_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/job_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/list_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/login_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/logs_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/migrate_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/project_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/schedule_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/service_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/session_commands_hidden.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/commands/workspace_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/component_activity_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/conf.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/connect.py +0 -0
- {anyscale-0.5.122/anyscale/background → anyscale-0.5.123/anyscale/connect_utils}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/connect_utils/prepare_cluster.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/connect_utils/project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/connect_utils/start_interactive_session.py +0 -0
- {anyscale-0.5.122/anyscale/commands → anyscale-0.5.123/anyscale/controllers}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/auth_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/base_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/cluster_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/cluster_env_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/config_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/exec_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/experimental_integrations_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/job_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/jobs_bg_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/list_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/logs_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/project_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/schedule_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/service_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/session_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/controllers/workspace_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/feature_flags.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/fingerprint.py +0 -0
- {anyscale-0.5.122/anyscale/commands/anyscale_api → anyscale-0.5.123/anyscale/formatters}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/formatters/clouds_formatter.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/formatters/common_formatter.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/formatters/service_formatter.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/gcp_verification.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/integrations.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/links.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/models/job_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/models/service_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/api/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/api/default_api.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/api_client.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/configuration.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/exceptions.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/app_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/appconfig_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/archive_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/aws_node_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/aws_tag.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/base_job_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/baseimagesenum.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/block_device_mapping.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/build_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/build_log_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/build_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/build_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cloud.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cloud_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cloud_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cloud_providers.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cloud_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cloud_state.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cloud_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cloud_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cloud_version.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clouds_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_compute.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_compute_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_computes_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_environment.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_environment_build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_head_node_info.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_operation.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_services_urls.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/cluster_state.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clustercompute_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clustercompute_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clusterenvironment_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/clusters_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/compute_node_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/compute_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/compute_template_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/computetemplate_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_app_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_cloud.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_cluster.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_cluster_compute.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_cluster_environment.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_cluster_environment_build.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_production_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_production_job_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_production_service.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_schedule.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_session.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_session_command.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/create_sso_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/ebs_block_device.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/gcp_node_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/ha_job_states.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/http_validation_error.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/idle_termination_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/job_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/job_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/job_run_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/job_status.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/jobs_logs.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/jobs_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/jobslogs_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/list_response_metadata.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/list_service_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/listservicemodel_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/log_download_result.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/log_file_chunk.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/log_level_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/log_stream.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/logstream_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/network_interface.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/node_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/operation_error.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/operation_progress.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/operation_result.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/organization.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/organization_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/page_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/pause_schedule.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/production_job.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/production_job_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/production_service.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/production_service_v2_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/production_service_v2_version_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/productionjob_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/productionjob_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/productionservice_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/productionservice_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/productionservicev2_model_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/project_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/project_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/projects_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/python_modules.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/python_version.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/resources.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/rollout_strategy.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/runtime_environment.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/runtimeenvironment_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/schedule_api_model.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/schedule_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/scheduleapimodel_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/scheduleapimodel_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/service_account.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/service_event_current_state.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/service_goal_states.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/service_observability_urls.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/service_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/service_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_command.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_command_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_event.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_event_cause.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_event_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_operation.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_state.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_state_data.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/session_stopping_data.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/sessioncommand_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/sessions_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/sort_order.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/sso_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/sso_mode.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/ssoconfig_response.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/start_cluster_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/start_session_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/static_sso_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/terminate_cluster_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/text_query.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/update_app_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/update_cloud.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/update_cluster.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/update_organization.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/update_project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/update_session.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/user_service_access_types.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/validation_error.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/models/worker_node_type.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/rest.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/sdk/anyscale_client/sdk.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/aws.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/conf.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/default_anyscale_aws.yaml +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/default_anyscale_gcp.yaml +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/headers.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/test_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/utils/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/utils/asyncio.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/utils/byod.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/utils/id_gen.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/utils/protected_string.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/shared_anyscale_utils/utils/ray_semver.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/snapshot.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/snapshot_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/tables.py +0 -0
- {anyscale-0.5.122/anyscale/connect_utils → anyscale-0.5.123/anyscale/utils}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/aws_credentials_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/cloud_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/connect_helpers.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/deprecation_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/entity_arg_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/env_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/gcp_managed_setup_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/gcp_utils.py +0 -0
- {anyscale-0.5.122/anyscale/controllers → anyscale-0.5.123/anyscale/utils/imports}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/imports/all.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/imports/gcp.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/logs_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/name_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/network_verification.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/ray_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/ray_version_checker.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/runtime_env.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/s3.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/utils/workload_types.py +0 -0
- {anyscale-0.5.122/anyscale/formatters → anyscale-0.5.123/anyscale/webterminal}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/webterminal/bash-preexec.sh +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/webterminal/command_persister.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/webterminal/utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/webterminal/webterminal.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale/workspace.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale.egg-info/dependency_links.txt +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale.egg-info/entry_points.txt +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale.egg-info/not-zip-safe +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/anyscale.egg-info/top_level.txt +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/setup.cfg +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/setup.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/BUILD.bazel +0 -0
- {anyscale-0.5.122/anyscale/utils → anyscale-0.5.123/tests}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/api_utils/BUILD.bazel +0 -0
- {anyscale-0.5.122/anyscale/utils/imports → anyscale-0.5.123/tests/api_utils}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/api_utils/conftest.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/api_utils/test_job_logs_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/api_utils/test_job_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/api_utils/test_logs_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/clientLibraryConfig-aws-pool.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/cloud_formation_template.txt +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/commands/BUILD.bazel +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/commands/test_login_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/commands/test_service_commands.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/conftest.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/connect_utils/BUILD.bazel +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/connect_utils/test_prepare_cluster.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/connect_utils/test_project_block.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/connect_utils/test_start_interactive_session.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/BUILD.bazel +0 -0
- {anyscale-0.5.122/anyscale/webterminal → anyscale-0.5.123/tests/controllers}/__init__.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_auth_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_base_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_cluster_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_cluster_env_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_config_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_exec_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_job_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_list_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_logs_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_project_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_schedule_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_service_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/controllers/test_session_controller.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/formatters/BUILD.bazel +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/formatters/test_service_formatter.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/access_service_account_permissions.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/add_firewall_policy_rule.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/add_firewall_policy_rule_done.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/add_firewall_policy_rule_error.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/associate_firewall_policy.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/associate_firewall_policy_done.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/create_workload_identity_pool.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/create_workload_identity_provider.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/dataplane_service_account.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/delete_workload_identity_pool.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/deployment_delete.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/deployment_get.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/deployment_update.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/enable_api_operation.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/firewall_policy_get.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/get_service_account.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/get_workload_identity_pool.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/global_firewall.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/global_firewall_wrong_vpc.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/manifest_get.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/networks.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/operation_completed.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/operation_error.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/project_apis_enabled.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/project_get.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/project_get_iam_policy.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/project_get_iam_policy_role_exists.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/project_get_inactive.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/project_iam_binding_access.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/project_iam_bindings.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/project_set_iam_policy.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/project_set_iam_policy_role_exists.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/regional_filestore.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/regional_filestore_vpc_private_access.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/regional_filestore_west_region.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/regional_filestore_wrong_vpc.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/regional_firewall.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/remove_firewall_vpc_association.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/remove_firewall_vpc_association_done.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/remove_firewall_vpc_association_error.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/storage_bucket.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/storage_bucket_policy.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/storage_dual_region.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/storage_single_region.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/subnetworks.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/subnetworks_other.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/gcp_responses/zonal_filestore.json +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/sdk/BUILD.bazel +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/sdk/test_upload_working_dir.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_authenticate.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_cli_logger.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_cli_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_cloud.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_cloud_resource.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_cluster.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_cluster_compute.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_cluster_config.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_cluster_env.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_component_activity.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_connect.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_connect_helpers.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_gcp_managed_setup_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_gcp_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_gcp_verification.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_imports_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_init.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_integrations.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_job_output.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_network_utils.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_project.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_ray_version_checker.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_runtime_env.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_s3.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_snapshot_util.py +0 -0
- {anyscale-0.5.122 → anyscale-0.5.123}/tests/test_util.py +0 -0
|
@@ -101,6 +101,13 @@ def cloud_set_default(
|
|
|
101
101
|
required=False,
|
|
102
102
|
type=str,
|
|
103
103
|
)
|
|
104
|
+
@click.option(
|
|
105
|
+
"--functional-verify",
|
|
106
|
+
help="Verify the cloud is functional. This will check that the cloud can launch workspace/service.",
|
|
107
|
+
required=False,
|
|
108
|
+
is_flag=False,
|
|
109
|
+
flag_value="workspace",
|
|
110
|
+
)
|
|
104
111
|
@click.option(
|
|
105
112
|
"--anyscale-managed",
|
|
106
113
|
is_flag=True,
|
|
@@ -119,6 +126,7 @@ def setup_cloud( # noqa: PLR0913
|
|
|
119
126
|
region: str,
|
|
120
127
|
name: str,
|
|
121
128
|
project_id: str,
|
|
129
|
+
functional_verify: Optional[str],
|
|
122
130
|
anyscale_managed: bool, # noqa: ARG001
|
|
123
131
|
use_legacy_stack: bool,
|
|
124
132
|
) -> None:
|
|
@@ -133,6 +141,7 @@ def setup_cloud( # noqa: PLR0913
|
|
|
133
141
|
provider=provider,
|
|
134
142
|
region=region,
|
|
135
143
|
name=name,
|
|
144
|
+
functional_verify=functional_verify,
|
|
136
145
|
cluster_management_stack_version=cluster_management_stack_version,
|
|
137
146
|
)
|
|
138
147
|
elif provider == "gcp":
|
|
@@ -143,6 +152,7 @@ def setup_cloud( # noqa: PLR0913
|
|
|
143
152
|
region=region,
|
|
144
153
|
name=name,
|
|
145
154
|
project_id=project_id,
|
|
155
|
+
functional_verify=functional_verify,
|
|
146
156
|
cluster_management_stack_version=cluster_management_stack_version,
|
|
147
157
|
)
|
|
148
158
|
|
|
@@ -402,6 +412,13 @@ def cloud_secrets(
|
|
|
402
412
|
hidden=True,
|
|
403
413
|
help="Whether to use the legacy stack.",
|
|
404
414
|
)
|
|
415
|
+
@click.option(
|
|
416
|
+
"--functional-verify",
|
|
417
|
+
help="Verify the cloud is functional. This will check that the cloud can launch workspace/service.",
|
|
418
|
+
required=False,
|
|
419
|
+
is_flag=False,
|
|
420
|
+
flag_value="workspace",
|
|
421
|
+
)
|
|
405
422
|
@click.option(
|
|
406
423
|
"--yes", "-y", is_flag=True, default=False, help="Skip asking for confirmation."
|
|
407
424
|
)
|
|
@@ -426,6 +443,7 @@ def register_cloud( # noqa: PLR0913
|
|
|
426
443
|
provider_name: str,
|
|
427
444
|
firewall_policy_names: str,
|
|
428
445
|
cloud_storage_bucket_name: str,
|
|
446
|
+
functional_verify: Optional[str],
|
|
429
447
|
private_network: bool,
|
|
430
448
|
use_legacy_stack: bool,
|
|
431
449
|
yes: bool,
|
|
@@ -457,6 +475,7 @@ def register_cloud( # noqa: PLR0913
|
|
|
457
475
|
instance_iam_role_id=instance_iam_role_id,
|
|
458
476
|
security_group_ids=security_group_ids.split(","),
|
|
459
477
|
s3_bucket_id=s3_bucket_id,
|
|
478
|
+
functional_verify=functional_verify,
|
|
460
479
|
private_network=private_network,
|
|
461
480
|
cluster_management_stack_version=ClusterManagementStackVersions.V1
|
|
462
481
|
if use_legacy_stack
|
|
@@ -514,6 +533,7 @@ def register_cloud( # noqa: PLR0913
|
|
|
514
533
|
provider_id=provider_name,
|
|
515
534
|
firewall_policy_names=firewall_policy_names.split(","),
|
|
516
535
|
cloud_storage_bucket_name=cloud_storage_bucket_name,
|
|
536
|
+
functional_verify=functional_verify,
|
|
517
537
|
private_network=private_network,
|
|
518
538
|
cluster_management_stack_version=ClusterManagementStackVersions.V1
|
|
519
539
|
if use_legacy_stack
|
|
@@ -535,6 +555,13 @@ def register_cloud( # noqa: PLR0913
|
|
|
535
555
|
help="Verify cloud by cloud id, alternative to cloud name.",
|
|
536
556
|
required=False,
|
|
537
557
|
)
|
|
558
|
+
@click.option(
|
|
559
|
+
"--functional-verify",
|
|
560
|
+
help="Verify the cloud is functional. This will check that the cloud can launch workspace/service.",
|
|
561
|
+
required=False,
|
|
562
|
+
is_flag=False,
|
|
563
|
+
flag_value="workspace",
|
|
564
|
+
)
|
|
538
565
|
@click.option(
|
|
539
566
|
"--strict",
|
|
540
567
|
is_flag=True,
|
|
@@ -545,6 +572,7 @@ def cloud_verify(
|
|
|
545
572
|
cloud_name: Optional[str],
|
|
546
573
|
name: Optional[str],
|
|
547
574
|
cloud_id: Optional[str],
|
|
575
|
+
functional_verify: Optional[str],
|
|
548
576
|
strict: bool = False,
|
|
549
577
|
) -> bool:
|
|
550
578
|
if cloud_name and name and cloud_name != name:
|
|
@@ -554,5 +582,8 @@ def cloud_verify(
|
|
|
554
582
|
)
|
|
555
583
|
|
|
556
584
|
return CloudController().verify_cloud(
|
|
557
|
-
cloud_name=cloud_name or name,
|
|
585
|
+
cloud_name=cloud_name or name,
|
|
586
|
+
cloud_id=cloud_id,
|
|
587
|
+
functional_verify=functional_verify,
|
|
588
|
+
strict=strict,
|
|
558
589
|
)
|
|
@@ -2,7 +2,7 @@ from typing import IO, Optional
|
|
|
2
2
|
|
|
3
3
|
import click
|
|
4
4
|
|
|
5
|
-
from anyscale.controllers.
|
|
5
|
+
from anyscale.controllers.compute_config_controller import ComputeConfigController
|
|
6
6
|
from anyscale.util import validate_non_negative_arg
|
|
7
7
|
from anyscale.utils.entity_arg_utils import format_inputs_to_entity
|
|
8
8
|
|
|
@@ -12,11 +12,11 @@ from anyscale.utils.entity_arg_utils import format_inputs_to_entity
|
|
|
12
12
|
short_help="Manage compute configurations on Anyscale.",
|
|
13
13
|
help="Manages compute configurations to define cloud resource types and limitations.",
|
|
14
14
|
)
|
|
15
|
-
def
|
|
15
|
+
def compute_config_cli() -> None:
|
|
16
16
|
pass
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
@
|
|
19
|
+
@compute_config_cli.command(
|
|
20
20
|
name="create",
|
|
21
21
|
help=(
|
|
22
22
|
"Creates a new compute config. This accepts a yaml that follows the schema defined "
|
|
@@ -34,10 +34,10 @@ def cluster_compute_cli() -> None:
|
|
|
34
34
|
def create_cluster_compute(
|
|
35
35
|
cluster_compute_file: IO[bytes], name: Optional[str]
|
|
36
36
|
) -> None:
|
|
37
|
-
|
|
37
|
+
ComputeConfigController().create(cluster_compute_file, name)
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
@
|
|
40
|
+
@compute_config_cli.command(
|
|
41
41
|
name="delete", help="Delete the specified compute config.", hidden=True
|
|
42
42
|
)
|
|
43
43
|
@click.argument("cluster-compute-name", type=str, required=False)
|
|
@@ -64,10 +64,10 @@ def delete_cluster_compute(
|
|
|
64
64
|
raise click.ClickException(
|
|
65
65
|
"Please only provide one of [CLUSTER_COMPUTE_NAME] or --name."
|
|
66
66
|
)
|
|
67
|
-
|
|
67
|
+
ComputeConfigController().delete(cluster_compute_name or name, cluster_compute_id)
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
@
|
|
70
|
+
@compute_config_cli.command(
|
|
71
71
|
name="archive", help="Archive the specified compute config.",
|
|
72
72
|
)
|
|
73
73
|
@click.argument("cluster-compute-name", type=str, required=False)
|
|
@@ -95,10 +95,10 @@ def archive_cluster_compute(
|
|
|
95
95
|
"Please only provide one of [CLUSTER_COMPUTE_NAME] or --name."
|
|
96
96
|
)
|
|
97
97
|
entity = format_inputs_to_entity(cluster_compute_name or name, cluster_compute_id)
|
|
98
|
-
|
|
98
|
+
ComputeConfigController().archive(entity)
|
|
99
99
|
|
|
100
100
|
|
|
101
|
-
@
|
|
101
|
+
@compute_config_cli.command(
|
|
102
102
|
name="list",
|
|
103
103
|
help=(
|
|
104
104
|
"List information about compute configs on Anyscale. By default only list "
|
|
@@ -139,7 +139,7 @@ def list( # noqa: A001
|
|
|
139
139
|
include_shared: bool,
|
|
140
140
|
max_items: int,
|
|
141
141
|
) -> None:
|
|
142
|
-
cluster_compute_controller =
|
|
142
|
+
cluster_compute_controller = ComputeConfigController()
|
|
143
143
|
cluster_compute_controller.list(
|
|
144
144
|
cluster_compute_name=name,
|
|
145
145
|
cluster_compute_id=cluster_compute_id,
|
|
@@ -148,7 +148,7 @@ def list( # noqa: A001
|
|
|
148
148
|
)
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
@
|
|
151
|
+
@compute_config_cli.command(
|
|
152
152
|
name="get", help=("Get details about compute configuration."),
|
|
153
153
|
)
|
|
154
154
|
@click.argument("cluster-compute-name", required=False)
|
|
@@ -160,7 +160,7 @@ def list( # noqa: A001
|
|
|
160
160
|
help=("Get details about compute configuration by this id."),
|
|
161
161
|
)
|
|
162
162
|
def get(cluster_compute_name: Optional[str], cluster_compute_id: Optional[str]) -> None:
|
|
163
|
-
cluster_compute_controller =
|
|
163
|
+
cluster_compute_controller = ComputeConfigController()
|
|
164
164
|
cluster_compute_controller.get(
|
|
165
165
|
cluster_compute_name=cluster_compute_name,
|
|
166
166
|
cluster_compute_id=cluster_compute_id,
|
|
@@ -58,6 +58,9 @@ from anyscale.cloud_resource import (
|
|
|
58
58
|
)
|
|
59
59
|
from anyscale.conf import ANYSCALE_IAM_ROLE_NAME
|
|
60
60
|
from anyscale.controllers.base_controller import BaseController
|
|
61
|
+
from anyscale.controllers.cloud_functional_verification_controller import (
|
|
62
|
+
CloudFunctionalVerificationController,
|
|
63
|
+
)
|
|
61
64
|
from anyscale.formatters import clouds_formatter
|
|
62
65
|
from anyscale.shared_anyscale_utils.aws import AwsRoleArn, get_dataplane_role_arn
|
|
63
66
|
from anyscale.shared_anyscale_utils.conf import ANYSCALE_ENV
|
|
@@ -623,9 +626,11 @@ class CloudController(BaseController):
|
|
|
623
626
|
|
|
624
627
|
def setup_managed_cloud(
|
|
625
628
|
self,
|
|
629
|
+
*,
|
|
626
630
|
provider: str,
|
|
627
631
|
region: str,
|
|
628
632
|
name: str,
|
|
633
|
+
functional_verify: Optional[str],
|
|
629
634
|
cluster_management_stack_version: ClusterManagementStackVersions,
|
|
630
635
|
project_id: str = None,
|
|
631
636
|
_use_strict_iam_permissions: bool = False, # This should only be used in testing.
|
|
@@ -633,6 +638,9 @@ class CloudController(BaseController):
|
|
|
633
638
|
"""
|
|
634
639
|
Sets up a cloud provider
|
|
635
640
|
"""
|
|
641
|
+
functions_to_verify = self._validate_functional_verification_args(
|
|
642
|
+
functional_verify
|
|
643
|
+
)
|
|
636
644
|
if provider == "aws":
|
|
637
645
|
with self.log.spinner("Preparing environment for cloud setup..."):
|
|
638
646
|
(
|
|
@@ -746,6 +754,13 @@ class CloudController(BaseController):
|
|
|
746
754
|
f"Invalid Cloud provider: {provider}. Available providers are [aws, gcp]."
|
|
747
755
|
)
|
|
748
756
|
|
|
757
|
+
if len(functions_to_verify) > 0:
|
|
758
|
+
CloudFunctionalVerificationController(self.log).start_verification(
|
|
759
|
+
cloud_id,
|
|
760
|
+
self._get_cloud_provider_from_str(provider),
|
|
761
|
+
functions_to_verify,
|
|
762
|
+
)
|
|
763
|
+
|
|
749
764
|
def update_cloud_config(
|
|
750
765
|
self,
|
|
751
766
|
cloud_name: Optional[str],
|
|
@@ -1021,10 +1036,39 @@ class CloudController(BaseController):
|
|
|
1021
1036
|
def _passed_or_failed_str_from_bool(self, is_passing: bool) -> str:
|
|
1022
1037
|
return "PASSED" if is_passing else "FAILED"
|
|
1023
1038
|
|
|
1024
|
-
|
|
1039
|
+
@staticmethod
|
|
1040
|
+
def _get_cloud_provider_from_str(provider: str) -> CloudProviders:
|
|
1041
|
+
if provider.lower() == "aws":
|
|
1042
|
+
return CloudProviders.AWS
|
|
1043
|
+
elif provider.lower() == "gcp":
|
|
1044
|
+
return CloudProviders.GCP
|
|
1045
|
+
else:
|
|
1046
|
+
raise ClickException(
|
|
1047
|
+
f"Unsupported provider {provider}. Supported providers are [aws, gcp]."
|
|
1048
|
+
)
|
|
1049
|
+
|
|
1050
|
+
def _validate_functional_verification_args(
|
|
1051
|
+
self, functional_verify: Optional[str]
|
|
1052
|
+
) -> List[str]:
|
|
1053
|
+
if functional_verify is None:
|
|
1054
|
+
return []
|
|
1055
|
+
# validate functional_verify
|
|
1056
|
+
supported_functions = "workspace" # TODO (congding): add service
|
|
1057
|
+
functions_to_verify = set()
|
|
1058
|
+
for function in functional_verify.split(","):
|
|
1059
|
+
if function.lower() not in supported_functions:
|
|
1060
|
+
raise ClickException(
|
|
1061
|
+
f"Unsupported function {function} for --functional-verify. Supported functions are {list(supported_functions)}"
|
|
1062
|
+
)
|
|
1063
|
+
functions_to_verify.add(function.lower())
|
|
1064
|
+
return list(functions_to_verify)
|
|
1065
|
+
|
|
1066
|
+
def verify_cloud( # noqa: PLR0911
|
|
1025
1067
|
self,
|
|
1068
|
+
*,
|
|
1026
1069
|
cloud_name: Optional[str],
|
|
1027
1070
|
cloud_id: Optional[str],
|
|
1071
|
+
functional_verify: Optional[str],
|
|
1028
1072
|
boto3_session: Optional[Any] = None,
|
|
1029
1073
|
strict: bool = False,
|
|
1030
1074
|
_use_strict_iam_permissions: bool = False, # This should only be used in testing.
|
|
@@ -1032,6 +1076,10 @@ class CloudController(BaseController):
|
|
|
1032
1076
|
"""
|
|
1033
1077
|
Verifies a cloud by name or id.
|
|
1034
1078
|
"""
|
|
1079
|
+
functions_to_verify = self._validate_functional_verification_args(
|
|
1080
|
+
functional_verify
|
|
1081
|
+
)
|
|
1082
|
+
|
|
1035
1083
|
cloud_id, cloud_name = get_cloud_id_and_name(
|
|
1036
1084
|
self.api_client, cloud_id, cloud_name
|
|
1037
1085
|
)
|
|
@@ -1056,7 +1104,7 @@ class CloudController(BaseController):
|
|
|
1056
1104
|
if cloud.provider == "AWS":
|
|
1057
1105
|
if boto3_session is None:
|
|
1058
1106
|
boto3_session = boto3.Session(region_name=cloud.region)
|
|
1059
|
-
|
|
1107
|
+
if not self.verify_aws_cloud_resources(
|
|
1060
1108
|
cloud_resource=cloud_resource,
|
|
1061
1109
|
boto3_session=boto3_session,
|
|
1062
1110
|
region=cloud.region,
|
|
@@ -1067,23 +1115,32 @@ class CloudController(BaseController):
|
|
|
1067
1115
|
else False,
|
|
1068
1116
|
strict=strict,
|
|
1069
1117
|
_use_strict_iam_permissions=_use_strict_iam_permissions,
|
|
1070
|
-
)
|
|
1118
|
+
):
|
|
1119
|
+
return False
|
|
1071
1120
|
elif cloud.provider == "GCP":
|
|
1072
1121
|
project_id = json.loads(cloud.credentials)["project_id"]
|
|
1073
|
-
|
|
1122
|
+
if not self.verify_gcp_cloud_resources(
|
|
1074
1123
|
cloud_resource=cloud_resource,
|
|
1075
1124
|
project_id=project_id,
|
|
1076
1125
|
region=cloud.region,
|
|
1077
1126
|
cloud_id=cloud_id,
|
|
1078
1127
|
yes=False,
|
|
1079
1128
|
strict=strict,
|
|
1080
|
-
)
|
|
1129
|
+
):
|
|
1130
|
+
return False
|
|
1081
1131
|
else:
|
|
1082
1132
|
self.log.error(
|
|
1083
1133
|
f"This cloud {cloud_name}({cloud_id}) does not have a valid cloud provider."
|
|
1084
1134
|
)
|
|
1085
1135
|
return False
|
|
1086
1136
|
|
|
1137
|
+
if len(functions_to_verify) == 0:
|
|
1138
|
+
return True
|
|
1139
|
+
|
|
1140
|
+
return CloudFunctionalVerificationController(self.log).start_verification(
|
|
1141
|
+
cloud_id, cloud.provider, functions_to_verify
|
|
1142
|
+
)
|
|
1143
|
+
|
|
1087
1144
|
def verify_aws_cloud_resources(
|
|
1088
1145
|
self,
|
|
1089
1146
|
*,
|
|
@@ -1195,6 +1252,7 @@ class CloudController(BaseController):
|
|
|
1195
1252
|
|
|
1196
1253
|
def register_aws_cloud( # noqa: PLR0913
|
|
1197
1254
|
self,
|
|
1255
|
+
*,
|
|
1198
1256
|
region: str,
|
|
1199
1257
|
name: str,
|
|
1200
1258
|
vpc_id: str,
|
|
@@ -1204,10 +1262,14 @@ class CloudController(BaseController):
|
|
|
1204
1262
|
instance_iam_role_id: str,
|
|
1205
1263
|
security_group_ids: List[str],
|
|
1206
1264
|
s3_bucket_id: str,
|
|
1265
|
+
functional_verify: Optional[str],
|
|
1207
1266
|
private_network: bool,
|
|
1208
1267
|
cluster_management_stack_version: ClusterManagementStackVersions,
|
|
1209
1268
|
yes: bool = False,
|
|
1210
1269
|
):
|
|
1270
|
+
functions_to_verify = self._validate_functional_verification_args(
|
|
1271
|
+
functional_verify
|
|
1272
|
+
)
|
|
1211
1273
|
# Create a cloud without cloud resources first
|
|
1212
1274
|
try:
|
|
1213
1275
|
created_cloud = self.api_client.create_cloud_api_v2_clouds_post(
|
|
@@ -1302,6 +1364,11 @@ class CloudController(BaseController):
|
|
|
1302
1364
|
f"Successfully created cloud {name}, id: {cloud_id}, and it's ready to use."
|
|
1303
1365
|
)
|
|
1304
1366
|
|
|
1367
|
+
if len(functions_to_verify) > 0:
|
|
1368
|
+
CloudFunctionalVerificationController(self.log).start_verification(
|
|
1369
|
+
cloud_id, CloudProviders.AWS, functions_to_verify
|
|
1370
|
+
)
|
|
1371
|
+
|
|
1305
1372
|
def verify_gcp_cloud_resources(
|
|
1306
1373
|
self,
|
|
1307
1374
|
*,
|
|
@@ -1377,6 +1444,7 @@ class CloudController(BaseController):
|
|
|
1377
1444
|
|
|
1378
1445
|
def register_gcp_cloud( # noqa: PLR0913
|
|
1379
1446
|
self,
|
|
1447
|
+
*,
|
|
1380
1448
|
region: str,
|
|
1381
1449
|
name: str,
|
|
1382
1450
|
project_id: str,
|
|
@@ -1389,10 +1457,14 @@ class CloudController(BaseController):
|
|
|
1389
1457
|
provider_id: str,
|
|
1390
1458
|
firewall_policy_names: List[str],
|
|
1391
1459
|
cloud_storage_bucket_name: str,
|
|
1460
|
+
functional_verify: Optional[str],
|
|
1392
1461
|
private_network: bool,
|
|
1393
1462
|
cluster_management_stack_version: ClusterManagementStackVersions,
|
|
1394
1463
|
yes: bool = False,
|
|
1395
1464
|
):
|
|
1465
|
+
functions_to_verify = self._validate_functional_verification_args(
|
|
1466
|
+
functional_verify
|
|
1467
|
+
)
|
|
1396
1468
|
gcp_utils = try_import_gcp_utils()
|
|
1397
1469
|
|
|
1398
1470
|
# Create a cloud without cloud resources first
|
|
@@ -1488,6 +1560,11 @@ class CloudController(BaseController):
|
|
|
1488
1560
|
f"Successfully created cloud {name}, id: {cloud_id}, and it's ready to use."
|
|
1489
1561
|
)
|
|
1490
1562
|
|
|
1563
|
+
if len(functions_to_verify) > 0:
|
|
1564
|
+
CloudFunctionalVerificationController(self.log).start_verification(
|
|
1565
|
+
cloud_id, CloudProviders.GCP, functions_to_verify
|
|
1566
|
+
)
|
|
1567
|
+
|
|
1491
1568
|
def delete_cloud( # noqa: PLR0912
|
|
1492
1569
|
self,
|
|
1493
1570
|
cloud_name: Optional[str],
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
from datetime import datetime
|
|
2
|
+
import time
|
|
3
|
+
from typing import List, Optional
|
|
4
|
+
|
|
5
|
+
from click import ClickException, confirm
|
|
6
|
+
|
|
7
|
+
from anyscale.cli_logger import LogsLogger
|
|
8
|
+
from anyscale.client.openapi_client.models.cloud_providers import CloudProviders
|
|
9
|
+
from anyscale.client.openapi_client.models.create_experimental_workspace import (
|
|
10
|
+
CreateExperimentalWorkspace,
|
|
11
|
+
)
|
|
12
|
+
from anyscale.client.openapi_client.models.session_state import SessionState
|
|
13
|
+
from anyscale.cluster_env import get_default_cluster_env_build
|
|
14
|
+
from anyscale.controllers.base_controller import BaseController
|
|
15
|
+
from anyscale.project import get_default_project
|
|
16
|
+
from anyscale.sdk.anyscale_client.models.compute_node_type import ComputeNodeType
|
|
17
|
+
from anyscale.sdk.anyscale_client.models.compute_template_query import (
|
|
18
|
+
ComputeTemplateQuery,
|
|
19
|
+
)
|
|
20
|
+
from anyscale.sdk.anyscale_client.models.create_cluster_compute import (
|
|
21
|
+
CreateClusterCompute,
|
|
22
|
+
)
|
|
23
|
+
from anyscale.sdk.anyscale_client.models.create_cluster_compute_config import (
|
|
24
|
+
CreateClusterComputeConfig,
|
|
25
|
+
)
|
|
26
|
+
from anyscale.util import get_endpoint
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
POLL_INTERVAL_SECONDS = 10
|
|
30
|
+
WORKSPACE_VERIFICATION_TIMEOUT_MINUTES = 10
|
|
31
|
+
|
|
32
|
+
# default values for cluster compute config
|
|
33
|
+
MAXIMUM_UPTIME_MINUTES = 15
|
|
34
|
+
IDLE_TERMINATION_MINUTES = 5
|
|
35
|
+
HEAD_NODE_TYPE_AWS = "m5.xlarge"
|
|
36
|
+
HEAD_NODE_TYPE_GCP = "n1-standard-2"
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
class CloudFunctionalVerificationController(BaseController):
|
|
40
|
+
def __init__(
|
|
41
|
+
self, log: Optional[LogsLogger] = None, initialize_auth_api_client: bool = True,
|
|
42
|
+
):
|
|
43
|
+
if log is None:
|
|
44
|
+
log = LogsLogger()
|
|
45
|
+
|
|
46
|
+
super().__init__(initialize_auth_api_client=initialize_auth_api_client)
|
|
47
|
+
self.log = log
|
|
48
|
+
|
|
49
|
+
@staticmethod
|
|
50
|
+
def get_head_node_type(cloud_provider: CloudProviders) -> str:
|
|
51
|
+
"""
|
|
52
|
+
Get the default head node type for the given cloud provider.
|
|
53
|
+
"""
|
|
54
|
+
if cloud_provider == CloudProviders.AWS:
|
|
55
|
+
return HEAD_NODE_TYPE_AWS
|
|
56
|
+
elif cloud_provider == CloudProviders.GCP:
|
|
57
|
+
return HEAD_NODE_TYPE_GCP
|
|
58
|
+
raise ClickException(f"Unsupported cloud provider: {cloud_provider}")
|
|
59
|
+
|
|
60
|
+
def get_or_create_cluster_compute(
|
|
61
|
+
self, cloud_id: str, cloud_provider: CloudProviders
|
|
62
|
+
) -> str:
|
|
63
|
+
"""
|
|
64
|
+
Get or create a cluster compute for cloud functional verification
|
|
65
|
+
"""
|
|
66
|
+
cluster_compute_name = f"functional_verification_{cloud_id}"
|
|
67
|
+
|
|
68
|
+
cluster_computes = self.api_client.search_compute_templates_api_v2_compute_templates_search_post(
|
|
69
|
+
ComputeTemplateQuery(
|
|
70
|
+
orgwide=True,
|
|
71
|
+
name={"equals": cluster_compute_name},
|
|
72
|
+
include_anonymous=True,
|
|
73
|
+
)
|
|
74
|
+
).results
|
|
75
|
+
if len(cluster_computes) > 0:
|
|
76
|
+
return cluster_computes[0].id
|
|
77
|
+
|
|
78
|
+
head_node_instance_type = self.get_head_node_type(cloud_provider)
|
|
79
|
+
# no cluster compute found, create one
|
|
80
|
+
cluster_compute_config = CreateClusterComputeConfig(
|
|
81
|
+
cloud_id=cloud_id,
|
|
82
|
+
max_workers=0,
|
|
83
|
+
allowed_azs=["any"],
|
|
84
|
+
head_node_type=ComputeNodeType(
|
|
85
|
+
name="head_node_type", instance_type=head_node_instance_type,
|
|
86
|
+
),
|
|
87
|
+
maximum_uptime_minutes=MAXIMUM_UPTIME_MINUTES,
|
|
88
|
+
idle_termination_minutes=IDLE_TERMINATION_MINUTES,
|
|
89
|
+
worker_node_types=[],
|
|
90
|
+
)
|
|
91
|
+
if cloud_provider == CloudProviders.AWS:
|
|
92
|
+
cluster_compute_config.aws_advanced_configurations_json = {
|
|
93
|
+
"TagSpecifications": [
|
|
94
|
+
{
|
|
95
|
+
"ResourceType": "instance",
|
|
96
|
+
"Tags": [
|
|
97
|
+
{"Key": "cloud_functional_verification", "Value": cloud_id,}
|
|
98
|
+
],
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
elif cloud_provider == CloudProviders.GCP:
|
|
103
|
+
cluster_compute_config.gcp_advanced_configurations_json = {
|
|
104
|
+
"instance_properties": {
|
|
105
|
+
"labels": {"cloud_functional_verification": cloud_id},
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
cluster_compute = self.anyscale_api_client.create_cluster_compute(
|
|
110
|
+
CreateClusterCompute(
|
|
111
|
+
name=cluster_compute_name,
|
|
112
|
+
config=cluster_compute_config,
|
|
113
|
+
anonymous=True,
|
|
114
|
+
)
|
|
115
|
+
).result
|
|
116
|
+
return cluster_compute.id
|
|
117
|
+
|
|
118
|
+
def verify_workspace(self, cloud_id: str, cloud_provider: CloudProviders) -> bool:
|
|
119
|
+
"""
|
|
120
|
+
Verifies that the workspace is setup correctly on the given cloud
|
|
121
|
+
"""
|
|
122
|
+
self.log.info("Starting workspace verification...")
|
|
123
|
+
confirm(
|
|
124
|
+
"Workspace verification will create a workspace on the cloud. \n"
|
|
125
|
+
f"This will spin up a {self.get_head_node_type(cloud_provider)} instance for about 5 to 10 minutes and will incur costs. \n"
|
|
126
|
+
"The workspace will be terminated after verification. Do you want to continue?",
|
|
127
|
+
abort=True,
|
|
128
|
+
)
|
|
129
|
+
try:
|
|
130
|
+
with self.log.spinner("Preparing to create workspace..."):
|
|
131
|
+
cluster_compute_id = self.get_or_create_cluster_compute(
|
|
132
|
+
cloud_id, cloud_provider
|
|
133
|
+
)
|
|
134
|
+
|
|
135
|
+
cluster_env_build_id = get_default_cluster_env_build(
|
|
136
|
+
self.api_client, self.anyscale_api_client
|
|
137
|
+
).id
|
|
138
|
+
|
|
139
|
+
project_id = get_default_project(
|
|
140
|
+
self.api_client, self.anyscale_api_client, parent_cloud_id=cloud_id
|
|
141
|
+
).id
|
|
142
|
+
except ClickException as e:
|
|
143
|
+
self.log.error(f"Failed to prepare workspace: {e}")
|
|
144
|
+
return False
|
|
145
|
+
|
|
146
|
+
try:
|
|
147
|
+
with self.log.spinner("Creating workspace..."):
|
|
148
|
+
|
|
149
|
+
create_workspace_arg = CreateExperimentalWorkspace(
|
|
150
|
+
name=f"workspace_functional_verification_{cloud_id}_{datetime.utcnow().strftime('%Y%m%d%H%M%S')}",
|
|
151
|
+
description=f"workspace for cloud {cloud_id} functional verification",
|
|
152
|
+
project_id=project_id,
|
|
153
|
+
cloud_id=cloud_id,
|
|
154
|
+
compute_config_id=cluster_compute_id,
|
|
155
|
+
cluster_environment_build_id=cluster_env_build_id,
|
|
156
|
+
idle_timeout_minutes=IDLE_TERMINATION_MINUTES,
|
|
157
|
+
)
|
|
158
|
+
|
|
159
|
+
workspace_response = self.api_client.create_workspace_api_v2_experimental_workspaces_post(
|
|
160
|
+
create_workspace_arg
|
|
161
|
+
)
|
|
162
|
+
except ClickException as e:
|
|
163
|
+
self.log.error(f"Failed to create workspace: {e}")
|
|
164
|
+
return False
|
|
165
|
+
|
|
166
|
+
workspace_id = str(workspace_response.result.id)
|
|
167
|
+
cluster_id = str(workspace_response.result.cluster_id)
|
|
168
|
+
url = get_endpoint(f"/workspaces/{workspace_id}/{cluster_id}")
|
|
169
|
+
self.log.info(f"Workspace created at {url}")
|
|
170
|
+
verification_result = self.check_workspace_until_active(workspace_id, url)
|
|
171
|
+
if verification_result:
|
|
172
|
+
self.log.info("Workspace verification succeeded.")
|
|
173
|
+
else:
|
|
174
|
+
self.log.error(
|
|
175
|
+
f"Workspace verification failed. Please check errors at {url}"
|
|
176
|
+
)
|
|
177
|
+
|
|
178
|
+
# terminate workspace by terminating the cluster
|
|
179
|
+
try:
|
|
180
|
+
self.anyscale_api_client.terminate_cluster(cluster_id, {})
|
|
181
|
+
except ClickException as e:
|
|
182
|
+
# even if we fail to terminate the cluster, it will be terminated automatically with maximum uptime speicified
|
|
183
|
+
self.log.error(f"Failed to terminate workspace: {e}")
|
|
184
|
+
return verification_result
|
|
185
|
+
|
|
186
|
+
def check_workspace_until_active(self, workspace_id: str, url: str):
|
|
187
|
+
self.log.info(
|
|
188
|
+
"Note it may take about 5 to 10 minutes to create a workspace for the first time on a cloud."
|
|
189
|
+
)
|
|
190
|
+
with self.log.spinner("Waiting for workspace to be active..."):
|
|
191
|
+
start_time = time.time()
|
|
192
|
+
end_time = start_time + WORKSPACE_VERIFICATION_TIMEOUT_MINUTES * 60
|
|
193
|
+
while time.time() < end_time:
|
|
194
|
+
time.sleep(POLL_INTERVAL_SECONDS)
|
|
195
|
+
try:
|
|
196
|
+
workspace = self.api_client.get_workspace_api_v2_experimental_workspaces_workspace_id_get(
|
|
197
|
+
workspace_id
|
|
198
|
+
).result
|
|
199
|
+
except ClickException as e:
|
|
200
|
+
self.log.error(f"Failed to get workspace status: {e}")
|
|
201
|
+
return False
|
|
202
|
+
self.log.info(f"Workspace status: {workspace.state}")
|
|
203
|
+
if workspace.state == SessionState.RUNNING:
|
|
204
|
+
return True
|
|
205
|
+
self.log.error(f"Timeout when creating workspace, please check errors at {url}")
|
|
206
|
+
return False
|
|
207
|
+
|
|
208
|
+
def start_verification(
|
|
209
|
+
self,
|
|
210
|
+
cloud_id: str,
|
|
211
|
+
cloud_provider: CloudProviders,
|
|
212
|
+
functions_to_verify: List[str],
|
|
213
|
+
) -> bool:
|
|
214
|
+
# TODO (congding): parallelize the verification
|
|
215
|
+
# TODO (congding): add service
|
|
216
|
+
verification_results: List[bool] = []
|
|
217
|
+
for function in functions_to_verify:
|
|
218
|
+
if function == "workspace":
|
|
219
|
+
workspace_verification_result = self.verify_workspace(
|
|
220
|
+
cloud_id, cloud_provider
|
|
221
|
+
)
|
|
222
|
+
verification_results.append(workspace_verification_result)
|
|
223
|
+
return all(verification_results)
|
|
@@ -136,7 +136,7 @@ class CreateClusterComputeConfigModel(BaseModel):
|
|
|
136
136
|
allow_population_by_field_name = True
|
|
137
137
|
|
|
138
138
|
|
|
139
|
-
class
|
|
139
|
+
class ComputeConfigController(BaseController):
|
|
140
140
|
"""
|
|
141
141
|
This controller powers functionalities related to Anyscale
|
|
142
142
|
cluster compute configuration.
|
|
@@ -10,8 +10,8 @@ from anyscale.commands.anyscale_api.api_commands import anyscale_api
|
|
|
10
10
|
from anyscale.commands.auth_commands import auth_cli
|
|
11
11
|
from anyscale.commands.cloud_commands import cloud_cli
|
|
12
12
|
from anyscale.commands.cluster_commands import cluster_cli
|
|
13
|
-
from anyscale.commands.cluster_compute_commands import cluster_compute_cli
|
|
14
13
|
from anyscale.commands.cluster_env_commands import cluster_env_cli
|
|
14
|
+
from anyscale.commands.compute_config_commands import compute_config_cli
|
|
15
15
|
from anyscale.commands.config_commands import config_cli
|
|
16
16
|
from anyscale.commands.exec_commands import anyscale_exec
|
|
17
17
|
from anyscale.commands.experimental_integrations_commands import (
|
|
@@ -28,6 +28,7 @@ from anyscale.commands.service_commands import service_cli
|
|
|
28
28
|
from anyscale.commands.session_commands_hidden import session_cli
|
|
29
29
|
from anyscale.commands.workspace_commands import workspace_cli
|
|
30
30
|
import anyscale.conf
|
|
31
|
+
from anyscale.utils.cli_version_check_util import log_warning_if_version_needs_upgrade
|
|
31
32
|
|
|
32
33
|
|
|
33
34
|
logger = logging.getLogger(__name__)
|
|
@@ -74,6 +75,7 @@ class AliasedGroup(click.Group):
|
|
|
74
75
|
def cli(ctx: Any, version_flag: bool, show_json: bool) -> None:
|
|
75
76
|
if version_flag:
|
|
76
77
|
ctx.invoke(version_cli, show_json=show_json)
|
|
78
|
+
log_warning_if_version_needs_upgrade()
|
|
77
79
|
|
|
78
80
|
|
|
79
81
|
@click.command(name="version", help="Display version of the anyscale CLI.")
|
|
@@ -114,7 +116,7 @@ cli.add_command(auth_cli)
|
|
|
114
116
|
cli.add_command(anyscale_init)
|
|
115
117
|
cli.add_command(anyscale_exec)
|
|
116
118
|
cli.add_command(anyscale_help)
|
|
117
|
-
cli.add_command(
|
|
119
|
+
cli.add_command(compute_config_cli)
|
|
118
120
|
|
|
119
121
|
# Commands to interact with the Anyscale API
|
|
120
122
|
cli.add_command(anyscale_api)
|
|
@@ -128,7 +130,7 @@ ALIASES = {
|
|
|
128
130
|
"schedules": schedule_cli,
|
|
129
131
|
"jobs": job_cli,
|
|
130
132
|
"services": service_cli,
|
|
131
|
-
"cluster-compute":
|
|
133
|
+
"cluster-compute": compute_config_cli,
|
|
132
134
|
}
|
|
133
135
|
|
|
134
136
|
|