anyscale 0.26.28__tar.gz → 0.26.29__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.26.28 → anyscale-0.26.29}/PKG-INFO +1 -1
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/docgen/__main__.py +0 -18
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/docgen/api.md +0 -125
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/docgen/models.md +0 -111
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/README.md +0 -6
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/__init__.py +0 -4
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/api/default_api.py +0 -228
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/__init__.py +0 -4
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workload_info.py +59 -3
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/machine_pool_commands.py +11 -9
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/service_commands.py +4 -2
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/__init__.py +0 -11
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/api/default_api.py +140 -1433
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/__init__.py +0 -11
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/service/__init__.py +4 -1
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/service/_private/service_sdk.py +5 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/service/commands.py +4 -2
- anyscale-0.26.29/anyscale/version.py +1 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale.egg-info/PKG-INFO +1 -1
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale.egg-info/SOURCES.txt +0 -15
- anyscale-0.26.28/anyscale/client/openapi_client/models/serve_deployment_fast_api_docs_status.py +0 -123
- anyscale-0.26.28/anyscale/client/openapi_client/models/servedeploymentfastapidocsstatus_response.py +0 -121
- anyscale-0.26.28/anyscale/client/openapi_client/models/web_terminal.py +0 -121
- anyscale-0.26.28/anyscale/client/openapi_client/models/webterminal_response.py +0 -121
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/cluster_environment_build_log_response.py +0 -123
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildlogresponse_response.py +0 -121
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/create_cloud.py +0 -518
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/object_storage_config.py +0 -122
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/object_storage_config_s3.py +0 -256
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/objectstorageconfig_response.py +0 -121
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/session_operation.py +0 -266
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/session_operation_type.py +0 -101
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/sessionoperation_response.py +0 -121
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/update_cloud.py +0 -150
- anyscale-0.26.28/anyscale/sdk/anyscale_client/models/update_project.py +0 -150
- anyscale-0.26.28/anyscale/version.py +0 -1
- {anyscale-0.26.28 → anyscale-0.26.29}/.covrc +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/BUILD.bazel +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/LICENSE +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/MANIFEST.in +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/NOTICE +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/README.md +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/anyscale_client/README.md +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/anyscale_client/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/anyscale_client/anyscale_client.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/anyscale_client/common.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/anyscale_client/fake_anyscale_client.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/docgen/README.md +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/docgen/generator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/docgen/generator_legacy.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/models/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/models/image_uri.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/models/model_base.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/sdk/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/sdk/base_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/sdk/timer.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/utils/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/utils/progress_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/workload/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/workload/workload_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/_private/workload/workload_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/aggregated_instance_usage/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/aggregated_instance_usage/_private/aggregated_instance_usage_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/aggregated_instance_usage/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/aggregated_instance_usage/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale-cloud-setup-gcp-oa.yaml +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale-cloud-setup-gcp.yaml +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale-cloud-setup-oa.yaml +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale-cloud-setup.yaml +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_halo/LICENSE +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_halo/README.md +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_halo/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_halo/_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_halo/cursor.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_halo/halo.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_halo/halo_notebook.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/HISTORY.md +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/LICENSE +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/PKG-INFO +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/README.md +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/_hypothesis_plugin.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/annotated_types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/class_validators.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/color.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/dataclasses.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/datetime_parse.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/decorator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/env_settings.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/error_wrappers.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/errors.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/fields.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/generics.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/json.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/main.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/mypy.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/networks.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/parse.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/py.typed +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/schema.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/tools.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/typing.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/validators.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_pydantic/version.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/anyscale_schema.json +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/api.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/api_utils/README.md +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/api_utils/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/api_utils/common_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/api_utils/exceptions/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/api_utils/exceptions/job_errors.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/api_utils/job_logs_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/api_utils/job_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/api_utils/logs_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/authenticate.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/aws_iam_policies.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/background/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/background/job_runner.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cli_logger.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/.gitignore +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/.openapi-generator/VERSION +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/.openapi-generator-ignore +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/git_push.sh +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/api/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/api_client.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/configuration.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/exceptions.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/access_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/actor_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/admin_create_user.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/admin_created_user.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/admincreateduser_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aggregated_instance_usage_csv.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aggregated_usage.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aggregated_usage_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aggregatedinstanceusagecsv_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aggregatedusage_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aioa_cloud_waitlist_record.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aioacloudwaitlistrecord_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/alert_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/anyscale_aws_account.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/anyscale_service_account.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/anyscaleawsaccount_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/anyscaled_credential_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/anyscaleserviceaccount_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/api_key_parameters.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/app_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/appconfig_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/application_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/applied_snapshot.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/archive_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/attach_machine_pool_to_cloud_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/attachmachinepooltocloudresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aws_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aws_region_and_zones.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/aws_region_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/awsregionandzones_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/backend_server_api_product_models_dataset_runs_dataset_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/backend_server_api_product_routers_datasets_router_dataset_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/base_job_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/baseimagesenum.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/batch_response_batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/billing_version_code.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/body_aws_marketplace_registration_api_v2_organization_billing_aws_marketplace_registration_post.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/build.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/build_log_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/build_registration.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/build_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/build_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/change_password_params.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cleanup_leaked_grafana_dashboard_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cleanupleakedgrafanadashboardresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/clone_experimental_workspace.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_analytics_event.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_provider_error.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_resource.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_analytics_event_command_name.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_analytics_event_error.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_analytics_event_name.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_collaborator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_collaborator_value.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_collaborators_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_data_bucket_access_mode.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_scheme.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_scheme.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_data_bucket_request_scope.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_deployment.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_deployment_compute_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_deployment_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_deployment_selector.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_hosting_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_name_options.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_overview_dashboard.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_project_collaborator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_project_collaborator_value.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_provider.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_providers.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_region_and_zones.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_region_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_resource.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_resource_gcp.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_version.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_waitlist_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloudcollaborator_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/clouddatabucketpresigneduploadinfo_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/clouddatabucketpresignedurlresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/clouddeployment_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/clouddeploymentconfig_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloudoverviewdashboard_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloudregionandzones_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloudresource_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloudresourcegcp_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloudwithcloudresource_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cluster_auth_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cluster_event.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cluster_event_source.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cluster_events_output.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cluster_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cluster_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/cluster_status_details.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/clusterauthresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/clusterevent_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/clustereventsoutput_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/compute_node_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/compute_stack.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/compute_template.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/compute_template_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/compute_template_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/computetemplate_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_aioa_cloud_waitlist.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_analytics_event.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_app_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_billing_version.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_bug_report_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_build.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_byod_app_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_byod_build.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_cloud_collaborator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_cloud_resource.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_compute_template.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_dataset.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_experimental_workspace.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_instance_usage_budget.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_internal_production_job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_job_queue_requests.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_machine_pool_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_machine_pool_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_machine_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_machine_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_metronome_webhook_notification.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_notification_channel_record.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_organization_configuration.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_organization_invitation.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_otp_return_api_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_production_job_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_resource_notification.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_resource_quota.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_schedule.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_user.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_user_project_collaborator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_user_project_collaborator_value.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/create_workspace_from_template.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/createbugreportresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/createcomputetemplateconfig_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/createmachinepoolresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/createmachineresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/createotpreturnapimodel_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/customer_alert_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/dataplane_services.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/dataset.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/dataset_dag.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/dataset_dag_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/dataset_jobs.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/dataset_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/dataset_metrics.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/dataset_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/dataset_upload.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/datasetupload_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_application_template.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_build.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_compute_template.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_compute_template_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_interactive_session.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_job_queue.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_list_service_api_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_production_job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_production_job_state_transition.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_schedule.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_serve_deployment.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_service_event_api_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_session.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_support_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decorated_unified_job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedbuild_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedbuild_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedinteractivesession_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedjob_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedjobqueue_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedjobqueue_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedlistserviceapimodel_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedproductionjob_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedproductionjob_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedproductionjobstatetransition_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedproductionservicev2_apimodel_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedproductionservicev2_versionapimodel_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedschedule_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedschedule_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedservedeployment_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedservedeployment_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedserviceeventapimodel_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedsession_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedsession_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedsupportrequest_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedsupportrequest_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/decoratedunifiedjob_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/delete_machine_pool_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/delete_machine_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/deleted_platform_fine_tuned_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/deletedplatformfinetunedmodel_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/deletemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/describe_machine_pool_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/describe_machine_pool_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/describe_system_workload_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/describemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/describesystemworkloadresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/detach_machine_pool_from_cloud_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/detachmachinepoolfromcloudresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/editable_cloud_resource.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/editable_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/error.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/event_level.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/execute_command_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/execute_interactive_command_options.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/executecommandresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/experimental_workspace.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/experimental_workspaces_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/experimentalworkspace_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/experimentalworkspace_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/external_terminal_command.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/feature_flag_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/featureflagresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/file_storage.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/fine_tune_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/fine_tuned_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/finetunedmodel_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/finetunedmodel_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/gcp_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/gcp_file_store_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/gcp_memorystore_instance_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/grafana_dashboard.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ha_job_error_types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ha_job_event_level.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ha_job_event_origin.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ha_job_states.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ha_job_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ha_jobs_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/head_ip.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/headip_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/http_protocol_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/http_validation_error.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/i_know_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/i_know_time_series_event.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/idle_termination_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/instance_usage_budget.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/instance_usage_budget_evaluation_period.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/instanceusagebudget_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/instanceusagebudget_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/integration_details.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/internal_production_job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/internalproductionjob_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_access.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_details.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_queue.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_queue_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_queue_sort_directive.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_queue_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_queue_spec.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_queue_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_queues_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_report.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_run_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_state_log_level_types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/job_with_report.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/jobqueue_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/jobwithreport_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/json_patch_operation.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/kubernetes_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/kubernetes_manager_registration_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/kubernetes_manager_registration_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/kubernetesmanagerregistrationresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/lb_resource.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/lbresource_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/list_machine_pools_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/list_machines_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/list_ray_sessions_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/list_resource_notifications_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/list_resource_quotas_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/list_response_metadata.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/listmachinepoolsresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/listmachinesresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/listraysessionsresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/log_download_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/log_download_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/log_download_result.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/log_file_chunk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/log_filter.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/log_item.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/log_item_batch.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/login_user_params.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/logitembatch_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/logs_output.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/logsoutput_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/long_running_workload.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/longrunningworkload_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/machine_allocation_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/machine_connection_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/machine_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/machine_launch_failure.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/machine_pool.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/machine_state_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/metric.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/metronome_customer_info_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/metronome_dashboard_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/metronomecustomerinfomodel_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/metronomecustomerinfomodel_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_build.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_cloud.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_cluster.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_compute_template.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_compute_template_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_job_run.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_namespace.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_organization.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_production_job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_project.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_runtime_environment.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_schedule.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/mini_user.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/minibuild_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/minicomputetemplate_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/networking_mode.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/nfs_mount_target.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/node_registration_aws.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/node_registration_gcp.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/node_registration_k8_s.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/node_registration_provisioned.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/node_registration_v2.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/node_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/notification_channel_email_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/notification_channel_slack_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/notification_channel_webhook_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/object_storage.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/operator_branch.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/operator_id.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/operator_metrics.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_collaborator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_configuration.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_configuration_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_invitation.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_invitation_base.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_marketing_questions.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_permission_level.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_summary.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_usage_alert.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organization_usage_alert_severity.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organizationcollaborator_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organizationconfiguration_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organizationconfigurationresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organizationinvitation_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organizationinvitation_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organizationinvitationbase_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/organizationusagealert_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/page_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/pause_schedule.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/pcp_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/permission_level.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/production_job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/production_job_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/production_job_event.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/production_job_event_scope_filter.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/productionjob_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/productionjobevent_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/project.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/project_base.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/project_collaborator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/project_collaborator_value.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/project_default_session_name.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/project_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/project_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/projectbase_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/projectcollaborator_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/projectdefaultsessionname_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/projects_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/protocols.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/python_modules.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/quota.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ray_session.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/read_billing_version.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/readbillingversion_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/replica_details.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/replica_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/request_email_magic_link_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/request_otp_return_api_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/request_password_reset_params.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/request_state_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/requestemailmagiclinkresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/requestotpreturnapimodel_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/reset_password_params.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/resource_alert_event_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/resource_notification.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/resource_quota.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/resource_quota_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/resourcenotification_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/resourcenotification_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/resourcequota_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/resourcequota_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/resources.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/rollback_service_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/rollout_strategy.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/run_attempt_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/run_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/s3_download_location.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/schedule_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/scheduler_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/serve_deployment_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/server_session_token.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/serversessiontoken_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_event_current_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_event_level.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_event_origin.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_event_scope.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_event_scope_filter.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_event_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_event_verbose_message_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_goal_states.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_observability_urls.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/service_version_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/serviceeventverbosemessagemodel_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_access.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_command.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_command_finish_options.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_command_id.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_command_types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_ssh_key.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_state_data.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/session_stopping_data.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/sessioncommandid_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/sessions_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/sessionsshkey_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/show_otp_source_return_api_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/sort_order.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/sso_login_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/sso_mode.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ssologininfo_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/start_session_options.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/stop_session_options.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/stream_publish_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/support_requests_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/system_workload_name.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_exception_group_aggregate.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_exception_group_aggregate_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_function_name_group_aggregate.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_function_name_group_aggregate_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_grouped_aggregate_metrics.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_job_group_aggregate.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_job_group_aggregate_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_summary.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_table_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_table_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_table_row.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/task_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/tasksummary_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/text_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/tool.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/tracing_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/train_resources.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/train_run.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/train_run_attempt.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/train_worker.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/trainrun_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/try_login_email_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/tryloginemailresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/unified_job_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/unified_job_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/unified_job_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/update_cloud_collaborator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/update_cluster_dns.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/update_job_queue_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/update_machine_pool_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/update_organization_collaborator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/update_project_collaborator.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/update_resource_quota.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/updatemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/upload_session_command_logs_locations.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/uploadsessioncommandlogslocations_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usage_by_cloud.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usage_by_cluster.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usage_by_instance_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usage_by_project.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usage_by_user.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usagebycloud_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usagebycluster_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usagebyinstancetype_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usagebyproject_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/usagebyuser_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/user_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/user_resend_email_options.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/user_service_access_types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/userinfo_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/utm_fields.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/ux_instance.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/validate_otp_params_api_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/validation_error.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/waitlist_status_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/waitlist_status_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/waitliststatusresponse_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/wand_b_run_details.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/worker_node_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workload_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_dataplane_artifact.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_dataplane_artifacts.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_event.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_event_source.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_event_source_filter.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_readme.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_snapshot_states.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_template.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_template_cluster_environment_metadata.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspace_template_readme.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspacedataplaneartifacts_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspacedataplaneproxiedartifacts_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspaceevent_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspacereadme_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspacetemplate_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspacetemplateclusterenvironmentmetadata_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/workspacetemplatereadme_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/write_cloud.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/write_cluster_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/write_project.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/models/write_support_request.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/openapi_client/rest.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/requirements.txt +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/setup.cfg +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/setup.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/test-requirements.txt +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/client/tox.ini +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cloud/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cloud/_private/cloud_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cloud/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cloud/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cloud_resource.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cloud_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cluster.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cluster_compute.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/cluster_env.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/aggregated_instance_usage_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/anyscale_api/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/anyscale_api/api_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/anyscale_api/session_operations_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/anyscale_api/sessions_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/auth_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/cloud_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/cloud_commands_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/cluster_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/cluster_env_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/command_examples.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/compute_config_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/config_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/exec_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/experimental_integrations_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/image_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/job_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/job_queue_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/list_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/list_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/llm/dataset_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/llm/group.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/llm/models_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/login_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/logs_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/machine_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/migrate_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/organization_invitation_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/project_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/resource_quota_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/schedule_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/service_account_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/session_commands_hidden.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/user_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/workspace_commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/commands/workspace_commands_v2.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/component_activity_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/compute_config/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/compute_config/_private/compute_config_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/compute_config/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/compute_config/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/conf.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/connect.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/connect_utils/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/connect_utils/prepare_cluster.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/connect_utils/project.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/connect_utils/start_interactive_session.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/auth_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/base_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/cloud_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/cloud_functional_verification_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/cluster_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/cluster_env_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/compute_config_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/config_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/experimental_integrations_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/job_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/jobs_bg_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/list_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/llm/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/llm/models_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/logs_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/machine_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/machine_pool_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/project_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/schedule_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/service_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/controllers/workspace_controller.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/feature_flags.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/fingerprint.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/formatters/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/formatters/clouds_formatter.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/formatters/common_formatter.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/gcp_verification.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/image/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/image/_private/image_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/image/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/image/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/integrations.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/job/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/job/_private/job_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/job/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/job/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/links.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/dataset/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/dataset/_private/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/dataset/_private/docs.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/dataset/_private/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/dataset/_private/sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/model/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/model/_private/models_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/model/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/model/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/model/sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/llm/sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/memorydb_supported_zones.json +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/models/job_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/models/service_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/organization_invitation/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/organization_invitation/_private/organization_invitation_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/organization_invitation/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/organization_invitation/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/project/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/project/_private/project_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/project/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/project/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/project_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/resource_quota/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/resource_quota/_private/resource_quota_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/resource_quota/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/resource_quota/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/schedule/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/schedule/_private/schedule_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/schedule/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/schedule/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/scripts.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/api/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/api_client.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/configuration.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/exceptions.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/access_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/app_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/apply_service_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/archive_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/base_job_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/baseimagesenum.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/build.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/build_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/build_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_deployment_compute_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_deployment_selector.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_providers.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cloud_version.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clouds_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_compute.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_compute_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_computes_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_environment.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_environment_build.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_head_node_info.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_operation.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_services_urls.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/cluster_status_details.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clustercompute_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clustercompute_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clusterenvironment_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/clusters_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/compute_node_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/compute_stack.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/compute_template.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/compute_template_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/computetemplate_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_cluster.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_cluster_compute.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_cluster_environment.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_cluster_environment_build.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_production_job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_production_job_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_project.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_schedule.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/create_sso_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/ha_job_states.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/http_protocol_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/http_validation_error.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/idle_termination_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/job_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/job_queue_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/job_queue_spec.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/job_run_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/job_status.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/jobs_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/list_response_metadata.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/list_service_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/listservicemodel_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/log_download_result.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/log_file_chunk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/log_stream.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/logstream_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/node_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/operation_error.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/operation_progress.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/operation_result.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/organization.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/organization_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/page_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/pause_schedule.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/production_job.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/production_job_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/production_service_v2_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/production_service_v2_version_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/productionjob_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/productionjob_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/productionservicev2_model_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/project.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/project_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/project_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/projects_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/protocols.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/python_modules.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/python_version.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/resources.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/rollback_service_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/rollout_strategy.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/schedule_api_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/schedule_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/scheduleapimodel_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/scheduleapimodel_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/service_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/service_event_current_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/service_goal_states.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/service_model.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/service_observability_urls.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/service_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/service_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/service_version_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/servicemodel_list_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/servicemodel_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/session.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/session_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/session_state.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/session_state_data.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/session_stopping_data.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/sort_order.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/sso_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/sso_mode.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/ssoconfig_response.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/start_cluster_options.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/static_sso_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/system_workload_name.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/terminate_cluster_options.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/text_query.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/tracing_config.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/update_cluster.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/update_organization.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/user_service_access_types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/ux_instance.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/validation_error.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/models/worker_node_type.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/rest.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/sdk/anyscale_client/sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/service/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/service_account/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/service_account/_private/service_account_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/service_account/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/service_account/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/aws.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/bytes_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/conf.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/constants.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/default_anyscale_aws.yaml +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/default_anyscale_gcp.yaml +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/headers.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/latest_ray_version.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/project.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/test_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/tests/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/tests/test_asyncio.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/tests/test_ray_semver.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/utils/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/utils/asyncio.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/utils/byod.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/utils/collections.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/utils/id_gen.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/utils/protected_string.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/shared_anyscale_utils/utils/ray_semver.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/snapshot.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/tables.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/user/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/user/_private/user_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/user/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/user/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/cli_version_check_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/cloud_update_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/cloud_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/cluster_debug.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/connect_helpers.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/deprecation_util.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/entity_arg_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/env_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/gcp_managed_setup_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/gcp_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/imports/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/imports/all.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/imports/gcp.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/logs_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/name_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/network_verification.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/ray_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/ray_version_checker.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/ray_version_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/runtime_env.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/s3.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/user_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/workload_types.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/workspace_notification.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/utils/workspace_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/webterminal/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/webterminal/bash-preexec.sh +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/webterminal/command_persister.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/webterminal/utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/webterminal/webterminal.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/workspace/__init__.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/workspace/_private/workspace_sdk.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/workspace/commands.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/workspace/models.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale/workspace_utils.py +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale.egg-info/dependency_links.txt +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale.egg-info/entry_points.txt +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale.egg-info/not-zip-safe +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale.egg-info/requires.txt +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/anyscale.egg-info/top_level.txt +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/requirements.in +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/setup.cfg +0 -0
- {anyscale-0.26.28 → anyscale-0.26.29}/setup.py +0 -0
@@ -119,7 +119,6 @@ ALL_MODULES = [
|
|
119
119
|
"get_default_project": None,
|
120
120
|
"get_project": None,
|
121
121
|
"search_projects": None,
|
122
|
-
"update_project": None,
|
123
122
|
},
|
124
123
|
legacy_sdk_models=[
|
125
124
|
"CreateProject",
|
@@ -127,7 +126,6 @@ ALL_MODULES = [
|
|
127
126
|
"ProjectListResponse",
|
128
127
|
"ProjectResponse",
|
129
128
|
"ProjectsQuery",
|
130
|
-
"UpdateProject",
|
131
129
|
],
|
132
130
|
),
|
133
131
|
Module(
|
@@ -167,7 +165,6 @@ ALL_MODULES = [
|
|
167
165
|
legacy_sdk_commands={
|
168
166
|
"create_job": anyscale.job.submit,
|
169
167
|
"get_production_job": anyscale.job.status,
|
170
|
-
"get_session_for_job": anyscale.job.status,
|
171
168
|
"terminate_job": anyscale.job.terminate,
|
172
169
|
"fetch_job_logs": anyscale.job.get_logs,
|
173
170
|
"fetch_production_job_logs": anyscale.job.get_logs,
|
@@ -392,31 +389,26 @@ ALL_MODULES = [
|
|
392
389
|
cluster_env_commands.list,
|
393
390
|
],
|
394
391
|
legacy_sdk_commands={
|
395
|
-
"get_cluster_environment_build_operation": None,
|
396
392
|
"create_byod_cluster_environment_build": anyscale.image.build,
|
397
393
|
"create_cluster_environment_build": anyscale.image.build,
|
398
394
|
"find_cluster_environment_build_by_identifier": None,
|
399
395
|
"get_cluster_environment_build": None,
|
400
|
-
"get_cluster_environment_build_logs": None,
|
401
396
|
"get_default_cluster_environment_build": None,
|
402
397
|
"list_cluster_environment_builds": None,
|
403
398
|
"create_byod_cluster_environment": anyscale.image.build,
|
404
399
|
"create_cluster_environment": anyscale.image.build,
|
405
|
-
"delete_cluster_environment": None,
|
406
400
|
"get_cluster_environment": None,
|
407
401
|
"search_cluster_environments": None,
|
408
402
|
},
|
409
403
|
legacy_sdk_models=[
|
410
404
|
"ClusterEnvironment",
|
411
405
|
"ClusterEnvironmentBuild",
|
412
|
-
"ClusterEnvironmentBuildLogResponse",
|
413
406
|
"ClusterEnvironmentBuildOperation",
|
414
407
|
"ClusterEnvironmentBuildStatus",
|
415
408
|
"ClusterEnvironmentsQuery",
|
416
409
|
"ClusterenvironmentListResponse",
|
417
410
|
"ClusterenvironmentResponse",
|
418
411
|
"ClusterenvironmentbuildListResponse",
|
419
|
-
"ClusterenvironmentbuildlogresponseResponse",
|
420
412
|
"ClusterenvironmentbuildoperationResponse",
|
421
413
|
"CreateBYODClusterEnvironment",
|
422
414
|
"CreateBYODClusterEnvironmentBuild",
|
@@ -461,12 +453,9 @@ ALL_MODULES = [
|
|
461
453
|
cli_command_group_prefix={cloud_commands.cloud_config_update: "config"},
|
462
454
|
legacy_sdk_commands={
|
463
455
|
# limited support, no replacement yet
|
464
|
-
"create_cloud": None,
|
465
|
-
"delete_cloud": None,
|
466
456
|
"get_cloud": None,
|
467
457
|
"get_default_cloud": None,
|
468
458
|
"search_clouds": None,
|
469
|
-
"update_cloud": None,
|
470
459
|
},
|
471
460
|
legacy_sdk_models=[
|
472
461
|
"Cloud",
|
@@ -479,8 +468,6 @@ ALL_MODULES = [
|
|
479
468
|
"CloudTypes",
|
480
469
|
"CloudVersion",
|
481
470
|
"CloudsQuery",
|
482
|
-
"CreateCloud",
|
483
|
-
"UpdateCloud",
|
484
471
|
],
|
485
472
|
),
|
486
473
|
Module(
|
@@ -560,7 +547,6 @@ ALL_MODULES = [
|
|
560
547
|
legacy_sdk_commands={
|
561
548
|
"launch_cluster": None,
|
562
549
|
"launch_cluster_with_new_cluster_environment": None,
|
563
|
-
"archive_cluster": None,
|
564
550
|
"create_cluster": None,
|
565
551
|
"delete_cluster": None,
|
566
552
|
"get_cluster": None,
|
@@ -678,7 +664,6 @@ ALL_MODULES = [
|
|
678
664
|
machine_commands.list_machines,
|
679
665
|
],
|
680
666
|
legacy_sdk_commands={
|
681
|
-
"get_organization_temporary_object_storage_credentials": None,
|
682
667
|
"partial_update_organization": None,
|
683
668
|
"upsert_sso_config": None,
|
684
669
|
"upsert_test_sso_config": None,
|
@@ -698,9 +683,6 @@ ALL_MODULES = [
|
|
698
683
|
"IdleTerminationStatus",
|
699
684
|
"ListResponseMetadata",
|
700
685
|
"NodeType",
|
701
|
-
"ObjectStorageConfig",
|
702
|
-
"ObjectStorageConfigS3",
|
703
|
-
"ObjectstorageconfigResponse",
|
704
686
|
"OperationError",
|
705
687
|
"OperationProgress",
|
706
688
|
"OperationResult",
|
@@ -244,30 +244,6 @@ result = thread.get()
|
|
244
244
|
|
245
245
|
## Clouds
|
246
246
|
|
247
|
-
### create_cloud
|
248
|
-
|
249
|
-
Creates a Cloud.
|
250
|
-
|
251
|
-
Parameters
|
252
|
-
|
253
|
-
Name | Type | Description | Notes
|
254
|
-
------------- | ------------- | ------------- | -------------
|
255
|
-
`create_cloud` | [CreateCloud](./models.md#createcloud)| |
|
256
|
-
|
257
|
-
Returns [CloudResponse](./models.md#cloudresponse)
|
258
|
-
|
259
|
-
### delete_cloud
|
260
|
-
|
261
|
-
Deletes a Cloud. Will delete all clusters that are using this cloud. If any of those clusters are not terminated, this call will fail.
|
262
|
-
|
263
|
-
Parameters
|
264
|
-
|
265
|
-
Name | Type | Description | Notes
|
266
|
-
------------- | ------------- | ------------- | -------------
|
267
|
-
`cloud_id` | str| ID of the Cloud to delete. | Defaults to null
|
268
|
-
|
269
|
-
Returns void (empty response body)
|
270
|
-
|
271
247
|
### get_cloud
|
272
248
|
|
273
249
|
Retrieves a Cloud.
|
@@ -301,19 +277,6 @@ Name | Type | Description | Notes
|
|
301
277
|
|
302
278
|
Returns [CloudListResponse](./models.md#cloudlistresponse)
|
303
279
|
|
304
|
-
### update_cloud
|
305
|
-
|
306
|
-
Updates a Cloud.
|
307
|
-
|
308
|
-
Parameters
|
309
|
-
|
310
|
-
Name | Type | Description | Notes
|
311
|
-
------------- | ------------- | ------------- | -------------
|
312
|
-
`cloud_id` | str| ID of the Cloud to update. | Defaults to null
|
313
|
-
`update_cloud` | [UpdateCloud](./models.md#updatecloud)| |
|
314
|
-
|
315
|
-
Returns [CloudResponse](./models.md#cloudresponse)
|
316
|
-
|
317
280
|
## Cluster Computes
|
318
281
|
|
319
282
|
### create_cluster_compute
|
@@ -376,20 +339,6 @@ Name | Type | Description | Notes
|
|
376
339
|
|
377
340
|
Returns [ClustercomputeListResponse](./models.md#clustercomputelistresponse)
|
378
341
|
|
379
|
-
## Cluster Environment Build Operations
|
380
|
-
|
381
|
-
### get_cluster_environment_build_operation
|
382
|
-
|
383
|
-
Retrieves a Cluster Environment Build Operation.
|
384
|
-
|
385
|
-
Parameters
|
386
|
-
|
387
|
-
Name | Type | Description | Notes
|
388
|
-
------------- | ------------- | ------------- | -------------
|
389
|
-
`cluster_environment_build_operation_id` | str| ID of the Cluster Environment Build Operation to retrieve. | Defaults to null
|
390
|
-
|
391
|
-
Returns [ClusterenvironmentbuildoperationResponse](./models.md#clusterenvironmentbuildoperationresponse)
|
392
|
-
|
393
342
|
## Cluster Environment Builds
|
394
343
|
|
395
344
|
### create_byod_cluster_environment_build
|
@@ -440,18 +389,6 @@ Name | Type | Description | Notes
|
|
440
389
|
|
441
390
|
Returns [ClusterenvironmentbuildResponse](./models.md#clusterenvironmentbuildresponse)
|
442
391
|
|
443
|
-
### get_cluster_environment_build_logs
|
444
|
-
|
445
|
-
Retrieves logs for a Cluster Environment Build.
|
446
|
-
|
447
|
-
Parameters
|
448
|
-
|
449
|
-
Name | Type | Description | Notes
|
450
|
-
------------- | ------------- | ------------- | -------------
|
451
|
-
`cluster_environment_build_id` | str| ID of the Cluster Environment Build to retrieve logs for. | Defaults to null
|
452
|
-
|
453
|
-
Returns [ClusterenvironmentbuildlogresponseResponse](./models.md#clusterenvironmentbuildlogresponseresponse)
|
454
|
-
|
455
392
|
### get_default_cluster_environment_build
|
456
393
|
|
457
394
|
Retrieves a default cluster environment with the preferred attributes.
|
@@ -506,18 +443,6 @@ Name | Type | Description | Notes
|
|
506
443
|
|
507
444
|
Returns [ClusterenvironmentResponse](./models.md#clusterenvironmentresponse)
|
508
445
|
|
509
|
-
### delete_cluster_environment
|
510
|
-
|
511
|
-
Deletes a Cluster Environment.
|
512
|
-
|
513
|
-
Parameters
|
514
|
-
|
515
|
-
Name | Type | Description | Notes
|
516
|
-
------------- | ------------- | ------------- | -------------
|
517
|
-
`cluster_config_id` | str| ID of the Cluster Environment to delete. | Defaults to null
|
518
|
-
|
519
|
-
Returns void (empty response body)
|
520
|
-
|
521
446
|
### get_cluster_environment
|
522
447
|
|
523
448
|
Retrieves a Cluster Environment.
|
@@ -558,18 +483,6 @@ Returns [ClusteroperationResponse](./models.md#clusteroperationresponse)
|
|
558
483
|
|
559
484
|
## Clusters
|
560
485
|
|
561
|
-
### archive_cluster
|
562
|
-
|
563
|
-
Archives the cluster. It is a no-op if the cluster is already archived.
|
564
|
-
|
565
|
-
Parameters
|
566
|
-
|
567
|
-
Name | Type | Description | Notes
|
568
|
-
------------- | ------------- | ------------- | -------------
|
569
|
-
`cluster_id` | str| | Defaults to null
|
570
|
-
|
571
|
-
Returns void (empty response body)
|
572
|
-
|
573
486
|
### create_cluster
|
574
487
|
|
575
488
|
Creates a Cluster.
|
@@ -700,19 +613,6 @@ Returns [LogstreamResponse](./models.md#logstreamresponse)
|
|
700
613
|
|
701
614
|
## Organizations
|
702
615
|
|
703
|
-
### get_organization_temporary_object_storage_credentials
|
704
|
-
|
705
|
-
Retrieves temporary object storage config and credentials scoped to an organization and region.
|
706
|
-
|
707
|
-
Parameters
|
708
|
-
|
709
|
-
Name | Type | Description | Notes
|
710
|
-
------------- | ------------- | ------------- | -------------
|
711
|
-
`organization_id` | str| | Defaults to null
|
712
|
-
`region` | str| | Defaults to null
|
713
|
-
|
714
|
-
Returns [ObjectstorageconfigResponse](./models.md#objectstorageconfigresponse)
|
715
|
-
|
716
616
|
### partial_update_organization
|
717
617
|
|
718
618
|
Update an organization's requirement for Single Sign On (SSO). If SSO is required for an organization, SSO will be the only way to log in to it.
|
@@ -752,18 +652,6 @@ Name | Type | Description | Notes
|
|
752
652
|
|
753
653
|
Returns [ProductionjobResponse](./models.md#productionjobresponse)
|
754
654
|
|
755
|
-
### get_session_for_job
|
756
|
-
|
757
|
-
Get Session for Production Job
|
758
|
-
|
759
|
-
Parameters
|
760
|
-
|
761
|
-
Name | Type | Description | Notes
|
762
|
-
------------- | ------------- | ------------- | -------------
|
763
|
-
`production_job_id` | str| | Defaults to null
|
764
|
-
|
765
|
-
Returns [SessionResponse](./models.md#sessionresponse)
|
766
|
-
|
767
655
|
### list_production_jobs
|
768
656
|
|
769
657
|
|
@@ -855,19 +743,6 @@ Name | Type | Description | Notes
|
|
855
743
|
|
856
744
|
Returns [ProjectListResponse](./models.md#projectlistresponse)
|
857
745
|
|
858
|
-
### update_project
|
859
|
-
|
860
|
-
Updates a Project.
|
861
|
-
|
862
|
-
Parameters
|
863
|
-
|
864
|
-
Name | Type | Description | Notes
|
865
|
-
------------- | ------------- | ------------- | -------------
|
866
|
-
`project_id` | str| ID of the Project to update. | Defaults to null
|
867
|
-
`update_project` | [UpdateProject](./models.md#updateproject)| |
|
868
|
-
|
869
|
-
Returns [ProjectResponse](./models.md#projectresponse)
|
870
|
-
|
871
746
|
## Schedules
|
872
747
|
|
873
748
|
### create_or_update_schedule
|
@@ -405,13 +405,6 @@ Name | Type | Description | Notes
|
|
405
405
|
**cloud_id** | **str** | The build cloud associated with this build. If None, the build is a v1 build. | [optional] [default to null]
|
406
406
|
**digest** | **str** | The digest of the image for this Build. | [optional] [default to null]
|
407
407
|
|
408
|
-
## ClusterEnvironmentBuildLogResponse
|
409
|
-
|
410
|
-
|
411
|
-
Name | Type | Description | Notes
|
412
|
-
------------ | ------------- | ------------- | -------------
|
413
|
-
**logs** | **str** | Logs of the build. | [default to null]
|
414
|
-
|
415
408
|
## ClusterEnvironmentBuildOperation
|
416
409
|
|
417
410
|
Describes a long running operation that will eventually complete. Consider this an abstract class. Specific kinds of operations should subclass this.
|
@@ -589,14 +582,6 @@ Name | Type | Description | Notes
|
|
589
582
|
------------ | ------------- | ------------- | -------------
|
590
583
|
**result** | [**ClusterEnvironmentBuild**](#clusterenvironmentbuild) | | [default to null]
|
591
584
|
|
592
|
-
## ClusterenvironmentbuildlogresponseResponse
|
593
|
-
|
594
|
-
A response from the API. Contains a field \"result\" which has the contents of the response.
|
595
|
-
|
596
|
-
Name | Type | Description | Notes
|
597
|
-
------------ | ------------- | ------------- | -------------
|
598
|
-
**result** | [**ClusterEnvironmentBuildLogResponse**](#clusterenvironmentbuildlogresponse) | | [default to null]
|
599
|
-
|
600
585
|
## ClusterenvironmentbuildoperationResponse
|
601
586
|
|
602
587
|
A response from the API. Contains a field \"result\" which has the contents of the response.
|
@@ -751,28 +736,6 @@ Name | Type | Description | Notes
|
|
751
736
|
**env_vars** | [**object**](#) | Environment variables in the docker image that will be used at runtime. | [optional] [default to null]
|
752
737
|
**registry_login_secret** | **str** | The name or identifier of a secret containing credentials to authenticate to the docker registry hosting the image. | [optional] [default to null]
|
753
738
|
|
754
|
-
## CreateCloud
|
755
|
-
|
756
|
-
Model used to create a Cloud.
|
757
|
-
|
758
|
-
Name | Type | Description | Notes
|
759
|
-
------------ | ------------- | ------------- | -------------
|
760
|
-
**name** | **str** | Name of this Cloud. | [default to null]
|
761
|
-
**provider** | [**CloudProviders**](#cloudproviders) | Provider of this Cloud (e.g. AWS). | [default to null]
|
762
|
-
**compute_stack** | [**ComputeStack**](#computestack) | The compute stack associated with this cloud's primary cloud resource. | [optional] [default to null]
|
763
|
-
**region** | **str** | Region this Cloud is operating in. This value needs to be supported by this Cloud's provider. (e.g. us-west-2) | [default to null]
|
764
|
-
**credentials** | **str** | Credentials needed to interact with this Cloud. | [default to null]
|
765
|
-
**config** | [**CloudConfig**](#cloudconfig) | Additional configurable properties of this Cloud. | [optional] [default to null]
|
766
|
-
**is_k8s** | **bool** | Whether this cloud is managed via Kubernetes. | [optional] [default to false]
|
767
|
-
**is_aioa** | **bool** | Whether this cloud is an AIOA cloud. | [optional] [default to false]
|
768
|
-
**availability_zones** | **List[str]** | The availability zones that instances of this cloud are allowed to be launched in. | [optional] [default to null]
|
769
|
-
**is_bring_your_own_resource** | **bool** | Whether the resources of this cloud are provided by the customer. | [optional] [default to null]
|
770
|
-
**is_private_cloud** | **bool** | Whether this cloud is a private cloud. | [optional] [default to false]
|
771
|
-
**cluster_management_stack_version** | [**ClusterManagementStackVersions**](#clustermanagementstackversions) | The cluster management stack version of the cloud. | [optional] [default to null]
|
772
|
-
**is_private_service_cloud** | **bool** | Whether services created in this cloud should be private. | [optional] [default to null]
|
773
|
-
**auto_add_user** | **bool** | Whether all users in the organization should be automatically added to this cloud. This field is only relevant for organizations with cloud isolation enabled, because all users in the organization automatically have access to all clouds if cloud isolation is not enabled. | [optional] [default to false]
|
774
|
-
**external_id** | **str** | The trust policy external ID specified by the user for the cloud control plane role. It must start with the organization ID. | [optional] [default to null]
|
775
|
-
|
776
739
|
## CreateCluster
|
777
740
|
|
778
741
|
Model used to create a new Cluster.
|
@@ -1164,34 +1127,6 @@ The type of node (head or worker).
|
|
1164
1127
|
Possible Values:
|
1165
1128
|
['head-node', 'worker-nodes', 'unknown']
|
1166
1129
|
|
1167
|
-
## ObjectStorageConfig
|
1168
|
-
|
1169
|
-
Field representing a object storage configuration for an organization in a region
|
1170
|
-
|
1171
|
-
Name | Type | Description | Notes
|
1172
|
-
------------ | ------------- | ------------- | -------------
|
1173
|
-
**s3** | [**ObjectStorageConfigS3**](#objectstorageconfigs3) | S3 configuration | [optional] [default to null]
|
1174
|
-
|
1175
|
-
## ObjectStorageConfigS3
|
1176
|
-
|
1177
|
-
|
1178
|
-
Name | Type | Description | Notes
|
1179
|
-
------------ | ------------- | ------------- | -------------
|
1180
|
-
**region** | **str** | | [default to null]
|
1181
|
-
**bucket** | **str** | | [default to null]
|
1182
|
-
**path** | **str** | | [default to null]
|
1183
|
-
**aws_access_key_id** | **str** | | [default to null]
|
1184
|
-
**aws_secret_access_key** | **str** | | [default to null]
|
1185
|
-
**aws_session_token** | **str** | | [default to null]
|
1186
|
-
|
1187
|
-
## ObjectstorageconfigResponse
|
1188
|
-
|
1189
|
-
A response from the API. Contains a field \"result\" which has the contents of the response.
|
1190
|
-
|
1191
|
-
Name | Type | Description | Notes
|
1192
|
-
------------ | ------------- | ------------- | -------------
|
1193
|
-
**result** | [**ObjectStorageConfig**](#objectstorageconfig) | | [default to null]
|
1194
|
-
|
1195
1130
|
## OperationError
|
1196
1131
|
|
1197
1132
|
The response of this operation in case of failure
|
@@ -1716,26 +1651,6 @@ Name | Type | Description | Notes
|
|
1716
1651
|
**idle_termination_status** | [**IdleTerminationStatus**](#idleterminationstatus) | The status of autosuspend | [optional] [default to null]
|
1717
1652
|
**ray_dashboard_snapshot_last_reported_at** | **datetime** | The time of the last snapshot recorded from the ray dashboard | [optional] [default to null]
|
1718
1653
|
|
1719
|
-
## SessionOperation
|
1720
|
-
|
1721
|
-
Describes a long running session operation that will eventually complete.
|
1722
|
-
|
1723
|
-
Name | Type | Description | Notes
|
1724
|
-
------------ | ------------- | ------------- | -------------
|
1725
|
-
**id** | **str** | ID of this operation. | [default to null]
|
1726
|
-
**completed** | **bool** | Boolean indicating if this operation is completed. | [default to null]
|
1727
|
-
**progress** | [**OperationProgress**](#operationprogress) | Details about the progress of this operation at the time of the request. This will be absent for completed operations. | [optional] [default to null]
|
1728
|
-
**result** | [**OperationResult**](#operationresult) | The result of this operation after it has completed. This is always provided when the operation is complete. | [optional] [default to null]
|
1729
|
-
**session_id** | **str** | ID of the Session that is being updated. | [default to null]
|
1730
|
-
**session_operation_type** | [**SessionOperationType**](#sessionoperationtype) | The variety of operation being performed: start sets the session's goal state to Running, stop sets the session's goal state to Stopped, terminate sets the session's goal state to Terminated | [default to null]
|
1731
|
-
|
1732
|
-
## SessionOperationType
|
1733
|
-
|
1734
|
-
The type of session operation.
|
1735
|
-
|
1736
|
-
Possible Values:
|
1737
|
-
['start', 'stop', 'terminate']
|
1738
|
-
|
1739
1654
|
## SessionResponse
|
1740
1655
|
|
1741
1656
|
A response from the API. Contains a field \"result\" which has the contents of the response.
|
@@ -1776,14 +1691,6 @@ Name | Type | Description | Notes
|
|
1776
1691
|
**stop_progress** | **str** | | [optional] [default to null]
|
1777
1692
|
**stop_error** | **str** | | [optional] [default to null]
|
1778
1693
|
|
1779
|
-
## SessionoperationResponse
|
1780
|
-
|
1781
|
-
A response from the API. Contains a field \"result\" which has the contents of the response.
|
1782
|
-
|
1783
|
-
Name | Type | Description | Notes
|
1784
|
-
------------ | ------------- | ------------- | -------------
|
1785
|
-
**result** | [**SessionOperation**](#sessionoperation) | | [default to null]
|
1786
|
-
|
1787
1694
|
## SortByClauseJobsSortField
|
1788
1695
|
|
1789
1696
|
This model is used in the backend to represent the SQL ORDER BY clauses.
|
@@ -1883,15 +1790,6 @@ Name | Type | Description | Notes
|
|
1883
1790
|
**machine_pool_name** | **str** | The machine pool name the instance belongs to if it is PCP machine type, otherwise it is empty string. | [default to null]
|
1884
1791
|
**billing_error_message** | **str** | If there was an error in the price calculation for this instance, this message should be shown to the user. | [optional] [default to null]
|
1885
1792
|
|
1886
|
-
## UpdateCloud
|
1887
|
-
|
1888
|
-
Updateable fields for a Cloud. If a field is absent, it will not be updated.
|
1889
|
-
|
1890
|
-
Name | Type | Description | Notes
|
1891
|
-
------------ | ------------- | ------------- | -------------
|
1892
|
-
**config** | [**CloudConfig**](#cloudconfig) | Additional configurable properties of this Cloud. | [optional] [default to null]
|
1893
|
-
**auto_add_user** | **bool** | Whether all users in the organization should be automatically added to this cloud. This field is only relevant for organizations with cloud isolation enabled, because all users in the organization automatically have access to all clouds if cloud isolation is not enabled. | [optional] [default to null]
|
1894
|
-
|
1895
1793
|
## UpdateCluster
|
1896
1794
|
|
1897
1795
|
Model used to update a Cluster. A field will not be updated if its value is absent.
|
@@ -1911,15 +1809,6 @@ Name | Type | Description | Notes
|
|
1911
1809
|
------------ | ------------- | ------------- | -------------
|
1912
1810
|
**sso_mode** | [**SSOMode**](#ssomode) | Mode for use of single sign on (SSO) for your organization.WARNING: It is dangerous to require SSO if you are not confident it is correctly configured. Once SSO is required, users may not log into Anyscale without using SSO. If you lock all users out of your organization by requiring incorrectly configured SSO, you may need to contact Anyscale for support. | [default to null]
|
1913
1811
|
|
1914
|
-
## UpdateProject
|
1915
|
-
|
1916
|
-
Model for updating a Project. A field will not be updated if its value is absent.
|
1917
|
-
|
1918
|
-
Name | Type | Description | Notes
|
1919
|
-
------------ | ------------- | ------------- | -------------
|
1920
|
-
**cluster_config** | **str** | New cluster config to apply to the Project on update action. | [optional] [default to null]
|
1921
|
-
**description** | **str** | New description to update in the Project. | [optional] [default to null]
|
1922
|
-
|
1923
1812
|
## UserServiceAccessTypes
|
1924
1813
|
|
1925
1814
|
An enumeration.
|
@@ -128,7 +128,6 @@ Class | Method | HTTP request | Description
|
|
128
128
|
*DefaultApi* | [**create_resource_quota_api_v2_resource_quotas_post**](docs/DefaultApi.md#create_resource_quota_api_v2_resource_quotas_post) | **POST** /api/v2/resource_quotas/ | Create Resource Quota
|
129
129
|
*DefaultApi* | [**create_service_account_api_v2_users_service_accounts_post**](docs/DefaultApi.md#create_service_account_api_v2_users_service_accounts_post) | **POST** /api/v2/users/service_accounts | Create Service Account
|
130
130
|
*DefaultApi* | [**create_session_command_api_v2_sessions_session_id_create_session_command_post**](docs/DefaultApi.md#create_session_command_api_v2_sessions_session_id_create_session_command_post) | **POST** /api/v2/sessions/{session_id}/create_session_command | Create Session Command
|
131
|
-
*DefaultApi* | [**create_web_terminal_api_v2_sessions_session_id_web_terminals_post**](docs/DefaultApi.md#create_web_terminal_api_v2_sessions_session_id_web_terminals_post) | **POST** /api/v2/sessions/{session_id}/web_terminals | Create Web Terminal
|
132
131
|
*DefaultApi* | [**create_workspace_api_v2_experimental_workspaces_post**](docs/DefaultApi.md#create_workspace_api_v2_experimental_workspaces_post) | **POST** /api/v2/experimental_workspaces/ | Create Workspace
|
133
132
|
*DefaultApi* | [**create_workspace_from_template_api_v2_experimental_workspaces_from_template_post**](docs/DefaultApi.md#create_workspace_from_template_api_v2_experimental_workspaces_from_template_post) | **POST** /api/v2/experimental_workspaces/from_template | Create Workspace From Template
|
134
133
|
*DefaultApi* | [**delete_cloud_api_v2_clouds_cloud_id_delete**](docs/DefaultApi.md#delete_cloud_api_v2_clouds_cloud_id_delete) | **DELETE** /api/v2/clouds/{cloud_id} | Delete Cloud
|
@@ -191,7 +190,6 @@ Class | Method | HTTP request | Description
|
|
191
190
|
*DefaultApi* | [**get_decorated_interactive_session_api_v2_decorated_interactive_sessions_interactive_session_id_get**](docs/DefaultApi.md#get_decorated_interactive_session_api_v2_decorated_interactive_sessions_interactive_session_id_get) | **GET** /api/v2/decorated_interactive_sessions/{interactive_session_id} | Get Decorated Interactive Session
|
192
191
|
*DefaultApi* | [**get_decorated_job_api_v2_decorated_jobs_job_id_get**](docs/DefaultApi.md#get_decorated_job_api_v2_decorated_jobs_job_id_get) | **GET** /api/v2/decorated_jobs/{job_id} | Get Decorated Job
|
193
192
|
*DefaultApi* | [**get_decorated_serve_deployment_api_v2_decorated_serve_deployments_serve_deloyment_id_get**](docs/DefaultApi.md#get_decorated_serve_deployment_api_v2_decorated_serve_deployments_serve_deloyment_id_get) | **GET** /api/v2/decorated_serve_deployments/{serve_deloyment_id} | Get Decorated Serve Deployment
|
194
|
-
*DefaultApi* | [**get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get**](docs/DefaultApi.md#get_decorated_serve_deployment_fast_api_docs_status_api_v2_decorated_serve_deployments_serve_deployment_id_fast_api_docs_status_get) | **GET** /api/v2/decorated_serve_deployments/{serve_deployment_id}/fast_api_docs_status | Get Decorated Serve Deployment Fast Api Docs Status
|
195
193
|
*DefaultApi* | [**get_decorated_support_request_for_user_organization_api_v2_support_requests_get**](docs/DefaultApi.md#get_decorated_support_request_for_user_organization_api_v2_support_requests_get) | **GET** /api/v2/support_requests/ | Get Decorated Support Request For User Organization
|
196
194
|
*DefaultApi* | [**get_default_cluster_env_build_api_v2_builds_default_py_version_ray_version_get**](docs/DefaultApi.md#get_default_cluster_env_build_api_v2_builds_default_py_version_ray_version_get) | **GET** /api/v2/builds/default/{py_version}/{ray_version} | Get Default Cluster Env Build
|
197
195
|
*DefaultApi* | [**get_default_compute_config_api_v2_compute_templates_default_cloud_id_get**](docs/DefaultApi.md#get_default_compute_config_api_v2_compute_templates_default_cloud_id_get) | **GET** /api/v2/compute_templates/default/{cloud_id} | Get Default Compute Config
|
@@ -814,10 +812,8 @@ Class | Method | HTTP request | Description
|
|
814
812
|
- [SUPPORTEDBASEIMAGESENUM](docs/SUPPORTEDBASEIMAGESENUM.md)
|
815
813
|
- [ScheduleConfig](docs/ScheduleConfig.md)
|
816
814
|
- [SchedulerInfo](docs/SchedulerInfo.md)
|
817
|
-
- [ServeDeploymentFastApiDocsStatus](docs/ServeDeploymentFastApiDocsStatus.md)
|
818
815
|
- [ServeDeploymentGrafanaDashboardStatus](docs/ServeDeploymentGrafanaDashboardStatus.md)
|
819
816
|
- [ServeDeploymentState](docs/ServeDeploymentState.md)
|
820
|
-
- [ServedeploymentfastapidocsstatusResponse](docs/ServedeploymentfastapidocsstatusResponse.md)
|
821
817
|
- [ServerSessionToken](docs/ServerSessionToken.md)
|
822
818
|
- [ServersessiontokenResponse](docs/ServersessiontokenResponse.md)
|
823
819
|
- [ServiceConfig](docs/ServiceConfig.md)
|
@@ -922,8 +918,6 @@ Class | Method | HTTP request | Description
|
|
922
918
|
- [WaitlistStatusType](docs/WaitlistStatusType.md)
|
923
919
|
- [WaitliststatusresponseResponse](docs/WaitliststatusresponseResponse.md)
|
924
920
|
- [WandBRunDetails](docs/WandBRunDetails.md)
|
925
|
-
- [WebTerminal](docs/WebTerminal.md)
|
926
|
-
- [WebterminalResponse](docs/WebterminalResponse.md)
|
927
921
|
- [WorkerNodeType](docs/WorkerNodeType.md)
|
928
922
|
- [WorkloadInfo](docs/WorkloadInfo.md)
|
929
923
|
- [WorkloadType](docs/WorkloadType.md)
|
@@ -477,10 +477,8 @@ from openapi_client.models.sso_mode import SSOMode
|
|
477
477
|
from openapi_client.models.supportedbaseimagesenum import SUPPORTEDBASEIMAGESENUM
|
478
478
|
from openapi_client.models.schedule_config import ScheduleConfig
|
479
479
|
from openapi_client.models.scheduler_info import SchedulerInfo
|
480
|
-
from openapi_client.models.serve_deployment_fast_api_docs_status import ServeDeploymentFastApiDocsStatus
|
481
480
|
from openapi_client.models.serve_deployment_grafana_dashboard_status import ServeDeploymentGrafanaDashboardStatus
|
482
481
|
from openapi_client.models.serve_deployment_state import ServeDeploymentState
|
483
|
-
from openapi_client.models.servedeploymentfastapidocsstatus_response import ServedeploymentfastapidocsstatusResponse
|
484
482
|
from openapi_client.models.server_session_token import ServerSessionToken
|
485
483
|
from openapi_client.models.serversessiontoken_response import ServersessiontokenResponse
|
486
484
|
from openapi_client.models.service_config import ServiceConfig
|
@@ -585,8 +583,6 @@ from openapi_client.models.waitlist_status_response import WaitlistStatusRespons
|
|
585
583
|
from openapi_client.models.waitlist_status_type import WaitlistStatusType
|
586
584
|
from openapi_client.models.waitliststatusresponse_response import WaitliststatusresponseResponse
|
587
585
|
from openapi_client.models.wand_b_run_details import WandBRunDetails
|
588
|
-
from openapi_client.models.web_terminal import WebTerminal
|
589
|
-
from openapi_client.models.webterminal_response import WebterminalResponse
|
590
586
|
from openapi_client.models.worker_node_type import WorkerNodeType
|
591
587
|
from openapi_client.models.workload_info import WorkloadInfo
|
592
588
|
from openapi_client.models.workload_type import WorkloadType
|