anyscale 0.5.144__tar.gz → 0.5.145__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.144/anyscale.egg-info → anyscale-0.5.145}/PKG-INFO +1 -1
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/README.md +2 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/__init__.py +1 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/api/default_api.py +101 -2
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/__init__.py +1 -0
- anyscale-0.5.145/anyscale/client/openapi_client/models/stripe_checkout_session_url_response.py +121 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/cloud_commands.py +22 -4
- anyscale-0.5.145/anyscale/commands/cloud_commands_util.py +10 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/cloud_controller.py +35 -2
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/aws.py +10 -1
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/utils/id_gen.py +2 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/runtime_env.py +2 -6
- anyscale-0.5.145/anyscale/version.py +1 -0
- {anyscale-0.5.144 → anyscale-0.5.145/anyscale.egg-info}/PKG-INFO +1 -1
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale.egg-info/SOURCES.txt +2 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_cloud_controller.py +43 -1
- anyscale-0.5.144/anyscale/version.py +0 -1
- {anyscale-0.5.144 → anyscale-0.5.145}/.covrc +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/BUILD.bazel +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/README.md +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/anyscale-cloud-setup-gcp.yaml +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/anyscale-cloud-setup.yaml +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/anyscale_schema.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/api.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/api_utils/README.md +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/api_utils/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/api_utils/exceptions/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/api_utils/exceptions/job_errors.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/api_utils/exceptions/log_retrieval_errors.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/api_utils/job_logs_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/api_utils/job_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/api_utils/logs_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/authenticate.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/aws_iam_policies.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/background/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/background/job_runner.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/cli_logger.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/.gitignore +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/.openapi-generator/VERSION +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/.openapi-generator-ignore +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/git_push.sh +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/api/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/api_client.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/configuration.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/exceptions.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/access_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aica_endpoint.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aica_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aicaendpoint_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aicaendpoint_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscale_aws_account.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscale_version_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscaleawsaccount_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscaled_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscaled_credential_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscaled_dataplane_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscaledconfig_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscaleddataplaneconfig_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/anyscaleversionresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/api_key_parameters.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/app_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/appconfig_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/applied_snapshot.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/apply_service_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/archive_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/archived_logs_info.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/archivedlogsinfo_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/autoscaler_credentials.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/autoscalercredentials_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/autosync_session_id.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/autosyncsessionid_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/autosyncsessionid_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aws_credentials.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aws_node_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aws_region_and_zones.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aws_region_info.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aws_tag.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/awsregionandzones_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/bank_account_information.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/base_job_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/baseimagesenum.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/batch_response_batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/billing_information.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/block_device_mapping.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/body_upload_file_api_v2_files_post.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/build_log_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/build_registration.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/build_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/build_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/card.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/card_id.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/card_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/change_password_params.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/clone_experimental_workspace.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_analytics_event.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_provider_error.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_resource.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_analytics_event_command_name.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_analytics_event_error.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_analytics_event_name.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_collaborator.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_collaborator_value.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_collaborators_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_name_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_project_collaborator.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_project_collaborator_value.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_provider.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_providers.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_region_and_zones.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_region_info.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_resource.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_resource_gcp.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_state.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_version.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloudcollaborator_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloudregionandzones_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloudresource_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloudresourcegcp_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloudwithcloudresource_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_auth_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_event.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_events_output.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_features.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_startup.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/cluster_status_details.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/clusterauthresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/clusterconfig_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/clusterconfigwithsessionidletimeout_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/clustereventsoutput_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/clusterfeatures_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/compute_node_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/compute_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/compute_template_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/compute_template_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/computetemplate_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_aica_endpoint.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_analytics_event.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_app_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_byod_app_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_byod_build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_cloud_collaborator.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_cloud_resource.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_compute_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_experimental_workspace.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_experimental_workspace_from_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_fine_tuning_hyperparameters.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_fine_tuning_job_product_request.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_internal_production_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_machine_request.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_machine_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_organization_invitation.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_otp_return_api_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_production_job_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_schedule.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_session_from_snapshot_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_session_in_db.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_session_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_structured_output.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_user.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_user_project_collaborator.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_user_project_collaborator_value.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/create_workspace_from_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/createmachineresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/createotpreturnapimodel_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/createsessionresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/credit_card_information.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/dataplane_services.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_application_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_compute_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_compute_template_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_interactive_session.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_job_submission.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_list_service_api_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_production_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_production_job_state_transition.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_runtime_env.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_schedule.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_serve_deployment.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_service_event_api_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_session.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_support_request.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decorated_unified_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedbuild_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedbuild_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedinteractivesession_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedjob_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedjob_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedjobsubmission_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedjobsubmission_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedlistserviceapimodel_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedproductionjob_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedproductionjob_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedproductionjobstatetransition_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedproductionservicev2_apimodel_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedproductionservicev2_versionapimodel_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedruntimeenv_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedruntimeenv_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedschedule_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedschedule_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedservedeployment_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedservedeployment_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedserviceeventapimodel_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedsession_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedsession_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedsupportrequest_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedsupportrequest_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedunifiedjob_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/delete_machine_request.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/deployment_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/dismissal_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/ebs_block_device.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/editable_cloud_resource.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/editable_cloud_resource_gcp.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/error.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/execute_command_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/execute_interactive_command_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/execute_shell_command_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/executecommandresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/experimental_workspace.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/experimentalworkspace_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/experimentalworkspace_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/external_service_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/external_service_status_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/external_terminal_command.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/externalservicestatusresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/feature_compatibility.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/feature_flag_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/featureflagresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/file_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/filemodel_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/fine_tuning_job_callback_product_request.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/fine_tuning_job_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/gcp_file_store_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/gcp_memorystore_instance_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/gcp_node_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/ha_job_states.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/ha_job_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/ha_jobs_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/head_ip.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/headip_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/historical_cost_granularity.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/historical_costs.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/historicalcosts_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/http_validation_error.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/idle_termination_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/integration_details.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/interactive_session_logs.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/interactivesessionlogs_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/internal_production_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/internalproductionjob_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/invoice.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/invoice_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/invoice_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/invoices_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/job_access.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/job_run_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/job_state_log_level_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/job_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/job_submissions_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/jobs_logs.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/jobs_logs_query_info.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/jobslogs_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/jobslogsqueryinfo_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/json_patch_operation.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/list_response_metadata.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/log_detail.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/log_details.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/log_download_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/log_download_request.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/log_download_result.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/log_file_chunk.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/log_filter.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/log_level_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/log_stream.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/logdetails_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/login_user_params.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/logs_output.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/logsoutput_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/logstream_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_cloud.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_cluster.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_compute_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_job_run.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_namespace.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_organization.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_production_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_runtime_environment.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_schedule.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/mini_user.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/minibuild_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/minicomputetemplate_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/miniproject_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/monitor_logs_extension.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/network_interface.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/node_registration.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/node_registration_aws.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/node_registration_gcp.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/node_registration_provisioned.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/node_registration_v2.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/node_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/onboarding_user_cards_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organization.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organization_availability.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organization_collaborator.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organization_invitation.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organization_invitation_base.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organization_permission_level.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organization_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organizationavailability_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organizationcollaborator_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organizationinvitation_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organizationinvitation_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organizationinvitationbase_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/page_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/pause_schedule.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/permission_level.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/product_autoscaler_flag.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/product_fine_tuning_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/product_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/productautoscalerflag_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/productfinetuningjob_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/productfinetuningjob_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/production_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/production_job_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/productionjob_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_base.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_collaborator.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_collaborator_value.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_collaborators_put_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_create_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_default_session_name.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_delete_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_patch_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/project_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/projectbase_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/projectcollaborator_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/projectdefaultsessionname_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/projects_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/projects_violating_tree_hierarchy_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/projectsviolatingtreehierarchyresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/provider_metadata.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/providermetadata_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/python_modules.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/request_otp_return_api_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/request_password_reset_params.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/requestotpreturnapimodel_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/reset_password_params.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/resource_historical_costs.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/resources.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/rollout_strategy.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/s3_download_location.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/schedule_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/serve_deployment_logs.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/servedeploymentlogs_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/server_session_token.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/serversessiontoken_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_account.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_event_current_state.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_event_level.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_event_origin.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_event_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_goal_states.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_observability_urls.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/service_usage.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_access.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_autosync_sessions_update_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_command.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_command_finish_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_command_id.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_command_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_create_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_delete_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_describe.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_details.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_event.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_event_cause.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_event_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_execute_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_finish_command_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_history_item.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_kill_command_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_patch_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_ssh_key.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_state.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_state_change_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_state_data.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/session_stopping_data.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sessioncommandid_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sessiondescribe_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sessiondetails_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sessions_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sessionsshkey_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/setup_initialize_session_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/show_otp_source_return_api_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/snapshot_create_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/snapshot_delete_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/snapshot_patch_message.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/socket_message_schemas.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/socket_message_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/socketmessageschemas_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/socketmessagetypes_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sort_order.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/sso_login_info.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/ssologininfo_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/start_session_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/stop_session_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/stream_publish_request.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/structured_output.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/structuredoutput_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/support_requests_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/templatized_compute_configs.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/templatized_decorated_application_templates.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/templatizedcomputeconfigs_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/templatizeddecoratedapplicationtemplates_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/text_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/timestamped_logs_output.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/timestampedlogsoutput_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/tool.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/unified_job_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/unified_job_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/unified_job_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/update_cluster_dns.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/update_compute_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/update_endpoint.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/update_model_deployment.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/update_organization_collaborator.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/update_project_collaborator.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/upload_session_command_logs_locations.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/uploadsessioncommandlogslocations_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/user_info.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/user_resend_email_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/user_service_access_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/userinfo_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/validate_otp_params_api_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/validation_error.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/verify_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/verifyresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/visibility.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/wand_b_run_details.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/web_terminal.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/webterminal_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/webterminal_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/worker_node_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/workspace_readme.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/workspace_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/workspacereadme_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/workspacetemplate_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/write_cloud.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/write_cluster_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/write_project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/write_session.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/models/write_support_request.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/openapi_client/rest.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/requirements.txt +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/setup.cfg +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/setup.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/test-requirements.txt +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/client/tox.ini +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/cloud.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/cloud_resource.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/cluster.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/cluster_compute.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/cluster_env.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/anyscale_api/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/anyscale_api/api_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/anyscale_api/session_commands_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/anyscale_api/session_operations_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/anyscale_api/sessions_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/auth_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/cluster_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/cluster_env_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/compute_config_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/config_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/exec_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/experimental_integrations_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/job_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/list_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/login_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/logs_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/migrate_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/project_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/schedule_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/service_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/session_commands_hidden.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/commands/workspace_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/component_activity_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/conf.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/connect.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/connect_utils/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/connect_utils/prepare_cluster.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/connect_utils/project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/connect_utils/start_interactive_session.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/auth_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/base_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/cloud_functional_verification_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/cluster_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/cluster_env_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/compute_config_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/config_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/experimental_integrations_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/job_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/jobs_bg_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/list_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/logs_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/project_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/schedule_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/service_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/controllers/workspace_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/feature_flags.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/fingerprint.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/formatters/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/formatters/clouds_formatter.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/formatters/common_formatter.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/formatters/service_formatter.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/gcp_verification.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/integrations.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/links.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/models/job_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/models/service_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/scripts.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/api/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/api/default_api.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/api_client.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/configuration.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/exceptions.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/access_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/app_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/appconfig_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/archive_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/aws_node_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/aws_tag.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/aws_tag_specification.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/base_job_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/baseimagesenum.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/block_device_mapping.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/build_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/build_log_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/build_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/build_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cloud.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cloud_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cloud_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cloud_providers.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cloud_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cloud_state.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cloud_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cloud_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cloud_version.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clouds_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_compute.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_compute_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_computes_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_environment.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_environment_build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_head_node_info.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_operation.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_services_urls.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_state.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/cluster_status_details.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clustercompute_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clustercompute_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clusterenvironment_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/clusters_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/compute_node_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/compute_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/compute_template_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/computetemplate_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_app_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_cloud.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_cluster.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_cluster_compute.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_cluster_environment.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_cluster_environment_build.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_production_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_production_job_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_schedule.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_session.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_session_command.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/create_sso_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/ebs_block_device.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/gcp_node_disk.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/gcp_node_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/ha_job_states.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/http_validation_error.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/iam_instance_profile_specification.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/idle_termination_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/job_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/job_run_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/job_status.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/jobs_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/list_response_metadata.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/list_service_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/listservicemodel_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/log_download_result.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/log_file_chunk.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/log_level_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/log_stream.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/logstream_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/network_interface.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/node_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/operation_error.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/operation_progress.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/operation_result.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/organization.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/organization_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/page_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/pause_schedule.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/production_job.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/production_job_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/production_service_v2_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/production_service_v2_version_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/productionjob_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/productionjob_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/productionservicev2_model_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/project_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/project_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/projects_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/python_modules.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/python_version.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/resources.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/rollout_strategy.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/runtime_environment.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/runtimeenvironment_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/schedule_api_model.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/schedule_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/scheduleapimodel_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/scheduleapimodel_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/service_account.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/service_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/service_event_current_state.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/service_goal_states.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/service_observability_urls.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/service_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/service_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_command.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_command_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_event.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_event_cause.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_event_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_operation.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_state.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_state_data.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/session_stopping_data.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/sessioncommand_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/sessionevent_list_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/sessions_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/sort_order.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/sso_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/sso_mode.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/ssoconfig_response.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/start_cluster_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/start_session_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/static_sso_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/terminate_cluster_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/text_query.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/update_app_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/update_cloud.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/update_cluster.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/update_organization.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/update_project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/update_session.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/user_service_access_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/validation_error.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/models/worker_node_type.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/rest.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/sdk/anyscale_client/sdk.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/conf.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/default_anyscale_aws.yaml +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/default_anyscale_gcp.yaml +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/headers.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/test_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/tests/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/tests/test_asyncio.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/utils/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/utils/asyncio.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/utils/byod.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/utils/collections.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/utils/protected_string.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/shared_anyscale_utils/utils/ray_semver.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/snapshot.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/snapshot_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/tables.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/cli_version_check_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/cloud_update_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/cloud_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/cluster_debug.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/connect_helpers.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/deprecation_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/entity_arg_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/env_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/gcp_managed_setup_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/gcp_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/imports/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/imports/all.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/imports/gcp.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/logs_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/name_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/network_verification.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/ray_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/ray_version_checker.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/s3.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/workload_types.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/utils/workspace_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/webterminal/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/webterminal/bash-preexec.sh +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/webterminal/command_persister.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/webterminal/utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/webterminal/webterminal.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale/workspace.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale.egg-info/dependency_links.txt +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale.egg-info/entry_points.txt +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale.egg-info/not-zip-safe +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale.egg-info/requires.txt +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/anyscale.egg-info/top_level.txt +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/requirements.in +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/setup.cfg +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/setup.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/BUILD.bazel +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/api_utils/BUILD.bazel +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/api_utils/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/api_utils/conftest.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/api_utils/test_job_logs_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/api_utils/test_job_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/api_utils/test_logs_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/clientLibraryConfig-aws-pool.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/cloud_formation_template.txt +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/commands/BUILD.bazel +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/commands/test_cloud_command.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/commands/test_login_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/commands/test_service_commands.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/conftest.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/connect_utils/BUILD.bazel +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/connect_utils/test_prepare_cluster.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/connect_utils/test_project_block.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/connect_utils/test_start_interactive_session.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/BUILD.bazel +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/__init__.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_auth_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_base_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_cloud_functional_verification_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_cluster_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_cluster_env_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_compute_config_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_config_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_job_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_list_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_logs_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_project_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_schedule_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/controllers/test_service_controller.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/formatters/BUILD.bazel +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/formatters/test_service_formatter.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/access_service_account_permissions.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/add_firewall_policy_rule.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/add_firewall_policy_rule_done.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/add_firewall_policy_rule_error.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/associate_firewall_policy.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/associate_firewall_policy_done.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/create_workload_identity_pool.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/create_workload_identity_provider.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/dataplane_service_account.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/delete_workload_identity_pool.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/deployment_delete.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/deployment_get.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/deployment_update.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/enable_api_operation.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/firewall_policy_get.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/get_service_account.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/get_workload_identity_pool.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/global_firewall.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/global_firewall_wrong_vpc.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/manifest_get.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/networks.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/operation_completed.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/operation_error.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/project_apis_enabled.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/project_get.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/project_get_iam_policy.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/project_get_iam_policy_role_exists.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/project_get_inactive.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/project_iam_binding_access.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/project_iam_bindings.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/project_set_iam_policy.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/project_set_iam_policy_role_exists.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/proxy_only_subnet_missing.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/proxy_only_subnet_no_subnets.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/proxy_only_subnet_present.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/proxy_only_subnet_wrong_vpc.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_filestore.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_filestore_vpc_private_access.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_filestore_west_region.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_filestore_wrong_vpc.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_firewall.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_memorystore.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_memorystore_happy.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_memorystore_read_replica_disabled.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_memorystore_standard_tier.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/regional_memorystore_tls_enabled.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/remove_firewall_vpc_association.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/remove_firewall_vpc_association_done.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/remove_firewall_vpc_association_error.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/service_get.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/storage_bucket.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/storage_bucket_policy.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/storage_dual_region.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/storage_single_region.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/subnetworks.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/subnetworks_other.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/gcp_responses/zonal_filestore.json +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/sdk/BUILD.bazel +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/sdk/test_upload_working_dir.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_authenticate.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_aws_iam_policies.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_cli_logger.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_cli_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_cloud.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_cloud_resource.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_cluster.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_cluster_compute.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_cluster_env.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_component_activity.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_connect.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_connect_helpers.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_gcp_managed_setup_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_gcp_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_gcp_verification.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_imports_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_init.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_integrations.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_job_output.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_network_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_project.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_ray_version_checker.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_runtime_env.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_s3.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_snapshot_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/test_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/utils/BUILD.bazel +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/utils/test_cli_version_check_util.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/utils/test_cloud_update_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/utils/test_cloud_utils.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/utils/test_cluster_debug.py +0 -0
- {anyscale-0.5.144 → anyscale-0.5.145}/tests/utils/test_workspace_utils.py +0 -0
|
@@ -299,6 +299,7 @@ Class | Method | HTTP request | Description
|
|
|
299
299
|
*DefaultApi* | [**register_autosync_session_api_v2_autosync_sessions_post**](docs/DefaultApi.md#register_autosync_session_api_v2_autosync_sessions_post) | **POST** /api/v2/autosync_sessions/ | Register Autosync Session
|
|
300
300
|
*DefaultApi* | [**register_build_api_v2_anyscaled_register_build_post**](docs/DefaultApi.md#register_build_api_v2_anyscaled_register_build_post) | **POST** /api/v2/anyscaled/register_build | Register Build
|
|
301
301
|
*DefaultApi* | [**register_user_api_v2_users_post**](docs/DefaultApi.md#register_user_api_v2_users_post) | **POST** /api/v2/users/ | Register User
|
|
302
|
+
*DefaultApi* | [**register_user_from_stripe_api_v2_users_user_from_stripe_post**](docs/DefaultApi.md#register_user_from_stripe_api_v2_users_user_from_stripe_post) | **POST** /api/v2/users/user_from_stripe | Register User From Stripe
|
|
302
303
|
*DefaultApi* | [**register_v2_api_v2_anyscaled_register_v2_post**](docs/DefaultApi.md#register_v2_api_v2_anyscaled_register_v2_post) | **POST** /api/v2/anyscaled/register_v2 | Register V2
|
|
303
304
|
*DefaultApi* | [**remove_organization_collaborator_api_v2_organization_collaborators_identity_id_delete**](docs/DefaultApi.md#remove_organization_collaborator_api_v2_organization_collaborators_identity_id_delete) | **DELETE** /api/v2/organization_collaborators/{identity_id} | Remove Organization Collaborator
|
|
304
305
|
*DefaultApi* | [**request_password_reset_api_v2_users_request_password_reset_post**](docs/DefaultApi.md#request_password_reset_api_v2_users_request_password_reset_post) | **POST** /api/v2/users/request_password_reset | Request Password Reset
|
|
@@ -776,6 +777,7 @@ Class | Method | HTTP request | Description
|
|
|
776
777
|
- [StartSessionOptions](docs/StartSessionOptions.md)
|
|
777
778
|
- [StopSessionOptions](docs/StopSessionOptions.md)
|
|
778
779
|
- [StreamPublishRequest](docs/StreamPublishRequest.md)
|
|
780
|
+
- [StripeCheckoutSessionURLResponse](docs/StripeCheckoutSessionURLResponse.md)
|
|
779
781
|
- [StructuredOutput](docs/StructuredOutput.md)
|
|
780
782
|
- [StructuredoutputResponse](docs/StructuredoutputResponse.md)
|
|
781
783
|
- [SubnetIdWithAvailabilityZoneAWS](docs/SubnetIdWithAvailabilityZoneAWS.md)
|
|
@@ -458,6 +458,7 @@ from openapi_client.models.ssologininfo_response import SsologininfoResponse
|
|
|
458
458
|
from openapi_client.models.start_session_options import StartSessionOptions
|
|
459
459
|
from openapi_client.models.stop_session_options import StopSessionOptions
|
|
460
460
|
from openapi_client.models.stream_publish_request import StreamPublishRequest
|
|
461
|
+
from openapi_client.models.stripe_checkout_session_url_response import StripeCheckoutSessionURLResponse
|
|
461
462
|
from openapi_client.models.structured_output import StructuredOutput
|
|
462
463
|
from openapi_client.models.structuredoutput_response import StructuredoutputResponse
|
|
463
464
|
from openapi_client.models.subnet_id_with_availability_zone_aws import SubnetIdWithAvailabilityZoneAWS
|
|
@@ -26608,7 +26608,7 @@ class DefaultApi(object):
|
|
|
26608
26608
|
number provided, it will be total request
|
|
26609
26609
|
timeout. It can also be a pair (tuple) of
|
|
26610
26610
|
(connection, read) timeouts.
|
|
26611
|
-
:return:
|
|
26611
|
+
:return: StripeCheckoutSessionURLResponse
|
|
26612
26612
|
If the method is called asynchronously,
|
|
26613
26613
|
returns the request thread.
|
|
26614
26614
|
"""
|
|
@@ -26634,7 +26634,7 @@ class DefaultApi(object):
|
|
|
26634
26634
|
number provided, it will be total request
|
|
26635
26635
|
timeout. It can also be a pair (tuple) of
|
|
26636
26636
|
(connection, read) timeouts.
|
|
26637
|
-
:return:
|
|
26637
|
+
:return: tuple(StripeCheckoutSessionURLResponse, status_code(int), headers(HTTPHeaderDict))
|
|
26638
26638
|
If the method is called asynchronously,
|
|
26639
26639
|
returns the request thread.
|
|
26640
26640
|
"""
|
|
@@ -26699,6 +26699,105 @@ class DefaultApi(object):
|
|
|
26699
26699
|
body=body_params,
|
|
26700
26700
|
post_params=form_params,
|
|
26701
26701
|
files=local_var_files,
|
|
26702
|
+
response_type='StripeCheckoutSessionURLResponse', # noqa: E501
|
|
26703
|
+
auth_settings=auth_settings,
|
|
26704
|
+
async_req=local_var_params.get('async_req'),
|
|
26705
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
26706
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
26707
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
26708
|
+
collection_formats=collection_formats)
|
|
26709
|
+
|
|
26710
|
+
def register_user_from_stripe_api_v2_users_user_from_stripe_post(self, **kwargs): # noqa: E501
|
|
26711
|
+
"""Register User From Stripe # noqa: E501
|
|
26712
|
+
|
|
26713
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
26714
|
+
asynchronous HTTP request, please pass async_req=True
|
|
26715
|
+
>>> thread = api.register_user_from_stripe_api_v2_users_user_from_stripe_post(async_req=True)
|
|
26716
|
+
>>> result = thread.get()
|
|
26717
|
+
|
|
26718
|
+
:param async_req bool: execute request asynchronously
|
|
26719
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
26720
|
+
be returned without reading/decoding response
|
|
26721
|
+
data. Default is True.
|
|
26722
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
26723
|
+
number provided, it will be total request
|
|
26724
|
+
timeout. It can also be a pair (tuple) of
|
|
26725
|
+
(connection, read) timeouts.
|
|
26726
|
+
:return: None
|
|
26727
|
+
If the method is called asynchronously,
|
|
26728
|
+
returns the request thread.
|
|
26729
|
+
"""
|
|
26730
|
+
kwargs['_return_http_data_only'] = True
|
|
26731
|
+
return self.register_user_from_stripe_api_v2_users_user_from_stripe_post_with_http_info(**kwargs) # noqa: E501
|
|
26732
|
+
|
|
26733
|
+
def register_user_from_stripe_api_v2_users_user_from_stripe_post_with_http_info(self, **kwargs): # noqa: E501
|
|
26734
|
+
"""Register User From Stripe # noqa: E501
|
|
26735
|
+
|
|
26736
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
26737
|
+
asynchronous HTTP request, please pass async_req=True
|
|
26738
|
+
>>> thread = api.register_user_from_stripe_api_v2_users_user_from_stripe_post_with_http_info(async_req=True)
|
|
26739
|
+
>>> result = thread.get()
|
|
26740
|
+
|
|
26741
|
+
:param async_req bool: execute request asynchronously
|
|
26742
|
+
:param _return_http_data_only: response data without head status code
|
|
26743
|
+
and headers
|
|
26744
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
26745
|
+
be returned without reading/decoding response
|
|
26746
|
+
data. Default is True.
|
|
26747
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
26748
|
+
number provided, it will be total request
|
|
26749
|
+
timeout. It can also be a pair (tuple) of
|
|
26750
|
+
(connection, read) timeouts.
|
|
26751
|
+
:return: None
|
|
26752
|
+
If the method is called asynchronously,
|
|
26753
|
+
returns the request thread.
|
|
26754
|
+
"""
|
|
26755
|
+
|
|
26756
|
+
local_var_params = locals()
|
|
26757
|
+
|
|
26758
|
+
all_params = [
|
|
26759
|
+
]
|
|
26760
|
+
all_params.extend(
|
|
26761
|
+
[
|
|
26762
|
+
'async_req',
|
|
26763
|
+
'_return_http_data_only',
|
|
26764
|
+
'_preload_content',
|
|
26765
|
+
'_request_timeout'
|
|
26766
|
+
]
|
|
26767
|
+
)
|
|
26768
|
+
|
|
26769
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
26770
|
+
if key not in all_params:
|
|
26771
|
+
raise ApiTypeError(
|
|
26772
|
+
"Got an unexpected keyword argument '%s'"
|
|
26773
|
+
" to method register_user_from_stripe_api_v2_users_user_from_stripe_post" % key
|
|
26774
|
+
)
|
|
26775
|
+
local_var_params[key] = val
|
|
26776
|
+
del local_var_params['kwargs']
|
|
26777
|
+
|
|
26778
|
+
collection_formats = {}
|
|
26779
|
+
|
|
26780
|
+
path_params = {}
|
|
26781
|
+
|
|
26782
|
+
query_params = []
|
|
26783
|
+
|
|
26784
|
+
header_params = {}
|
|
26785
|
+
|
|
26786
|
+
form_params = []
|
|
26787
|
+
local_var_files = {}
|
|
26788
|
+
|
|
26789
|
+
body_params = None
|
|
26790
|
+
# Authentication setting
|
|
26791
|
+
auth_settings = [] # noqa: E501
|
|
26792
|
+
|
|
26793
|
+
return self.api_client.call_api(
|
|
26794
|
+
'/api/v2/users/user_from_stripe', 'POST',
|
|
26795
|
+
path_params,
|
|
26796
|
+
query_params,
|
|
26797
|
+
header_params,
|
|
26798
|
+
body=body_params,
|
|
26799
|
+
post_params=form_params,
|
|
26800
|
+
files=local_var_files,
|
|
26702
26801
|
response_type=None, # noqa: E501
|
|
26703
26802
|
auth_settings=auth_settings,
|
|
26704
26803
|
async_req=local_var_params.get('async_req'),
|
|
@@ -444,6 +444,7 @@ from openapi_client.models.ssologininfo_response import SsologininfoResponse
|
|
|
444
444
|
from openapi_client.models.start_session_options import StartSessionOptions
|
|
445
445
|
from openapi_client.models.stop_session_options import StopSessionOptions
|
|
446
446
|
from openapi_client.models.stream_publish_request import StreamPublishRequest
|
|
447
|
+
from openapi_client.models.stripe_checkout_session_url_response import StripeCheckoutSessionURLResponse
|
|
447
448
|
from openapi_client.models.structured_output import StructuredOutput
|
|
448
449
|
from openapi_client.models.structuredoutput_response import StructuredoutputResponse
|
|
449
450
|
from openapi_client.models.subnet_id_with_availability_zone_aws import SubnetIdWithAvailabilityZoneAWS
|
anyscale-0.5.145/anyscale/client/openapi_client/models/stripe_checkout_session_url_response.py
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Managed Ray API
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.1.0
|
|
9
|
+
Generated by: https://openapi-generator.tech
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
import pprint
|
|
14
|
+
import re # noqa: F401
|
|
15
|
+
|
|
16
|
+
import six
|
|
17
|
+
|
|
18
|
+
from openapi_client.configuration import Configuration
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class StripeCheckoutSessionURLResponse(object):
|
|
22
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
23
|
+
Ref: https://openapi-generator.tech
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
openapi_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
openapi_types = {
|
|
36
|
+
'redirect_to': 'str'
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
attribute_map = {
|
|
40
|
+
'redirect_to': 'redirect_to'
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
def __init__(self, redirect_to=None, local_vars_configuration=None): # noqa: E501
|
|
44
|
+
"""StripeCheckoutSessionURLResponse - a model defined in OpenAPI""" # noqa: E501
|
|
45
|
+
if local_vars_configuration is None:
|
|
46
|
+
local_vars_configuration = Configuration()
|
|
47
|
+
self.local_vars_configuration = local_vars_configuration
|
|
48
|
+
|
|
49
|
+
self._redirect_to = None
|
|
50
|
+
self.discriminator = None
|
|
51
|
+
|
|
52
|
+
self.redirect_to = redirect_to
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
def redirect_to(self):
|
|
56
|
+
"""Gets the redirect_to of this StripeCheckoutSessionURLResponse. # noqa: E501
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
:return: The redirect_to of this StripeCheckoutSessionURLResponse. # noqa: E501
|
|
60
|
+
:rtype: str
|
|
61
|
+
"""
|
|
62
|
+
return self._redirect_to
|
|
63
|
+
|
|
64
|
+
@redirect_to.setter
|
|
65
|
+
def redirect_to(self, redirect_to):
|
|
66
|
+
"""Sets the redirect_to of this StripeCheckoutSessionURLResponse.
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
:param redirect_to: The redirect_to of this StripeCheckoutSessionURLResponse. # noqa: E501
|
|
70
|
+
:type: str
|
|
71
|
+
"""
|
|
72
|
+
if self.local_vars_configuration.client_side_validation and redirect_to is None: # noqa: E501
|
|
73
|
+
raise ValueError("Invalid value for `redirect_to`, must not be `None`") # noqa: E501
|
|
74
|
+
|
|
75
|
+
self._redirect_to = redirect_to
|
|
76
|
+
|
|
77
|
+
def to_dict(self):
|
|
78
|
+
"""Returns the model properties as a dict"""
|
|
79
|
+
result = {}
|
|
80
|
+
|
|
81
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
82
|
+
value = getattr(self, attr)
|
|
83
|
+
if isinstance(value, list):
|
|
84
|
+
result[attr] = list(map(
|
|
85
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
86
|
+
value
|
|
87
|
+
))
|
|
88
|
+
elif hasattr(value, "to_dict"):
|
|
89
|
+
result[attr] = value.to_dict()
|
|
90
|
+
elif isinstance(value, dict):
|
|
91
|
+
result[attr] = dict(map(
|
|
92
|
+
lambda item: (item[0], item[1].to_dict())
|
|
93
|
+
if hasattr(item[1], "to_dict") else item,
|
|
94
|
+
value.items()
|
|
95
|
+
))
|
|
96
|
+
else:
|
|
97
|
+
result[attr] = value
|
|
98
|
+
|
|
99
|
+
return result
|
|
100
|
+
|
|
101
|
+
def to_str(self):
|
|
102
|
+
"""Returns the string representation of the model"""
|
|
103
|
+
return pprint.pformat(self.to_dict())
|
|
104
|
+
|
|
105
|
+
def __repr__(self):
|
|
106
|
+
"""For `print` and `pprint`"""
|
|
107
|
+
return self.to_str()
|
|
108
|
+
|
|
109
|
+
def __eq__(self, other):
|
|
110
|
+
"""Returns true if both objects are equal"""
|
|
111
|
+
if not isinstance(other, StripeCheckoutSessionURLResponse):
|
|
112
|
+
return False
|
|
113
|
+
|
|
114
|
+
return self.to_dict() == other.to_dict()
|
|
115
|
+
|
|
116
|
+
def __ne__(self, other):
|
|
117
|
+
"""Returns true if both objects are not equal"""
|
|
118
|
+
if not isinstance(other, StripeCheckoutSessionURLResponse):
|
|
119
|
+
return True
|
|
120
|
+
|
|
121
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -5,6 +5,7 @@ import click
|
|
|
5
5
|
|
|
6
6
|
from anyscale.cli_logger import BlockLogger
|
|
7
7
|
from anyscale.client.openapi_client.models import ClusterManagementStackVersions
|
|
8
|
+
from anyscale.commands import cloud_commands_util
|
|
8
9
|
from anyscale.commands.util import OptionPromptNull
|
|
9
10
|
from anyscale.controllers.cloud_controller import CloudController
|
|
10
11
|
|
|
@@ -480,10 +481,9 @@ def register_cloud( # noqa: PLR0913
|
|
|
480
481
|
|
|
481
482
|
if (
|
|
482
483
|
memorystore_instance_name is not None
|
|
483
|
-
and
|
|
484
|
-
|
|
484
|
+
and not cloud_commands_util.validate_memorystore_instance_name(
|
|
485
|
+
memorystore_instance_name
|
|
485
486
|
)
|
|
486
|
-
is None
|
|
487
487
|
):
|
|
488
488
|
raise click.ClickException(
|
|
489
489
|
"Please provide a valid memorystore instance name. Example: projects/<project number>/locations/<location>/instances/<instance id>"
|
|
@@ -601,6 +601,12 @@ def cloud_verify(
|
|
|
601
601
|
required=False,
|
|
602
602
|
type=str,
|
|
603
603
|
)
|
|
604
|
+
@click.option(
|
|
605
|
+
"--memorystore-instance-name",
|
|
606
|
+
help="New Memorystore instance name for GCP clouds",
|
|
607
|
+
required=False,
|
|
608
|
+
type=str,
|
|
609
|
+
)
|
|
604
610
|
@click.option(
|
|
605
611
|
"--functional-verify",
|
|
606
612
|
help="Verify the cloud is functional. This will check that the cloud can launch workspace/service.",
|
|
@@ -619,6 +625,7 @@ def cloud_edit( # noqa: PLR0913
|
|
|
619
625
|
gcp_filestore_instance_id: Optional[str],
|
|
620
626
|
gcp_filestore_location: Optional[str],
|
|
621
627
|
gcp_cloud_storage_bucket_name: Optional[str],
|
|
628
|
+
memorystore_instance_name: Optional[str],
|
|
622
629
|
functional_verify: Optional[str],
|
|
623
630
|
) -> None:
|
|
624
631
|
if cloud_name and name and cloud_name != name:
|
|
@@ -635,6 +642,7 @@ def cloud_edit( # noqa: PLR0913
|
|
|
635
642
|
gcp_filestore_instance_id,
|
|
636
643
|
gcp_filestore_location,
|
|
637
644
|
gcp_cloud_storage_bucket_name,
|
|
645
|
+
memorystore_instance_name,
|
|
638
646
|
]
|
|
639
647
|
):
|
|
640
648
|
if any([gcp_filestore_instance_id, gcp_filestore_location]) and not all(
|
|
@@ -644,6 +652,15 @@ def cloud_edit( # noqa: PLR0913
|
|
|
644
652
|
raise click.ClickException(
|
|
645
653
|
"Please provide both --gcp-filestore-instance-id and --gcp-filestore-location if you want to edit filestore."
|
|
646
654
|
)
|
|
655
|
+
if (
|
|
656
|
+
memorystore_instance_name is not None
|
|
657
|
+
and not cloud_commands_util.validate_memorystore_instance_name(
|
|
658
|
+
memorystore_instance_name
|
|
659
|
+
)
|
|
660
|
+
):
|
|
661
|
+
raise click.ClickException(
|
|
662
|
+
"Please provide a valid memorystore instance name. Example: projects/<project number>/locations/<location>/instances/<instance id>"
|
|
663
|
+
)
|
|
647
664
|
CloudController().edit_cloud(
|
|
648
665
|
cloud_name=cloud_name or name,
|
|
649
666
|
cloud_id=cloud_id,
|
|
@@ -654,9 +671,10 @@ def cloud_edit( # noqa: PLR0913
|
|
|
654
671
|
gcp_filestore_instance_id=gcp_filestore_instance_id,
|
|
655
672
|
gcp_filestore_location=gcp_filestore_location,
|
|
656
673
|
gcp_cloud_storage_bucket_name=gcp_cloud_storage_bucket_name,
|
|
674
|
+
memorystore_instance_name=memorystore_instance_name,
|
|
657
675
|
functional_verify=functional_verify,
|
|
658
676
|
)
|
|
659
677
|
else:
|
|
660
678
|
raise click.ClickException(
|
|
661
|
-
"Please provide at least one of the following arguments: --aws-s3-id, --aws-efs-id, --aws-efs-mount-target-ip, --memorydb-cluster-id, --gcp-filestore-instance-id, --gcp-filestore-location, --gcp-cloud-storage-bucket-name."
|
|
679
|
+
"Please provide at least one of the following arguments: --aws-s3-id, --aws-efs-id, --aws-efs-mount-target-ip, --memorydb-cluster-id, --gcp-filestore-instance-id, --gcp-filestore-location, --gcp-cloud-storage-bucket-name, --memorystore-instance-name."
|
|
662
680
|
)
|
|
@@ -2231,6 +2231,17 @@ class CloudController(BaseController):
|
|
|
2231
2231
|
value = memorydb_cluster_config.id.split("/")[-1]
|
|
2232
2232
|
return value
|
|
2233
2233
|
|
|
2234
|
+
# Special case -- memorystore_instance_name
|
|
2235
|
+
if resource_type == "memorystore_instance_name":
|
|
2236
|
+
memorystore_instance_config = getattr(
|
|
2237
|
+
cloud_resource, "memorystore_instance_config", None
|
|
2238
|
+
)
|
|
2239
|
+
if memorystore_instance_config is None:
|
|
2240
|
+
return None
|
|
2241
|
+
else:
|
|
2242
|
+
value = memorystore_instance_config.name
|
|
2243
|
+
return value
|
|
2244
|
+
|
|
2234
2245
|
# Normal cases.
|
|
2235
2246
|
value = getattr(cloud_resource, resource_type, None)
|
|
2236
2247
|
if value is None:
|
|
@@ -2525,6 +2536,7 @@ class CloudController(BaseController):
|
|
|
2525
2536
|
gcp_filestore_instance_id: Optional[str],
|
|
2526
2537
|
gcp_filestore_location: Optional[str],
|
|
2527
2538
|
gcp_cloud_storage_bucket_name: Optional[str],
|
|
2539
|
+
memorystore_instance_name: Optional[str],
|
|
2528
2540
|
yes: bool = False,
|
|
2529
2541
|
):
|
|
2530
2542
|
project_id = self._get_project_id(cloud, cloud_name, cloud_id)
|
|
@@ -2540,10 +2552,18 @@ class CloudController(BaseController):
|
|
|
2540
2552
|
gcp_utils,
|
|
2541
2553
|
)
|
|
2542
2554
|
|
|
2555
|
+
memorystore_instance_config = None
|
|
2556
|
+
if memorystore_instance_name:
|
|
2557
|
+
factory = gcp_utils.get_google_cloud_client_factory(self.log, project_id)
|
|
2558
|
+
memorystore_instance_config = gcp_utils.get_gcp_memorystore_config(
|
|
2559
|
+
factory, memorystore_instance_name
|
|
2560
|
+
)
|
|
2561
|
+
|
|
2543
2562
|
# Log edit details.
|
|
2544
2563
|
self.log.open_block("EditDetail", "\nEdit details...")
|
|
2545
2564
|
edit_details = {
|
|
2546
2565
|
"gcp_cloud_storage_bucket_id": gcp_cloud_storage_bucket_name,
|
|
2566
|
+
"memorystore_instance_name": memorystore_instance_name,
|
|
2547
2567
|
}
|
|
2548
2568
|
details_logs = self._get_gcp_edit_details(
|
|
2549
2569
|
cloud_resource=cloud_resource,
|
|
@@ -2573,6 +2593,8 @@ class CloudController(BaseController):
|
|
|
2573
2593
|
new_cloud_resource.gcp_cloud_storage_bucket_id = (
|
|
2574
2594
|
gcp_cloud_storage_bucket_name
|
|
2575
2595
|
)
|
|
2596
|
+
if memorystore_instance_config:
|
|
2597
|
+
new_cloud_resource.memorystore_instance_config = memorystore_instance_config
|
|
2576
2598
|
if not self.verify_gcp_cloud_resources(
|
|
2577
2599
|
cloud_resource=new_cloud_resource,
|
|
2578
2600
|
project_id=project_id,
|
|
@@ -2620,6 +2642,7 @@ class CloudController(BaseController):
|
|
|
2620
2642
|
editable_cloud_resource_gcp=EditableCloudResourceGCP(
|
|
2621
2643
|
gcp_filestore_config=gcp_filestore_config,
|
|
2622
2644
|
gcp_cloud_storage_bucket_id=gcp_cloud_storage_bucket_name,
|
|
2645
|
+
memorystore_instance_config=memorystore_instance_config,
|
|
2623
2646
|
),
|
|
2624
2647
|
)
|
|
2625
2648
|
except Exception as e: # noqa: BLE001
|
|
@@ -2630,13 +2653,19 @@ class CloudController(BaseController):
|
|
|
2630
2653
|
|
|
2631
2654
|
# Hint customer rollback command.
|
|
2632
2655
|
rollback_command = self._generate_rollback_command_for_gcp(
|
|
2633
|
-
cloud_id, cloud_resource, edit_details, gcp_filestore_config, gcp_utils
|
|
2656
|
+
cloud_id, cloud_resource, edit_details, gcp_filestore_config, gcp_utils,
|
|
2634
2657
|
)
|
|
2635
2658
|
self.log.info(
|
|
2636
2659
|
self.log.highlight(
|
|
2637
|
-
f"Cloud {cloud_name}({cloud_id}) is successfully edited.
|
|
2660
|
+
f"Cloud {cloud_name}({cloud_id}) is successfully edited."
|
|
2638
2661
|
)
|
|
2639
2662
|
)
|
|
2663
|
+
if rollback_command:
|
|
2664
|
+
self.log.info(
|
|
2665
|
+
self.log.highlight(
|
|
2666
|
+
f"If you want to revert the edit, you can edit it back to the original cloud with: `{rollback_command}`"
|
|
2667
|
+
)
|
|
2668
|
+
)
|
|
2640
2669
|
self.log.close_block("Edit")
|
|
2641
2670
|
|
|
2642
2671
|
def edit_cloud( # noqa: PLR0912,PLR0913
|
|
@@ -2651,6 +2680,7 @@ class CloudController(BaseController):
|
|
|
2651
2680
|
gcp_filestore_instance_id: Optional[str],
|
|
2652
2681
|
gcp_filestore_location: Optional[str],
|
|
2653
2682
|
gcp_cloud_storage_bucket_name: Optional[str],
|
|
2683
|
+
memorystore_instance_name: Optional[str],
|
|
2654
2684
|
functional_verify: Optional[str],
|
|
2655
2685
|
yes: bool = False,
|
|
2656
2686
|
):
|
|
@@ -2706,6 +2736,7 @@ class CloudController(BaseController):
|
|
|
2706
2736
|
gcp_filestore_instance_id,
|
|
2707
2737
|
gcp_filestore_location,
|
|
2708
2738
|
gcp_cloud_storage_bucket_name,
|
|
2739
|
+
memorystore_instance_name,
|
|
2709
2740
|
]
|
|
2710
2741
|
):
|
|
2711
2742
|
self.cloud_event_producer.produce(
|
|
@@ -2751,6 +2782,7 @@ class CloudController(BaseController):
|
|
|
2751
2782
|
gcp_filestore_instance_id,
|
|
2752
2783
|
gcp_filestore_location,
|
|
2753
2784
|
gcp_cloud_storage_bucket_name,
|
|
2785
|
+
memorystore_instance_name,
|
|
2754
2786
|
]
|
|
2755
2787
|
)
|
|
2756
2788
|
) or any(
|
|
@@ -2773,6 +2805,7 @@ class CloudController(BaseController):
|
|
|
2773
2805
|
gcp_filestore_instance_id=gcp_filestore_instance_id,
|
|
2774
2806
|
gcp_filestore_location=gcp_filestore_location,
|
|
2775
2807
|
gcp_cloud_storage_bucket_name=gcp_cloud_storage_bucket_name,
|
|
2808
|
+
memorystore_instance_name=memorystore_instance_name,
|
|
2776
2809
|
yes=yes,
|
|
2777
2810
|
)
|
|
2778
2811
|
except Exception as e: # noqa: BLE001
|
|
@@ -3,7 +3,7 @@ import dataclasses
|
|
|
3
3
|
from typing import Any, Optional, Type, TypeVar
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
_S3_BUCKET_ARN_PREFIX = "arn:aws:s3"
|
|
7
7
|
AWS_ROLE_ARN_RESOURCE_ID_PREFIX = "role/"
|
|
8
8
|
_AwsArnT = TypeVar("_AwsArnT", bound="AwsArn")
|
|
9
9
|
NoneType = type(None)
|
|
@@ -142,3 +142,12 @@ def get_dataplane_role_arn(
|
|
|
142
142
|
return AwsRoleArn.from_role_name(
|
|
143
143
|
account_id=account_id, role_name="ray-autoscaler-v1",
|
|
144
144
|
)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
def bucket_name_from_maybe_bucket_arn(s3_bucket_id: str) -> str:
|
|
148
|
+
"""We sometimes store buckets as an ARN.
|
|
149
|
+
This means the id has the format of "arn:aws:s3:::key/bucket" instead of "key/bucket."""
|
|
150
|
+
if s3_bucket_id.startswith(_S3_BUCKET_ARN_PREFIX):
|
|
151
|
+
s3_bucket_id = AwsArn.from_string(s3_bucket_id).resource_id
|
|
152
|
+
|
|
153
|
+
return s3_bucket_id
|
|
@@ -21,7 +21,7 @@ from anyscale.client.openapi_client.models.cloud_with_cloud_resource_gcp import
|
|
|
21
21
|
CloudWithCloudResourceGCP,
|
|
22
22
|
)
|
|
23
23
|
from anyscale.client.openapi_client.models.user_info import UserInfo
|
|
24
|
-
from anyscale.shared_anyscale_utils.aws import
|
|
24
|
+
from anyscale.shared_anyscale_utils.aws import bucket_name_from_maybe_bucket_arn
|
|
25
25
|
from anyscale.util import is_anyscale_workspace
|
|
26
26
|
from anyscale.utils.ray_utils import zip_directory # type: ignore
|
|
27
27
|
from anyscale.utils.workload_types import Workload
|
|
@@ -324,11 +324,7 @@ def _get_cloud_s3_bucket_from_cloud(cloud: CloudWithCloudResource) -> Optional[s
|
|
|
324
324
|
"""
|
|
325
325
|
assert cloud.provider == CloudProviders.AWS
|
|
326
326
|
if cloud and cloud.cloud_resource and cloud.cloud_resource.aws_s3_id:
|
|
327
|
-
|
|
328
|
-
# Buckets can also be in format of "arn:aws:s3:::bucket/path" instead of "bucket/path"
|
|
329
|
-
if s3_bucket_name.startswith(S3_BUCKET_ARN_PREFIX):
|
|
330
|
-
s3_bucket_name = AwsArn.from_string(s3_bucket_name).resource_id
|
|
331
|
-
return s3_bucket_name
|
|
327
|
+
return bucket_name_from_maybe_bucket_arn(cloud.cloud_resource.aws_s3_id)
|
|
332
328
|
else:
|
|
333
329
|
return None
|
|
334
330
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.5.145"
|
|
@@ -498,6 +498,7 @@ anyscale/client/openapi_client/models/ssologininfo_response.py
|
|
|
498
498
|
anyscale/client/openapi_client/models/start_session_options.py
|
|
499
499
|
anyscale/client/openapi_client/models/stop_session_options.py
|
|
500
500
|
anyscale/client/openapi_client/models/stream_publish_request.py
|
|
501
|
+
anyscale/client/openapi_client/models/stripe_checkout_session_url_response.py
|
|
501
502
|
anyscale/client/openapi_client/models/structured_output.py
|
|
502
503
|
anyscale/client/openapi_client/models/structuredoutput_response.py
|
|
503
504
|
anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py
|
|
@@ -551,6 +552,7 @@ anyscale/client/openapi_client/models/write_support_request.py
|
|
|
551
552
|
anyscale/commands/__init__.py
|
|
552
553
|
anyscale/commands/auth_commands.py
|
|
553
554
|
anyscale/commands/cloud_commands.py
|
|
555
|
+
anyscale/commands/cloud_commands_util.py
|
|
554
556
|
anyscale/commands/cluster_commands.py
|
|
555
557
|
anyscale/commands/cluster_env_commands.py
|
|
556
558
|
anyscale/commands/compute_config_commands.py
|