anyscale 0.25.11__tar.gz → 0.26.0__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.25.11 → anyscale-0.26.0}/PKG-INFO +1 -1
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/anyscale_client/anyscale_client.py +16 -3
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/anyscale_client/common.py +13 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/anyscale_client/fake_anyscale_client.py +9 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/docgen/__main__.py +17 -2
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/cloud/__init__.py +44 -5
- anyscale-0.26.0/anyscale/cloud/_private/cloud_sdk.py +82 -0
- anyscale-0.26.0/anyscale/cloud/commands.py +113 -0
- anyscale-0.26.0/anyscale/cloud/models.py +209 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/cloud_commands.py +76 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/command_examples.py +22 -0
- anyscale-0.26.0/anyscale/version.py +1 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale.egg-info/PKG-INFO +1 -1
- anyscale-0.25.11/anyscale/cloud/_private/cloud_sdk.py +0 -25
- anyscale-0.25.11/anyscale/cloud/commands.py +0 -45
- anyscale-0.25.11/anyscale/cloud/models.py +0 -91
- anyscale-0.25.11/anyscale/version.py +0 -1
- {anyscale-0.25.11 → anyscale-0.26.0}/.covrc +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/BUILD.bazel +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/LICENSE +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/MANIFEST.in +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/NOTICE +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/README.md +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/anyscale_client/README.md +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/anyscale_client/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/docgen/README.md +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/docgen/api.md +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/docgen/generator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/docgen/generator_legacy.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/docgen/models.md +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/models/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/models/image_uri.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/models/model_base.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/sdk/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/sdk/base_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/sdk/timer.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/utils/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/utils/progress_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/workload/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/workload/workload_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/workload/workload_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/aggregated_instance_usage/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/aggregated_instance_usage/_private/aggregated_instance_usage_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/aggregated_instance_usage/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/aggregated_instance_usage/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale-cloud-setup-gcp-oa.yaml +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale-cloud-setup-gcp.yaml +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale-cloud-setup-oa.yaml +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale-cloud-setup.yaml +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/HISTORY.md +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/LICENSE +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/PKG-INFO +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/README.md +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/_hypothesis_plugin.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/annotated_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/class_validators.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/color.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/dataclasses.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/datetime_parse.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/decorator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/env_settings.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/error_wrappers.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/errors.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/fields.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/generics.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/json.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/main.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/mypy.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/networks.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/parse.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/py.typed +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/schema.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/tools.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/typing.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/validators.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_pydantic/version.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/anyscale_schema.json +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/api.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/api_utils/README.md +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/api_utils/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/api_utils/common_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/api_utils/exceptions/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/api_utils/exceptions/job_errors.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/api_utils/job_logs_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/api_utils/job_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/api_utils/logs_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/authenticate.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/aws_iam_policies.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/background/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/background/job_runner.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/cli_logger.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/.gitignore +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/.openapi-generator/VERSION +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/.openapi-generator-ignore +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/README.md +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/git_push.sh +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/api/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/api/default_api.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/api_client.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/configuration.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/exceptions.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/access_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/admin_create_user.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/admin_created_user.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/admincreateduser_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aggregated_instance_usage_csv.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aggregated_usage.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aggregated_usage_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aggregatedinstanceusagecsv_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aggregatedusage_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aica_endpoint.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aica_endpoint_event.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aica_endpoint_event_level.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aica_endpoint_event_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aica_endpoint_scope.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aica_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aica_model_accelerator_map.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aica_model_configuration.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aica_observability_urls.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aicaendpoint_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aicaendpoint_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aicaendpointevent_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aicamodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aicamodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aioa_cloud_waitlist_record.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aioacloudwaitlistrecord_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/alert_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/anyscale_aws_account.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/anyscale_service_account.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/anyscale_version_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/anyscaleawsaccount_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/anyscaled_credential_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/anyscaleserviceaccount_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/anyscaleversionresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/api_key_parameters.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/app_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/appconfig_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/application_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/applied_snapshot.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/archive_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/archived_logs_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/archivedlogsinfo_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/attach_machine_pool_to_cloud_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/attachmachinepooltocloudresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aviary_model_config_v2.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aws_credentials.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aws_region_and_zones.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/aws_region_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/awsregionandzones_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/bank_account_information.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/base_job_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/baseimagesenum.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/batch_response_batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/billing_information.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/billing_version_code.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/body_aws_marketplace_registration_api_v2_organization_billing_aws_marketplace_registration_post.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/buffer_registration.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/build_log_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/build_registration.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/build_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/build_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/card.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/card_id.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/card_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/change_password_params.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cleanup_leaked_grafana_dashboard_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cleanupleakedgrafanadashboardresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clone_experimental_workspace.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_analytics_event.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_provider_error.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_resource.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_analytics_event_command_name.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_analytics_event_error.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_analytics_event_name.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_collaborator_value.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_collaborators_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_data_bucket_access_mode.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_scheme.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_scheme.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_data_bucket_request_scope.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_deployment_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_hosting_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_name_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_overview_dashboard.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_project_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_project_collaborator_value.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_provider.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_providers.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_region_and_zones.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_region_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_resource.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_resource_gcp.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_version.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_waitlist_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloudcollaborator_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clouddatabucketpresigneduploadinfo_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clouddatabucketpresignedurlresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clouddeploymentconfig_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloudoverviewdashboard_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloudregionandzones_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloudresource_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloudresourcegcp_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloudwithcloudresource_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_auth_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_config_with_session_idle_timeout.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_event.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_event_source.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_events_output.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_features.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_size.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_startup.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/cluster_status_details.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clusterauthresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clusterconfig_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clusterconfigwithsessionidletimeout_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clusterevent_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clustereventsoutput_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/clusterfeatures_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/compute_node_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/compute_stack.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/compute_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/compute_template_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/compute_template_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/computetemplate_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_aica_endpoint.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_aioa_cloud_waitlist.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_analytics_event.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_app_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_billing_version.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_bug_report_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_byod_app_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_byod_build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_cloud_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_cloud_resource.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_compute_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_dataset.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_experimental_workspace.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_experimental_workspace_from_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_instance_usage_budget.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_internal_production_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_job_queue_requests.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_machine_pool_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_machine_pool_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_machine_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_machine_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_metronome_webhook_notification.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_notification_channel_record.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_organization_configuration.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_organization_invitation.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_otp_return_api_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_production_job_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_resource_alert.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_resource_quota.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_schedule.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_session_from_snapshot_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_session_in_db.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_session_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_user.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_user_project_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_user_project_collaborator_value.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/create_workspace_from_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/createbugreportresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/createcomputetemplateconfig_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/createmachinepoolresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/createmachineresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/createotpreturnapimodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/createsessionresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/credit_card_information.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/customer_alert_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/customer_billing_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/dataplane_services.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/dataset.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/dataset_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/dataset_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/dataset_upload.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/datasetupload_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_application_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_compute_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_compute_template_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_interactive_session.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_job_queue.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_job_submission.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_list_service_api_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_production_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_production_job_state_transition.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_runtime_env.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_schedule.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_serve_deployment.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_service_event_api_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_session.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_support_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decorated_unified_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedbuild_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedbuild_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedinteractivesession_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedjob_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedjob_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedjobqueue_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedjobqueue_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedjobsubmission_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedjobsubmission_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedlistserviceapimodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedproductionjob_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedproductionjob_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedproductionjobstatetransition_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedproductionservicev2_apimodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedproductionservicev2_versionapimodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedruntimeenv_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedruntimeenv_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedschedule_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedschedule_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedservedeployment_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedservedeployment_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedserviceeventapimodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedsession_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedsession_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedsupportrequest_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedsupportrequest_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedunifiedjob_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/decoratedunifiedjob_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/delete_machine_pool_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/delete_machine_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/deleted_platform_fine_tuned_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/deletedplatformfinetunedmodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/deletemachinepoolresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/describe_machine_pool_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/describe_machine_pool_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/describemachinepoolresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/detach_machine_pool_from_cloud_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/detachmachinepoolfromcloudresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/dismissal_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/editable_cloud_resource.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/editable_cloud_resource_gcp.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/error.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/event_level.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/execute_command_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/execute_interactive_command_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/execute_shell_command_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/executecommandresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/experimental_workspace.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/experimental_workspaces_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/experimentalworkspace_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/experimentalworkspace_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/external_service_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/external_service_status_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/external_terminal_command.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/externalservicestatusresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/feature_compatibility.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/feature_flag_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/featureflagresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/fine_tune_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/fine_tuned_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/finetunedmodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/finetunedmodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/finish_ft_job_request_v2.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/gcp_file_store_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/gcp_memorystore_instance_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/grafana_dashboard.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ha_job_error_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ha_job_event_level.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ha_job_event_origin.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ha_job_states.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ha_job_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ha_jobs_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/head_ip.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/headip_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/http_protocol_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/http_validation_error.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/idle_termination_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/import_aica_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/instance_usage_budget.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/instance_usage_budget_evaluation_period.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/instanceusagebudget_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/instanceusagebudget_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/integration_details.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/interactive_session_logs.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/interactivesessionlogs_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/internal_production_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/internalproductionjob_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/invoice.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/invoice_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/invoice_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/invoices_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_access.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_queue.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_queue_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_queue_spec.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_queue_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_queues_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_run_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_state_log_level_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/job_submissions_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/jobqueue_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/jobs_logs.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/jobs_logs_query_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/jobslogs_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/jobslogsqueryinfo_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/json_patch_operation.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/kubernetes_manager_registration_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/kubernetes_manager_registration_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/kubernetesmanagerregistrationresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/lb_resource.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/lbresource_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/list_machine_pools_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/list_machines_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/list_resource_alerts_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/list_resource_quotas_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/list_response_metadata.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/listmachinepoolsresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/listmachinesresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_detail.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_details.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_download_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_download_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_download_result.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_file_chunk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_filter.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_item.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_item_batch.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/log_stream.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/logdetails_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/login_user_params.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/logitembatch_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/logs_output.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/logsoutput_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/logstream_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/long_running_workload.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/longrunningworkload_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/machine_allocation_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/machine_connection_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/machine_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/machine_pool.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/machine_state_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/metronome_customer_info_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/metronome_dashboard_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/metronomecustomerinfomodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/metronomecustomerinfomodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_cloud.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_cluster.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_compute_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_compute_template_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_job_run.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_namespace.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_organization.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_production_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_project.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_runtime_environment.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_schedule.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/mini_user.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/minibuild_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/minicomputetemplate_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/miniproject_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/monitor_logs_extension.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/named_entity.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/nfs_mount_target.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/node_registration_aws.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/node_registration_gcp.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/node_registration_k8_s.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/node_registration_provisioned.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/node_registration_v2.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/node_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/notification_channel_email_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/notification_channel_slack_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/notification_channel_webhook_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/onboarding_user_cards_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_availability.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_configuration.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_configuration_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_invitation.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_invitation_base.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_marketing_questions.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_permission_level.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_project_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_project_collaborator_value.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_public_identifier.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_summary.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_usage_alert.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organization_usage_alert_severity.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationavailability_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationcollaborator_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationconfiguration_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationconfigurationresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationinvitation_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationinvitation_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationinvitationbase_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationprojectcollaborator_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationpublicidentifier_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/organizationusagealert_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/page_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/pause_schedule.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/permission_level.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/product_autoscaler_flag.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/product_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/productautoscalerflag_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/production_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/production_job_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/production_job_event.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/production_job_event_scope_filter.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/productionjob_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/productionjobevent_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_base.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_collaborator_value.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_collaborators_put_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_create_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_default_session_name.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_delete_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_patch_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/project_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/projectbase_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/projectcollaborator_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/projectdefaultsessionname_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/projects_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/projects_violating_tree_hierarchy_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/projectsviolatingtreehierarchyresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/protocols.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/provider_metadata.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/providermetadata_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/python_modules.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/quota.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/read_billing_version.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/readbillingversion_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/replica_details.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/replica_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/request_email_magic_link_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/request_otp_return_api_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/request_password_reset_params.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/request_state_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/requestemailmagiclinkresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/requestotpreturnapimodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/reset_password_params.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/resource_alert.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/resource_alert_event_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/resource_quota.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/resource_quota_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/resourcealert_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/resourcealert_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/resourcequota_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/resourcequota_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/resources.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/rollback_service_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/rollout_strategy.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/s3_download_location.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/schedule_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/scheduler_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/serve_deployment_fast_api_docs_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/serve_deployment_logs.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/serve_deployment_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/servedeploymentfastapidocsstatus_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/servedeploymentlogs_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/server_session_token.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/serversessiontoken_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_event_current_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_event_level.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_event_origin.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_event_scope.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_event_scope_filter.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_event_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_event_verbose_message_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_goal_states.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_observability_urls.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_usage.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/service_version_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/serviceeventverbosemessagemodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_access.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_autosync_sessions_update_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_command.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_command_finish_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_command_id.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_command_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_create_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_delete_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_describe.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_details.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_execute_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_finish_command_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_history_item.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_kill_command_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_patch_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_ssh_key.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_state_change_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_state_data.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/session_stopping_data.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/sessioncommandid_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/sessiondescribe_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/sessiondetails_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/sessionhistoryitem_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/sessions_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/sessionsshkey_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/setup_initialize_session_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/show_otp_source_return_api_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/snapshot_create_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/snapshot_delete_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/snapshot_patch_message.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/socket_message_schemas.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/socket_message_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/socketmessageschemas_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/socketmessagetypes_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/sort_order.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/sso_login_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ssologininfo_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/start_session_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/stop_session_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/stream_publish_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/support_requests_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/templatized_compute_configs.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/templatized_decorated_application_templates.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/templatizedcomputeconfigs_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/templatizeddecoratedapplicationtemplates_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/text_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/timestamped_logs_output.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/timestampedlogsoutput_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/tool.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/tracing_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/try_login_email_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/tryloginemailresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/unified_job_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/unified_job_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/unified_job_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_cloud_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_cluster_dns.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_compute_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_endpoint.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_machine_pool_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_model_deployment.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_organization_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_project_collaborator.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/update_resource_quota.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/updatemachinepoolresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/upload_session_command_logs_locations.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/uploadsessioncommandlogslocations_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usage_by_cloud.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usage_by_cluster.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usage_by_instance_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usage_by_project.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usage_by_user.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usagebycloud_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usagebycluster_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usagebyinstancetype_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usagebyproject_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/usagebyuser_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/user_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/user_resend_email_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/user_service_access_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/userinfo_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/utm_fields.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/ux_instance.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/validate_otp_params_api_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/validation_error.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/verify_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/verifyresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/visibility.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/waitlist_status_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/waitlist_status_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/waitliststatusresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/wand_b_run_details.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/web_terminal.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/webterminal_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/webterminal_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/worker_node_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workload_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workload_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_dataplane_artifact.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_dataplane_artifacts.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_event.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_event_source.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_event_source_filter.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_readme.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_snapshot_states.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspace_template_cluster_environment_metadata.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspacedataplaneartifacts_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspacedataplaneproxiedartifacts_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspaceevent_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspacereadme_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspacetemplate_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/workspacetemplateclusterenvironmentmetadata_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/write_cloud.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/write_cluster_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/write_project.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/write_session.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/models/write_support_request.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/openapi_client/rest.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/requirements.txt +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/setup.cfg +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/setup.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/test-requirements.txt +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/client/tox.ini +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/cloud_resource.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/cloud_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/cluster.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/cluster_compute.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/cluster_env.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/aggregated_instance_usage_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/anyscale_api/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/anyscale_api/api_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/anyscale_api/session_commands_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/anyscale_api/session_operations_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/anyscale_api/sessions_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/auth_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/cloud_commands_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/cluster_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/cluster_env_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/compute_config_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/config_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/exec_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/experimental_integrations_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/image_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/job_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/list_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/llm/dataset_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/llm/group.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/llm/models_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/login_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/logs_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/machine_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/machine_pool_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/migrate_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/organization_invitation_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/project_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/resource_quota_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/schedule_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/service_account_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/service_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/session_commands_hidden.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/user_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/workspace_commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/commands/workspace_commands_v2.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/component_activity_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/compute_config/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/compute_config/_private/compute_config_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/compute_config/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/compute_config/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/conf.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/connect.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/connect_utils/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/connect_utils/prepare_cluster.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/connect_utils/project.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/connect_utils/start_interactive_session.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/auth_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/base_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/cloud_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/cloud_functional_verification_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/cluster_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/cluster_env_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/compute_config_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/config_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/experimental_integrations_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/job_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/jobs_bg_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/list_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/llm/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/llm/models_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/logs_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/machine_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/machine_pool_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/project_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/schedule_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/service_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/controllers/workspace_controller.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/feature_flags.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/fingerprint.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/formatters/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/formatters/clouds_formatter.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/formatters/common_formatter.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/gcp_verification.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/image/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/image/_private/image_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/image/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/image/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/integrations.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/job/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/job/_private/job_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/job/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/job/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/links.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/dataset/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/dataset/_private/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/dataset/_private/docs.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/dataset/_private/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/dataset/_private/sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/model/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/model/_private/models_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/model/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/model/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/model/sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/llm/sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/memorydb_supported_zones.json +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/models/job_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/models/service_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/organization_invitation/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/organization_invitation/_private/organization_invitation_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/organization_invitation/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/organization_invitation/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/project/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/project/_private/project_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/project/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/project/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/project_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/resource_quota/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/resource_quota/_private/resource_quota_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/resource_quota/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/resource_quota/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/schedule/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/schedule/_private/schedule_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/schedule/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/schedule/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/scripts.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/api/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/api/default_api.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/api_client.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/configuration.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/exceptions.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/access_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/app_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/apply_service_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/archive_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/base_job_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/baseimagesenum.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/build_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/build_log_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/build_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/build_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud_providers.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cloud_version.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clouds_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_compute.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_compute_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_computes_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_environment.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_environment_build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_head_node_info.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_operation.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_services_urls.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/cluster_status_details.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clustercompute_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clustercompute_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clusterenvironment_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/clusters_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/compute_node_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/compute_stack.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/compute_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/compute_template_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/compute_template_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/computetemplate_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/computetemplate_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_cloud.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_cluster.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_cluster_compute.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_cluster_environment.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_cluster_environment_build.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_compute_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_production_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_production_job_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_project.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_schedule.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_session.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_session_command.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/create_sso_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/ha_job_states.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/http_protocol_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/http_validation_error.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/idle_termination_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/job_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/job_queue_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/job_queue_spec.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/job_run_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/job_status.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/jobs_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/list_response_metadata.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/list_service_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/listservicemodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/log_download_result.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/log_file_chunk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/log_stream.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/logstream_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/node_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/operation_error.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/operation_progress.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/operation_result.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/organization.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/organization_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/page_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/pause_schedule.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/production_job.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/production_job_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/production_service_v2_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/production_service_v2_version_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/productionjob_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/productionjob_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/productionservicev2_model_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/project.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/project_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/project_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/projects_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/protocols.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/python_modules.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/python_version.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/resources.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/rollback_service_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/rollout_strategy.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/runtime_environment.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/runtimeenvironment_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/schedule_api_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/schedule_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/scheduleapimodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/scheduleapimodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/service_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/service_event_current_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/service_goal_states.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/service_model.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/service_observability_urls.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/service_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/service_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/service_version_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/servicemodel_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/servicemodel_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_command.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_command_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_operation.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_state.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_state_data.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/session_stopping_data.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/sessioncommand_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/sessions_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/sort_order.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/sso_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/sso_mode.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/ssoconfig_response.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/start_cluster_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/start_session_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/static_sso_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/terminate_cluster_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/terminate_session_options.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/text_query.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/tracing_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/update_cloud.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/update_cluster.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/update_compute_template.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/update_compute_template_config.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/update_organization.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/update_project.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/update_session.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/user_service_access_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/ux_instance.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/validation_error.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/models/worker_node_type.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/rest.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/sdk/anyscale_client/sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/service/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/service/_private/service_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/service/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/service/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/service_account/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/service_account/_private/service_account_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/service_account/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/service_account/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/aws.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/bytes_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/conf.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/default_anyscale_aws.yaml +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/default_anyscale_gcp.yaml +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/headers.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/latest_ray_version.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/project.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/test_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/tests/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/tests/test_asyncio.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/tests/test_ray_semver.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/utils/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/utils/asyncio.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/utils/byod.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/utils/collections.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/utils/id_gen.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/utils/protected_string.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/shared_anyscale_utils/utils/ray_semver.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/snapshot.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/tables.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/user/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/user/_private/user_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/user/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/user/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/cli_version_check_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/cloud_update_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/cloud_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/cluster_debug.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/connect_helpers.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/deprecation_util.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/entity_arg_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/env_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/gcp_managed_setup_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/gcp_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/imports/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/imports/all.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/imports/gcp.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/logs_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/name_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/network_verification.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/ray_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/ray_version_checker.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/ray_version_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/runtime_env.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/s3.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/user_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/workload_types.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/workspace_notification.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/utils/workspace_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/webterminal/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/webterminal/bash-preexec.sh +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/webterminal/command_persister.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/webterminal/utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/webterminal/webterminal.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/workspace/__init__.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/workspace/_private/workspace_sdk.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/workspace/commands.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/workspace/models.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale/workspace_utils.py +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale.egg-info/SOURCES.txt +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale.egg-info/dependency_links.txt +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale.egg-info/entry_points.txt +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale.egg-info/not-zip-safe +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale.egg-info/requires.txt +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/anyscale.egg-info/top_level.txt +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/requirements.in +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/setup.cfg +0 -0
- {anyscale-0.25.11 → anyscale-0.26.0}/setup.py +0 -0
@@ -546,9 +546,7 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
546
546
|
@handle_api_exceptions
|
547
547
|
def get_cloud(self, *, cloud_id: str) -> Optional[Cloud]:
|
548
548
|
try:
|
549
|
-
cloud: Cloud = self.
|
550
|
-
cloud_id
|
551
|
-
).result
|
549
|
+
cloud: Cloud = self._external_api_client.get_cloud(cloud_id=cloud_id).result
|
552
550
|
return cloud
|
553
551
|
except InternalApiException as e:
|
554
552
|
if e.status == 404:
|
@@ -556,6 +554,21 @@ class AnyscaleClient(AnyscaleClientInterface):
|
|
556
554
|
|
557
555
|
raise e from None
|
558
556
|
|
557
|
+
@handle_api_exceptions
|
558
|
+
def get_cloud_by_name(self, *, name) -> Optional[Cloud]:
|
559
|
+
cloud_id = self.get_cloud_id(cloud_name=name)
|
560
|
+
return self.get_cloud(cloud_id=cloud_id)
|
561
|
+
|
562
|
+
@handle_api_exceptions
|
563
|
+
def get_default_cloud(self) -> Optional[Cloud]:
|
564
|
+
try:
|
565
|
+
return self._external_api_client.get_default_cloud().result
|
566
|
+
except InternalApiException as e:
|
567
|
+
if e.status == 404:
|
568
|
+
return None
|
569
|
+
|
570
|
+
raise e from None
|
571
|
+
|
559
572
|
@handle_api_exceptions
|
560
573
|
def add_cloud_collaborators(
|
561
574
|
self, cloud_id: str, collaborators: List[CreateCloudCollaborator]
|
@@ -150,6 +150,19 @@ class AnyscaleClientInterface(ABC):
|
|
150
150
|
"""
|
151
151
|
raise NotImplementedError
|
152
152
|
|
153
|
+
@abstractmethod
|
154
|
+
def get_cloud_by_name(self, *, name: str) -> Optional[Cloud]:
|
155
|
+
"""Get the cloud model for the provided cloud name.
|
156
|
+
|
157
|
+
Returns `None` if the cloud name was not found.
|
158
|
+
"""
|
159
|
+
raise NotImplementedError
|
160
|
+
|
161
|
+
@abstractmethod
|
162
|
+
def get_default_cloud(self) -> Optional[Cloud]:
|
163
|
+
"""Get the user's default cloud."""
|
164
|
+
raise NotImplementedError
|
165
|
+
|
153
166
|
@abstractmethod
|
154
167
|
def add_cloud_collaborators(
|
155
168
|
self, cloud_id: str, collaborators: List[CreateCloudCollaborator]
|
{anyscale-0.25.11 → anyscale-0.26.0}/anyscale/_private/anyscale_client/fake_anyscale_client.py
RENAMED
@@ -368,6 +368,15 @@ class FakeAnyscaleClient(AnyscaleClientInterface):
|
|
368
368
|
def get_cloud(self, *, cloud_id: str) -> Optional[Cloud]:
|
369
369
|
return self._clouds.get(cloud_id, None)
|
370
370
|
|
371
|
+
def get_cloud_by_name(self, *, name: str) -> Optional[Cloud]:
|
372
|
+
for c in self._clouds.values():
|
373
|
+
if c.name == name:
|
374
|
+
return c
|
375
|
+
return None
|
376
|
+
|
377
|
+
def get_default_cloud(self) -> Optional[Cloud]:
|
378
|
+
return self._clouds.get(self.DEFAULT_CLOUD_ID, None)
|
379
|
+
|
371
380
|
def add_cloud_collaborators(
|
372
381
|
self, cloud_id: str, collaborators: List[CreateCloudCollaborator]
|
373
382
|
) -> None:
|
@@ -11,7 +11,10 @@ from anyscale import scripts
|
|
11
11
|
from anyscale._private.docgen.generator import MarkdownGenerator, Module
|
12
12
|
from anyscale.aggregated_instance_usage.models import DownloadCSVFilters
|
13
13
|
from anyscale.cloud.models import (
|
14
|
+
Cloud,
|
14
15
|
CloudPermissionLevel,
|
16
|
+
CloudProvider,
|
17
|
+
ComputeStack,
|
15
18
|
CreateCloudCollaborator,
|
16
19
|
)
|
17
20
|
from anyscale.commands import (
|
@@ -443,10 +446,22 @@ ALL_MODULES = [
|
|
443
446
|
cloud_commands.cloud_config_update,
|
444
447
|
cloud_commands.cloud_set_default,
|
445
448
|
cloud_commands.add_collaborators,
|
449
|
+
cloud_commands.get_cloud,
|
450
|
+
cloud_commands.get_default_cloud,
|
446
451
|
],
|
447
452
|
sdk_prefix="anyscale.cloud",
|
448
|
-
sdk_commands=[
|
449
|
-
|
453
|
+
sdk_commands=[
|
454
|
+
anyscale.cloud.add_collaborators,
|
455
|
+
anyscale.cloud.get,
|
456
|
+
anyscale.cloud.get_default,
|
457
|
+
],
|
458
|
+
models=[
|
459
|
+
CloudPermissionLevel,
|
460
|
+
CreateCloudCollaborator,
|
461
|
+
Cloud,
|
462
|
+
ComputeStack,
|
463
|
+
CloudProvider,
|
464
|
+
],
|
450
465
|
cli_command_group_prefix={cloud_commands.cloud_config_update: "config"},
|
451
466
|
legacy_sdk_commands={
|
452
467
|
# limited support, no replacement yet
|
@@ -11,9 +11,14 @@ from anyscale.cloud._private.cloud_sdk import PrivateCloudSDK
|
|
11
11
|
from anyscale.cloud.commands import (
|
12
12
|
_ADD_COLLABORATORS_ARG_DOCSTRINGS,
|
13
13
|
_ADD_COLLABORATORS_EXAMPLE,
|
14
|
+
_GET_ARG_DOCSTRINGS,
|
15
|
+
_GET_DEFAULT_EXAMPLE,
|
16
|
+
_GET_EXAMPLE,
|
14
17
|
add_collaborators,
|
18
|
+
get,
|
19
|
+
get_default,
|
15
20
|
)
|
16
|
-
from anyscale.cloud.models import CreateCloudCollaborator
|
21
|
+
from anyscale.cloud.models import Cloud, CreateCloudCollaborator
|
17
22
|
from anyscale.connect import ClientBuilder
|
18
23
|
|
19
24
|
|
@@ -31,12 +36,43 @@ class CloudSDK:
|
|
31
36
|
doc_py_example=_ADD_COLLABORATORS_EXAMPLE,
|
32
37
|
arg_docstrings=_ADD_COLLABORATORS_ARG_DOCSTRINGS,
|
33
38
|
)
|
34
|
-
def add_collaborators(
|
35
|
-
self, cloud: str, collaborators: List[CreateCloudCollaborator]
|
39
|
+
def add_collaborators(
|
40
|
+
self, cloud: str, collaborators: List[CreateCloudCollaborator],
|
36
41
|
) -> str:
|
37
|
-
"""
|
42
|
+
"""
|
43
|
+
Batch add collaborators to a cloud.
|
44
|
+
|
45
|
+
:param cloud: The cloud to add users to.
|
46
|
+
:param collaborators: The list of collaborators to add to the cloud.
|
47
|
+
"""
|
38
48
|
return self._private_sdk.add_collaborators(cloud, collaborators)
|
39
49
|
|
50
|
+
@sdk_docs(
|
51
|
+
doc_py_example=_GET_EXAMPLE, arg_docstrings=_GET_ARG_DOCSTRINGS,
|
52
|
+
)
|
53
|
+
def get_cloud(
|
54
|
+
self, id: Optional[str], name: Optional[str], # noqa: A002
|
55
|
+
) -> Optional[Cloud]:
|
56
|
+
"""
|
57
|
+
Retrieve a cloud by its name or ID.
|
58
|
+
|
59
|
+
:param id: The ID of the cloud to retrieve.
|
60
|
+
:param name: The name of the cloud to retrieve.
|
61
|
+
:return: A ``Cloud`` object if found, otherwise ``None``.
|
62
|
+
"""
|
63
|
+
return self._private_sdk.get(id=id, name=name)
|
64
|
+
|
65
|
+
@sdk_docs(
|
66
|
+
doc_py_example=_GET_DEFAULT_EXAMPLE, arg_docstrings={},
|
67
|
+
)
|
68
|
+
def get_default_cloud(self) -> Optional[Cloud]:
|
69
|
+
"""
|
70
|
+
Get the default cloud for your organization.
|
71
|
+
|
72
|
+
:return: The default ``Cloud`` object if it exists, otherwise ``None``.
|
73
|
+
"""
|
74
|
+
return self._private_sdk.get_default()
|
75
|
+
|
40
76
|
|
41
77
|
# Note: indentation here matches that of connect.py::ClientBuilder.
|
42
78
|
BUILDER_HELP_FOOTER = """
|
@@ -48,13 +84,16 @@ class CloudModule(ModuleType):
|
|
48
84
|
"""
|
49
85
|
A custom callable module object for `anyscale.cloud`.
|
50
86
|
|
51
|
-
This hack is needed since `anyscale.cloud` is a function for Anyscale connect
|
87
|
+
This hack is needed since `anyscale.cloud` is a function for Anyscale connect
|
88
|
+
but also a module for the SDK.
|
52
89
|
"""
|
53
90
|
|
54
91
|
def __init__(self):
|
55
92
|
# Expose attributes from the SDK.
|
56
93
|
self.CloudSDK = CloudSDK
|
57
94
|
self.add_collaborators = add_collaborators
|
95
|
+
self.get = get
|
96
|
+
self.get_default = get_default
|
58
97
|
|
59
98
|
# Expose Anyscale connect
|
60
99
|
self.new_builder = self._new_builder()
|
@@ -0,0 +1,82 @@
|
|
1
|
+
from typing import List, Optional
|
2
|
+
|
3
|
+
from anyscale._private.sdk.base_sdk import BaseSDK
|
4
|
+
from anyscale.client.openapi_client.models import (
|
5
|
+
Cloud as CloudModel,
|
6
|
+
CreateCloudCollaborator as CreateCloudCollaboratorModel,
|
7
|
+
)
|
8
|
+
from anyscale.cloud.models import (
|
9
|
+
Cloud,
|
10
|
+
CloudProvider,
|
11
|
+
ComputeStack,
|
12
|
+
CreateCloudCollaborator,
|
13
|
+
)
|
14
|
+
|
15
|
+
|
16
|
+
class PrivateCloudSDK(BaseSDK):
|
17
|
+
def add_collaborators(
|
18
|
+
self, cloud: str, collaborators: List[CreateCloudCollaborator]
|
19
|
+
) -> str:
|
20
|
+
cloud_id = self.client.get_cloud_id(cloud_name=cloud, compute_config_id=None)
|
21
|
+
|
22
|
+
return self.client.add_cloud_collaborators(
|
23
|
+
cloud_id=cloud_id,
|
24
|
+
collaborators=[
|
25
|
+
CreateCloudCollaboratorModel(
|
26
|
+
email=collaborator.email,
|
27
|
+
permission_level=collaborator.permission_level.lower(),
|
28
|
+
)
|
29
|
+
for collaborator in collaborators
|
30
|
+
],
|
31
|
+
)
|
32
|
+
|
33
|
+
def get(
|
34
|
+
self, id: Optional[str], name: Optional[str], # noqa: A002
|
35
|
+
) -> Optional[Cloud]:
|
36
|
+
if (id and name) or (not id and not name):
|
37
|
+
raise ValueError("Provide exactly one of 'id' or 'name'.")
|
38
|
+
|
39
|
+
if id:
|
40
|
+
openapi_cloud = self.client.get_cloud(cloud_id=id)
|
41
|
+
else:
|
42
|
+
assert name is not None, "Name must be provided if id is not."
|
43
|
+
openapi_cloud = self.client.get_cloud_by_name(name=name)
|
44
|
+
|
45
|
+
return self._to_sdk_cloud(openapi_cloud)
|
46
|
+
|
47
|
+
def get_default(self) -> Optional[Cloud]:
|
48
|
+
openapi_cloud = self.client.get_default_cloud()
|
49
|
+
|
50
|
+
return self._to_sdk_cloud(openapi_cloud)
|
51
|
+
|
52
|
+
def _to_sdk_cloud(self, openapi_cloud: Optional["CloudModel"]) -> Optional[Cloud]:
|
53
|
+
if openapi_cloud is None:
|
54
|
+
return None
|
55
|
+
|
56
|
+
# Validate provider, default to UNKNOWN if validation fails
|
57
|
+
if openapi_cloud.provider is not None:
|
58
|
+
try:
|
59
|
+
provider = CloudProvider.validate(openapi_cloud.provider)
|
60
|
+
except ValueError:
|
61
|
+
provider = CloudProvider.UNKNOWN
|
62
|
+
else:
|
63
|
+
provider = CloudProvider.UNKNOWN
|
64
|
+
|
65
|
+
# Validate compute_stack, default to UNKNOWN if validation fails
|
66
|
+
if openapi_cloud.compute_stack is not None:
|
67
|
+
try:
|
68
|
+
compute_stack = ComputeStack.validate(openapi_cloud.compute_stack)
|
69
|
+
except ValueError:
|
70
|
+
compute_stack = ComputeStack.UNKNOWN
|
71
|
+
else:
|
72
|
+
compute_stack = ComputeStack.UNKNOWN
|
73
|
+
|
74
|
+
return Cloud(
|
75
|
+
id=openapi_cloud.id,
|
76
|
+
name=openapi_cloud.name,
|
77
|
+
provider=provider,
|
78
|
+
region=openapi_cloud.region,
|
79
|
+
created_at=openapi_cloud.created_at,
|
80
|
+
is_default=openapi_cloud.is_default,
|
81
|
+
compute_stack=compute_stack,
|
82
|
+
)
|
@@ -0,0 +1,113 @@
|
|
1
|
+
from typing import List, Optional
|
2
|
+
|
3
|
+
from anyscale._private.sdk import sdk_command
|
4
|
+
from anyscale.cloud._private.cloud_sdk import Cloud, PrivateCloudSDK
|
5
|
+
from anyscale.cloud.models import CreateCloudCollaborator
|
6
|
+
|
7
|
+
|
8
|
+
_CLOUD_SDK_SINGLETON_KEY = "cloud_sdk"
|
9
|
+
|
10
|
+
_ADD_COLLABORATORS_EXAMPLE = """
|
11
|
+
import anyscale
|
12
|
+
from anyscale.cloud.models import CloudPermissionLevel, CreateCloudCollaborator
|
13
|
+
|
14
|
+
anyscale.cloud.add_collaborators(
|
15
|
+
cloud="cloud_name",
|
16
|
+
collaborators=[
|
17
|
+
CreateCloudCollaborator(
|
18
|
+
email="test1@anyscale.com",
|
19
|
+
permission_level=CloudPermissionLevel.WRITE,
|
20
|
+
),
|
21
|
+
CreateCloudCollaborator(
|
22
|
+
email="test2@anyscale.com",
|
23
|
+
permission_level=CloudPermissionLevel.READONLY,
|
24
|
+
),
|
25
|
+
],
|
26
|
+
)
|
27
|
+
"""
|
28
|
+
|
29
|
+
_ADD_COLLABORATORS_ARG_DOCSTRINGS = {
|
30
|
+
"cloud": "The cloud to add users to.",
|
31
|
+
"collaborators": "The list of collaborators to add to the cloud.",
|
32
|
+
}
|
33
|
+
|
34
|
+
|
35
|
+
@sdk_command(
|
36
|
+
_CLOUD_SDK_SINGLETON_KEY,
|
37
|
+
PrivateCloudSDK,
|
38
|
+
doc_py_example=_ADD_COLLABORATORS_EXAMPLE,
|
39
|
+
arg_docstrings=_ADD_COLLABORATORS_ARG_DOCSTRINGS,
|
40
|
+
)
|
41
|
+
def add_collaborators(
|
42
|
+
cloud: str, collaborators: List[CreateCloudCollaborator], *, _sdk: PrivateCloudSDK,
|
43
|
+
) -> str:
|
44
|
+
"""
|
45
|
+
Batch add collaborators to a cloud.
|
46
|
+
|
47
|
+
:param cloud: The cloud to add users to.
|
48
|
+
:param collaborators: The list of collaborators to add to the cloud.
|
49
|
+
"""
|
50
|
+
return _sdk.add_collaborators(cloud, collaborators)
|
51
|
+
|
52
|
+
|
53
|
+
_GET_EXAMPLE = """
|
54
|
+
import anyscale
|
55
|
+
|
56
|
+
# Get a cloud by ID
|
57
|
+
cloud_by_id = anyscale.cloud.get(id="cloud_id")
|
58
|
+
|
59
|
+
# Get a cloud by name
|
60
|
+
cloud_by_name = anyscale.cloud.get(name="cloud_name")
|
61
|
+
"""
|
62
|
+
|
63
|
+
_GET_ARG_DOCSTRINGS = {
|
64
|
+
"id": "The ID of the cloud to retrieve.",
|
65
|
+
"name": "The name of the cloud to retrieve.",
|
66
|
+
}
|
67
|
+
|
68
|
+
|
69
|
+
@sdk_command(
|
70
|
+
_CLOUD_SDK_SINGLETON_KEY,
|
71
|
+
PrivateCloudSDK,
|
72
|
+
doc_py_example=_GET_EXAMPLE,
|
73
|
+
arg_docstrings=_GET_ARG_DOCSTRINGS,
|
74
|
+
)
|
75
|
+
def get(
|
76
|
+
id: Optional[str] = None, # noqa: A002
|
77
|
+
name: Optional[str] = None,
|
78
|
+
*,
|
79
|
+
_sdk: PrivateCloudSDK,
|
80
|
+
) -> Optional[Cloud]:
|
81
|
+
"""
|
82
|
+
Get the cloud model for the provided cloud ID or name.
|
83
|
+
|
84
|
+
If neither ID nor name is provided, returns `None`.
|
85
|
+
|
86
|
+
:param id: The ID of the cloud to retrieve.
|
87
|
+
:param name: The name of the cloud to retrieve.
|
88
|
+
:return: A `Cloud` object if found, otherwise `None`.
|
89
|
+
"""
|
90
|
+
return _sdk.get(id=id, name=name)
|
91
|
+
|
92
|
+
|
93
|
+
_GET_DEFAULT_EXAMPLE = """
|
94
|
+
import anyscale
|
95
|
+
|
96
|
+
# Get the user's default cloud
|
97
|
+
default_cloud = anyscale.cloud.get_default()
|
98
|
+
"""
|
99
|
+
|
100
|
+
|
101
|
+
@sdk_command(
|
102
|
+
_CLOUD_SDK_SINGLETON_KEY,
|
103
|
+
PrivateCloudSDK,
|
104
|
+
doc_py_example=_GET_DEFAULT_EXAMPLE,
|
105
|
+
arg_docstrings={},
|
106
|
+
)
|
107
|
+
def get_default(*, _sdk: PrivateCloudSDK,) -> Optional[Cloud]:
|
108
|
+
"""
|
109
|
+
Get the user's default cloud.
|
110
|
+
|
111
|
+
:return: The default `Cloud` object if it exists, otherwise `None`.
|
112
|
+
"""
|
113
|
+
return _sdk.get_default()
|
@@ -0,0 +1,209 @@
|
|
1
|
+
from dataclasses import dataclass, field
|
2
|
+
from datetime import datetime
|
3
|
+
from typing import Any, Dict, List, Optional, Union
|
4
|
+
|
5
|
+
from anyscale._private.models import ModelBase, ModelEnum
|
6
|
+
|
7
|
+
|
8
|
+
class CloudPermissionLevel(ModelEnum):
|
9
|
+
WRITE = "WRITE"
|
10
|
+
READONLY = "READONLY"
|
11
|
+
|
12
|
+
__docstrings__ = {
|
13
|
+
WRITE: "Write permission level for the cloud",
|
14
|
+
READONLY: "Readonly permission level for the cloud",
|
15
|
+
} # type: ignore
|
16
|
+
|
17
|
+
|
18
|
+
@dataclass(frozen=True)
|
19
|
+
class CreateCloudCollaborator(ModelBase):
|
20
|
+
"""User to be added as a collaborator to a cloud.
|
21
|
+
"""
|
22
|
+
|
23
|
+
__doc_py_example__ = """\
|
24
|
+
import anyscale
|
25
|
+
from anyscale.cloud.models import CloudPermissionLevel, CreateCloudCollaborator
|
26
|
+
|
27
|
+
create_cloud_collaborator = CreateCloudCollaborator(
|
28
|
+
# Email of the user to be added as a collaborator
|
29
|
+
email="test@anyscale.com",
|
30
|
+
# Permission level for the user to the cloud (CloudPermissionLevel.WRITE, CloudPermissionLevel.READONLY)
|
31
|
+
permission_level=CloudPermissionLevel.READONLY,
|
32
|
+
)
|
33
|
+
"""
|
34
|
+
|
35
|
+
def _validate_email(self, email: str):
|
36
|
+
if not isinstance(email, str):
|
37
|
+
raise TypeError("Email must be a string.")
|
38
|
+
|
39
|
+
email: str = field(
|
40
|
+
metadata={"docstring": "Email of the user to be added as a collaborator."},
|
41
|
+
)
|
42
|
+
|
43
|
+
def _validate_permission_level(
|
44
|
+
self, permission_level: CloudPermissionLevel
|
45
|
+
) -> CloudPermissionLevel:
|
46
|
+
if isinstance(permission_level, str):
|
47
|
+
return CloudPermissionLevel.validate(permission_level) # type: ignore
|
48
|
+
elif isinstance(permission_level, CloudPermissionLevel):
|
49
|
+
return permission_level
|
50
|
+
else:
|
51
|
+
raise TypeError(
|
52
|
+
f"'permission_level' must be a 'CloudPermissionLevel' (it is {type(permission_level)})."
|
53
|
+
)
|
54
|
+
|
55
|
+
permission_level: CloudPermissionLevel = field( # type: ignore
|
56
|
+
default=CloudPermissionLevel.READONLY, # type: ignore
|
57
|
+
metadata={
|
58
|
+
"docstring": "Permission level the added user should have for the cloud" # type: ignore
|
59
|
+
f"(one of: {','.join([str(m.value) for m in CloudPermissionLevel])}", # type: ignore
|
60
|
+
},
|
61
|
+
)
|
62
|
+
|
63
|
+
|
64
|
+
@dataclass(frozen=True)
|
65
|
+
class CreateCloudCollaborators(ModelBase):
|
66
|
+
"""List of users to be added as collaborators to a cloud.
|
67
|
+
"""
|
68
|
+
|
69
|
+
__doc_py_example__ = """\
|
70
|
+
import anyscale
|
71
|
+
from anyscale.cloud.models import CloudPermissionLevel, CreateCloudCollaborator, CreateCloudCollaborators
|
72
|
+
|
73
|
+
create_cloud_collaborator = CreateCloudCollaborator(
|
74
|
+
# Email of the user to be added as a collaborator
|
75
|
+
email="test@anyscale.com",
|
76
|
+
# Permission level for the user to the cloud (CloudPermissionLevel.WRITE, CloudPermissionLevel.READONLY)
|
77
|
+
permission_level=CloudPermissionLevel.READONLY,
|
78
|
+
)
|
79
|
+
create_cloud_collaborators = CreateCloudCollaborators(
|
80
|
+
collaborators=[create_cloud_collaborator]
|
81
|
+
)
|
82
|
+
"""
|
83
|
+
|
84
|
+
collaborators: List[Dict[str, Any]] = field(
|
85
|
+
metadata={
|
86
|
+
"docstring": "List of users to be added as collaborators to a cloud."
|
87
|
+
},
|
88
|
+
)
|
89
|
+
|
90
|
+
def _validate_collaborators(self, collaborators: List[Dict[str, Any]]):
|
91
|
+
if not isinstance(collaborators, list):
|
92
|
+
raise TypeError("Collaborators must be a list.")
|
93
|
+
|
94
|
+
|
95
|
+
class ComputeStack(ModelEnum):
|
96
|
+
UNKNOWN = "UNKNOWN"
|
97
|
+
VM = "VM"
|
98
|
+
K8S = "K8S"
|
99
|
+
|
100
|
+
__docstrings__ = {
|
101
|
+
UNKNOWN: "Unknown compute stack.",
|
102
|
+
VM: "Virtual machine-based compute stack.",
|
103
|
+
K8S: "Kubernetes-based compute stack.",
|
104
|
+
} # type: ignore
|
105
|
+
|
106
|
+
|
107
|
+
class CloudProvider(ModelEnum):
|
108
|
+
UNKNOWN = "UNKNOWN"
|
109
|
+
AWS = "AWS"
|
110
|
+
GCP = "GCP"
|
111
|
+
AZURE = "AZURE"
|
112
|
+
|
113
|
+
__docstrings__ = {
|
114
|
+
UNKNOWN: "Unknown cloud provider.",
|
115
|
+
AWS: "Amazon Web Services.",
|
116
|
+
GCP: "Google Cloud Platform.",
|
117
|
+
AZURE: "Microsoft Azure.",
|
118
|
+
} # type: ignore
|
119
|
+
|
120
|
+
|
121
|
+
@dataclass(frozen=True)
|
122
|
+
class Cloud(ModelBase):
|
123
|
+
"""Minimal Cloud resource model."""
|
124
|
+
|
125
|
+
__doc_py_example__ = """\
|
126
|
+
from datetime import datetime
|
127
|
+
from anyscale.cloud.models import Cloud, CloudProvider, ComputeStack
|
128
|
+
|
129
|
+
cloud = Cloud(
|
130
|
+
name="my-cloud",
|
131
|
+
id="cloud-123",
|
132
|
+
provider="AWS", # This will be validated as CloudProvider.AWS
|
133
|
+
region="us-west-2",
|
134
|
+
created_at=datetime.now(),
|
135
|
+
is_default=True,
|
136
|
+
compute_stack="VM" # This will be validated as ComputeStack.VM
|
137
|
+
)
|
138
|
+
"""
|
139
|
+
|
140
|
+
name: str = field(metadata={"docstring": "Name of this Cloud."})
|
141
|
+
id: str = field(metadata={"docstring": "Unique identifier for this Cloud."})
|
142
|
+
provider: Union[CloudProvider, str] = field(
|
143
|
+
metadata={
|
144
|
+
"docstring": "Cloud provider (AWS, GCP, AZURE) or UNKNOWN if not recognized."
|
145
|
+
},
|
146
|
+
)
|
147
|
+
compute_stack: Union[ComputeStack, str] = field(
|
148
|
+
metadata={
|
149
|
+
"docstring": "The compute stack associated with this cloud's primary cloud resource, or UNKNOWN if not recognized."
|
150
|
+
},
|
151
|
+
)
|
152
|
+
region: Optional[str] = field(
|
153
|
+
default=None, metadata={"docstring": "Region for this Cloud."}
|
154
|
+
)
|
155
|
+
created_at: Optional[datetime] = field(
|
156
|
+
default=None, metadata={"docstring": "When the Cloud was created."}
|
157
|
+
)
|
158
|
+
is_default: Optional[bool] = field(
|
159
|
+
default=None, metadata={"docstring": "Whether this is the default cloud."}
|
160
|
+
)
|
161
|
+
|
162
|
+
def _validate_name(self, name: str) -> str:
|
163
|
+
if not isinstance(name, str) or not name.strip():
|
164
|
+
raise ValueError("name must be a non-empty string")
|
165
|
+
return name
|
166
|
+
|
167
|
+
def _validate_id(self, id: str) -> str: # noqa: A002
|
168
|
+
if not isinstance(id, str) or not id.strip():
|
169
|
+
raise ValueError("id must be a non-empty string")
|
170
|
+
return id
|
171
|
+
|
172
|
+
def _validate_provider(self, provider: Union[CloudProvider, str]) -> CloudProvider:
|
173
|
+
if isinstance(provider, str):
|
174
|
+
# This will raise a ValueError if the provider is unrecognized.
|
175
|
+
provider = CloudProvider(provider)
|
176
|
+
elif not isinstance(provider, CloudProvider):
|
177
|
+
raise TypeError("'provider' must be a CloudProvider.")
|
178
|
+
|
179
|
+
return provider
|
180
|
+
|
181
|
+
def _validate_region(self, region: Optional[str]) -> Optional[str]:
|
182
|
+
if region is not None and not isinstance(region, str):
|
183
|
+
raise TypeError("region must be a string")
|
184
|
+
return region
|
185
|
+
|
186
|
+
def _validate_created_at(
|
187
|
+
self, created_at: Optional[datetime]
|
188
|
+
) -> Optional[datetime]:
|
189
|
+
if created_at is None:
|
190
|
+
return None
|
191
|
+
if not isinstance(created_at, datetime):
|
192
|
+
raise TypeError("created_at must be a datetime object")
|
193
|
+
return created_at
|
194
|
+
|
195
|
+
def _validate_is_default(self, is_default: Optional[bool]) -> Optional[bool]:
|
196
|
+
if is_default is not None and not isinstance(is_default, bool):
|
197
|
+
raise TypeError("is_default must be a bool")
|
198
|
+
return is_default
|
199
|
+
|
200
|
+
def _validate_compute_stack(
|
201
|
+
self, compute_stack: Union[ComputeStack, str]
|
202
|
+
) -> ComputeStack:
|
203
|
+
if isinstance(compute_stack, str):
|
204
|
+
# This will raise a ValueError if the compute_stack is unrecognized.
|
205
|
+
compute_stack = ComputeStack(compute_stack)
|
206
|
+
elif not isinstance(compute_stack, ComputeStack):
|
207
|
+
raise TypeError("'compute_stack' must be a ComputeStack.")
|
208
|
+
|
209
|
+
return compute_stack
|
@@ -1090,3 +1090,79 @@ def add_collaborators(cloud: str, users_file: str,) -> None:
|
|
1090
1090
|
log.info(
|
1091
1091
|
f"Successfully added {len(collaborators.collaborators)} collaborators to cloud {cloud}."
|
1092
1092
|
)
|
1093
|
+
|
1094
|
+
|
1095
|
+
@cloud_cli.command(
|
1096
|
+
name="get",
|
1097
|
+
help="Get information about a specific cloud.",
|
1098
|
+
cls=AnyscaleCommand,
|
1099
|
+
example=command_examples.CLOUD_GET_CLOUD_EXAMPLE,
|
1100
|
+
)
|
1101
|
+
@click.option(
|
1102
|
+
"--name",
|
1103
|
+
"-n",
|
1104
|
+
help="Name of the cloud to get information about.",
|
1105
|
+
type=str,
|
1106
|
+
required=False,
|
1107
|
+
)
|
1108
|
+
@click.option(
|
1109
|
+
"--cloud-id",
|
1110
|
+
"--id",
|
1111
|
+
help="ID of the cloud to get information about.",
|
1112
|
+
type=str,
|
1113
|
+
required=False,
|
1114
|
+
)
|
1115
|
+
def get_cloud(cloud_id: Optional[str], name: Optional[str]) -> None:
|
1116
|
+
"""
|
1117
|
+
Retrieve a cloud by its name or ID and display its details.
|
1118
|
+
|
1119
|
+
:param cloud_id: The ID of the cloud to retrieve.
|
1120
|
+
:param name: The name of the cloud to retrieve.
|
1121
|
+
"""
|
1122
|
+
# Validate that exactly one of --name or --cloud-id is provided
|
1123
|
+
if (cloud_id and name) or (not cloud_id and not name):
|
1124
|
+
log.error("Please provide exactly one of --name or --cloud-id.")
|
1125
|
+
return
|
1126
|
+
|
1127
|
+
try:
|
1128
|
+
cloud = anyscale.cloud.get(id=cloud_id, name=name)
|
1129
|
+
|
1130
|
+
if not cloud:
|
1131
|
+
log.error("Cloud not found.")
|
1132
|
+
return
|
1133
|
+
|
1134
|
+
cloud_dict = cloud.to_dict() if hasattr(cloud, "to_dict") else cloud.__dict__
|
1135
|
+
|
1136
|
+
print(yaml.dump(cloud_dict, sort_keys=False))
|
1137
|
+
|
1138
|
+
except ValueError as e:
|
1139
|
+
log.error(f"Error retrieving cloud: {e}")
|
1140
|
+
|
1141
|
+
|
1142
|
+
@cloud_cli.command(
|
1143
|
+
name="get-default",
|
1144
|
+
help="Get the default cloud for your organization.",
|
1145
|
+
cls=AnyscaleCommand,
|
1146
|
+
example=command_examples.CLOUD_GET_DEFAULT_CLOUD_EXAMPLE,
|
1147
|
+
)
|
1148
|
+
def get_default_cloud() -> None:
|
1149
|
+
"""
|
1150
|
+
Retrieve and display the default cloud configured for your organization.
|
1151
|
+
"""
|
1152
|
+
try:
|
1153
|
+
default_cloud = anyscale.cloud.get_default()
|
1154
|
+
|
1155
|
+
if not default_cloud:
|
1156
|
+
log.error("No default cloud found.")
|
1157
|
+
return
|
1158
|
+
|
1159
|
+
cloud_dict = (
|
1160
|
+
default_cloud.to_dict()
|
1161
|
+
if hasattr(default_cloud, "to_dict")
|
1162
|
+
else default_cloud.__dict__
|
1163
|
+
)
|
1164
|
+
|
1165
|
+
print(yaml.dump(cloud_dict, sort_keys=False))
|
1166
|
+
|
1167
|
+
except ValueError as e:
|
1168
|
+
log.error(f"Error retrieving default cloud: {e}")
|