anyscale 0.26.41__tar.gz → 0.26.42__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.41 → anyscale-0.26.42}/PKG-INFO +1 -1
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/docgen/__main__.py +1 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale-cloud-setup-gcp-oa.yaml +0 -29
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale-cloud-setup-gcp.yaml +0 -16
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale-cloud-setup.yaml +12 -6
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/README.md +10 -5
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/__init__.py +2 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/api/default_api.py +249 -10
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/__init__.py +2 -0
- anyscale-0.26.42/anyscale/client/openapi_client/models/machine_pool_search_query.py +122 -0
- anyscale-0.26.42/anyscale/client/openapi_client/models/update_payment_info.py +123 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/cloud_commands.py +45 -1
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/command_examples.py +25 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/cloud_controller.py +108 -83
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/util.py +25 -1
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/gcp_managed_setup_utils.py +66 -1
- anyscale-0.26.42/anyscale/version.py +1 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale.egg-info/PKG-INFO +1 -1
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale.egg-info/SOURCES.txt +2 -0
- anyscale-0.26.41/anyscale/version.py +0 -1
- {anyscale-0.26.41 → anyscale-0.26.42}/.covrc +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/BUILD.bazel +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/LICENSE +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/MANIFEST.in +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/NOTICE +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/README.md +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/anyscale_client/README.md +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/anyscale_client/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/anyscale_client/anyscale_client.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/anyscale_client/common.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/anyscale_client/fake_anyscale_client.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/docgen/README.md +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/docgen/api.md +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/docgen/generator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/docgen/generator_legacy.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/docgen/models.md +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/models/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/models/image_uri.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/models/model_base.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/sdk/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/sdk/base_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/sdk/timer.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/utils/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/utils/progress_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/workload/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/workload/workload_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/_private/workload/workload_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/aggregated_instance_usage/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/aggregated_instance_usage/_private/aggregated_instance_usage_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/aggregated_instance_usage/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/aggregated_instance_usage/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale-cloud-setup-oa.yaml +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_halo/LICENSE +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_halo/README.md +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_halo/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_halo/_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_halo/cursor.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_halo/halo.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_halo/halo_notebook.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/HISTORY.md +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/LICENSE +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/PKG-INFO +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/README.md +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/_hypothesis_plugin.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/annotated_types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/class_validators.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/color.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/dataclasses.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/datetime_parse.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/decorator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/env_settings.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/error_wrappers.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/errors.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/fields.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/generics.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/json.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/main.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/mypy.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/networks.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/parse.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/py.typed +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/schema.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/tools.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/typing.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/validators.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_pydantic/version.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/anyscale_schema.json +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/api.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/api_utils/README.md +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/api_utils/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/api_utils/common_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/api_utils/exceptions/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/api_utils/exceptions/job_errors.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/api_utils/job_logs_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/api_utils/job_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/api_utils/logs_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/authenticate.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/aws_iam_policies.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/background/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/background/job_runner.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cli_logger.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/.gitignore +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/.openapi-generator/VERSION +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/.openapi-generator-ignore +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/git_push.sh +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/api/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/api_client.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/configuration.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/exceptions.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/access_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/actor_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/admin_create_user.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/admin_created_user.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/admincreateduser_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aggregated_instance_usage_csv.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aggregated_usage.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aggregated_usage_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aggregatedinstanceusagecsv_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aggregatedusage_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aioa_cloud_waitlist_record.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aioacloudwaitlistrecord_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/alert_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/anyscale_aws_account.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/anyscale_service_account.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/anyscaleawsaccount_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/anyscaled_credential_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/anyscaledcredentialresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/anyscaleserviceaccount_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/api_key_parameters.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/app_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/appconfig_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/appconfig_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/application_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/applied_snapshot.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/archive_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/attach_machine_pool_to_cloud_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/attachmachinepooltocloudresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aws_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aws_memory_db_cluster_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aws_region_and_zones.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/aws_region_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/awsregionandzones_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/backend_server_api_product_models_dataset_runs_dataset_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/backend_server_api_product_routers_datasets_router_dataset_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/base_job_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/baseimagesenum.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/batch_response_batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/batched_result_organization_invitation_base.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/billing_version_code.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/body_aws_marketplace_registration_api_v2_organization_billing_aws_marketplace_registration_post.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/build.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/build_log_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/build_registration.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/build_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/build_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/buildlogresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/change_password_params.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cleanup_leaked_grafana_dashboard_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cleanupleakedgrafanadashboardresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cli_usage_payload.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/clone_experimental_workspace.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_analytics_event.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_provider_error.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_analytics_event_cloud_resource.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_analytics_event_command_name.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_analytics_event_error.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_analytics_event_name.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_collaborator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_collaborator_value.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_collaborators_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_data_bucket_access_mode.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_data_bucket_file_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_upload_scheme.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_data_bucket_presigned_url_scheme.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_data_bucket_request_scope.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_deployment.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_deployment_compute_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_deployment_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_hosting_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_name_options.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_overview_dashboard.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_project_collaborator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_project_collaborator_value.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_provider.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_providers.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_region_and_zones.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_region_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_resource.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_resource_gcp.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_version.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_waitlist_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_with_cloud_resource.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloudcollaborator_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/clouddatabucketpresigneduploadinfo_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/clouddatabucketpresignedurlresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/clouddeployment_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/clouddeploymentconfig_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloudoverviewdashboard_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloudregionandzones_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloudresource_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloudresourcegcp_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloudwithcloudresource_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cloudwithcloudresourcegcp_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_auth_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_event.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_event_source.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_events_output.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_operation.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/cluster_status_details.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/clusterauthresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/clusterevent_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/clustereventsoutput_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/commit_ledger_item_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/commit_ledger_record_v2.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/complexity_level.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/compute_node_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/compute_stack.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/compute_template.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/compute_template_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/compute_template_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/computetemplate_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_aioa_cloud_waitlist.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_analytics_event.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_app_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_billing_version.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_bug_report_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_build.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_byod_app_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_byod_build.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_cloud_collaborator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_cloud_resource.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_compute_template.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_compute_template_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_dataset.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_experimental_workspace.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_instance_usage_budget.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_internal_production_job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_job_queue_requests.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_machine_pool_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_machine_pool_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_machine_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_machine_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_metronome_webhook_notification.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_notification_channel_record.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_organization_configuration.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_organization_invitation.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_otp_return_api_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_production_job_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_resource_notification.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_resource_quota.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_schedule.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_user.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_user_project_collaborator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_user_project_collaborator_value.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/create_workspace_from_template.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/createbugreportresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/createcomputetemplateconfig_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/createmachinepoolresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/createmachineresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/createotpreturnapimodel_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/credit_grant_record_v2.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/credit_ledger_item_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/credit_ledger_record_v2.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/credit_record_commit_v2.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/credit_record_credit_v2.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/credit_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/credits_v2.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/customer_alert_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dashboard_panel.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dataplane_services.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dataset.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dataset_dag.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dataset_dag_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dataset_jobs.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dataset_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dataset_metrics.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dataset_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/dataset_upload.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/datasetupload_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_application_template.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_build.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_compute_template.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_compute_template_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_interactive_session.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_job_queue.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_list_service_api_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_production_job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_production_job_state_transition.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_production_service_v2_api_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_production_service_v2_version_api_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_schedule.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_serve_deployment.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_service_event_api_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_session.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_support_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decorated_unified_job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedapplicationtemplate_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedbuild_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedbuild_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedcomputetemplate_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedcomputetemplate_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedinteractivesession_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedinteractivesession_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedjob_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedjobqueue_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedjobqueue_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedlistserviceapimodel_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedproductionjob_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedproductionjob_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedproductionjobstatetransition_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedproductionservicev2_apimodel_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedproductionservicev2_versionapimodel_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedschedule_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedschedule_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedservedeployment_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedservedeployment_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedserviceeventapimodel_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedsession_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedsession_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedsupportrequest_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedsupportrequest_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/decoratedunifiedjob_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/delete_machine_pool_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/delete_machine_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/deleted_platform_fine_tuned_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/deletedplatformfinetunedmodel_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/deletemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/describe_machine_pool_machines_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/describe_machine_pool_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/describe_machine_pool_requests_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/describe_machine_pool_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/describe_system_workload_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/describemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/describesystemworkloadresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/detach_machine_pool_from_cloud_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/detachmachinepoolfromcloudresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/editable_cloud_resource.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/editable_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/error.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/event_level.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/execute_command_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/execute_interactive_command_options.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/executecommandresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/experimental_workspace.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/experimental_workspaces_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/experimentalworkspace_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/experimentalworkspace_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/external_terminal_command.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/feature_flag_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/featureflagresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/file_storage.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/fine_tune_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/fine_tuned_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/finetunedmodel_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/finetunedmodel_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/gcp_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/gcp_file_store_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/gcp_memorystore_instance_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/get_or_create_build_from_image_uri_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/grafana_dashboard.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ha_job_error_types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ha_job_event_level.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ha_job_event_origin.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ha_job_states.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ha_job_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ha_jobs_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/head_ip.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/headip_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/http_protocol_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/http_validation_error.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/i_know_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/i_know_time_series_event.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/idle_termination_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/instance_usage_budget.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/instance_usage_budget_evaluation_period.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/instanceusagebudget_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/instanceusagebudget_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/integration_details.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/internal_production_job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/internalproductionjob_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_access.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_details.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_queue.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_queue_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_queue_sort_directive.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_queue_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_queue_spec.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_queue_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_queues_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_report.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_run_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_state_log_level_types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/job_with_report.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/jobqueue_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/jobwithreport_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/json_patch_operation.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/kubernetes_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/kubernetes_manager_registration_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/kubernetes_manager_registration_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/kubernetesmanagerregistrationresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/lb_resource.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/lbresource_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/list_machine_pools_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/list_machines_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/list_ray_sessions_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/list_resource_notifications_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/list_resource_quotas_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/list_response_metadata.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/listmachinepoolsresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/listmachinesresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/listraysessionsresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/log_download_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/log_download_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/log_download_result.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/log_file_chunk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/log_filter.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/log_item.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/log_item_batch.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/login_user_params.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/logitembatch_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/logs_output.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/logsoutput_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/long_running_workload.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/longrunningworkload_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/machine_allocation_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/machine_connection_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/machine_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/machine_launch_failure.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/machine_pool.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/machine_pool_search_result.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/machine_state_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/machinepoolsearchresult_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/machinestateinfo_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/metric.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/metronome_customer_info_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/metronome_dashboard_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/metronomecustomerinfomodel_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/metronomecustomerinfomodel_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_build.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_cloud.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_cluster.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_compute_template.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_compute_template_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_job_run.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_namespace.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_organization.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_production_job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_project.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_runtime_environment.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_schedule.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/mini_user.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/minibuild_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/minicomputetemplate_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/networking_mode.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/nfs_mount_target.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/node_registration_aws.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/node_registration_gcp.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/node_registration_k8_s.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/node_registration_provisioned.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/node_registration_v2.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/node_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/notification_channel_email_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/notification_channel_slack_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/notification_channel_webhook_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/object_storage.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/operation_error.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/operation_progress.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/operation_result.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/operator_branch.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/operator_id.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/operator_metrics.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_collaborator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_configuration.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_configuration_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_invitation.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_invitation_base.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_marketing_questions.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_permission_level.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_summary.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_usage_alert.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organization_usage_alert_severity.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organizationcollaborator_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organizationconfiguration_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organizationconfigurationresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organizationinvitation_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organizationinvitation_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organizationinvitationbase_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/organizationusagealert_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/page_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/partition_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/pause_schedule.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/permission_level.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/production_job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/production_job_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/production_job_event.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/production_job_event_scope_filter.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/productionjob_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/productionjobevent_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/project.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/project_base.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/project_collaborator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/project_collaborator_value.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/project_default_session_name.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/project_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/project_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/projectbase_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/projectcollaborator_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/projectdefaultsessionname_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/projects_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/protocols.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/python_modules.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/quota.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ray_session.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/read_billing_version.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/readbillingversion_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/replica_details.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/replica_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/request_email_magic_link_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/request_otp_return_api_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/request_password_reset_params.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/request_state_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/requestemailmagiclinkresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/requestotpreturnapimodel_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/requeststateinfo_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/reset_password_params.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/resource_alert_event_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/resource_notification.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/resource_quota.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/resource_quota_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/resourcenotification_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/resourcenotification_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/resourcequota_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/resourcequota_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/resources.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/rollback_service_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/rollout_strategy.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/run_attempt_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/run_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/s3_download_location.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/schedule_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/scheduler_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/serve_deployment_grafana_dashboard_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/serve_deployment_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/server_session_token.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/serversessiontoken_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_event_current_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_event_level.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_event_origin.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_event_scope.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_event_scope_filter.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_event_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_event_verbose_message_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_goal_states.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_observability_urls.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/service_version_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/serviceeventverbosemessagemodel_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_access.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_command.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_command_finish_options.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_command_id.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_command_types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_ssh_key.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_state_data.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/session_stopping_data.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/sessioncommand_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/sessioncommandid_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/sessions_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/sessionsshkey_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/show_otp_source_return_api_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/showotpsourcereturnapimodel_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/sort_order.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/sso_login_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/sso_mode.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ssologininfo_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/start_session_options.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/stop_session_options.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/stream_publish_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/subnet_id_with_availability_zone_aws.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/summarize_machine_pool_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/summarize_machine_pool_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/summarizemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/support_requests_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/system_workload_name.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_exception_group_aggregate.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_exception_group_aggregate_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_function_name_group_aggregate.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_function_name_group_aggregate_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_grouped_aggregate_metrics.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_job_group_aggregate.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_job_group_aggregate_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_summary.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_table_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_table_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_table_row.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/task_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/tasksummary_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/text_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/tool.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/tracing_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/train_resources.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/train_run.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/train_run_attempt.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/train_worker.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/trainrun_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/try_login_email_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/tryloginemailresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/unified_job_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/unified_job_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/unified_job_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/update_cloud_collaborator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/update_cloud_with_cloud_resource_gcp.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/update_cluster_dns.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/update_job_queue_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/update_machine_pool_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/update_organization_collaborator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/update_project_collaborator.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/update_resource_quota.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/updatemachinepoolresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/upload_session_command_logs_locations.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/uploadsessioncommandlogslocations_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usage_by_cloud.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usage_by_cluster.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usage_by_instance_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usage_by_project.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usage_by_user.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usagebycloud_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usagebycluster_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usagebyinstancetype_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usagebyproject_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/usagebyuser_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/user_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/user_resend_email_options.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/user_service_access_types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/userinfo_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/utm_fields.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/ux_instance.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/validate_otp_params_api_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/validation_error.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/waitlist_status_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/waitlist_status_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/waitliststatusresponse_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/wand_b_run_details.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/worker_node_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workload_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workload_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_dataplane_artifact.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_dataplane_artifacts.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_dataplane_proxied_artifacts.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_event.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_event_source.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_event_source_filter.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_readme.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_snapshot_states.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_template.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_template_cluster_environment_metadata.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspace_template_readme.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspacedataplaneartifacts_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspacedataplaneproxiedartifacts_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspaceevent_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspacereadme_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspacetemplate_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspacetemplateclusterenvironmentmetadata_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/workspacetemplatereadme_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/write_cloud.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/write_cluster_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/write_project.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/models/write_support_request.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/openapi_client/rest.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/requirements.txt +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/setup.cfg +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/setup.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/test-requirements.txt +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/client/tox.ini +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cloud/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cloud/_private/cloud_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cloud/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cloud/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cloud_resource.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cloud_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cluster.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cluster_compute.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/cluster_env.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/aggregated_instance_usage_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/anyscale_api/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/anyscale_api/api_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/anyscale_api/session_operations_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/anyscale_api/sessions_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/auth_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/cloud_commands_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/cluster_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/cluster_env_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/compute_config_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/config_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/exec_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/experimental_integrations_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/image_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/job_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/job_queue_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/list_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/list_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/llm/dataset_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/llm/group.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/llm/models_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/login_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/logs_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/machine_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/machine_pool_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/migrate_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/organization_invitation_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/project_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/resource_quota_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/schedule_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/service_account_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/service_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/session_commands_hidden.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/user_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/workspace_commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/commands/workspace_commands_v2.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/component_activity_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/compute_config/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/compute_config/_private/compute_config_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/compute_config/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/compute_config/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/conf.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/connect.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/connect_utils/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/connect_utils/prepare_cluster.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/connect_utils/project.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/connect_utils/start_interactive_session.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/auth_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/base_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/cloud_functional_verification_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/cluster_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/cluster_env_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/compute_config_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/config_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/experimental_integrations_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/job_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/jobs_bg_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/list_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/llm/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/llm/models_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/logs_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/machine_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/machine_pool_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/project_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/schedule_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/service_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/controllers/workspace_controller.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/feature_flags.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/fingerprint.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/formatters/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/formatters/clouds_formatter.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/formatters/common_formatter.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/gcp_verification.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/image/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/image/_private/image_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/image/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/image/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/integrations.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/job/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/job/_private/job_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/job/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/job/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/job_queue/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/job_queue/_private/job_queue_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/job_queue/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/job_queue/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/links.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/dataset/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/dataset/_private/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/dataset/_private/docs.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/dataset/_private/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/dataset/_private/sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/model/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/model/_private/models_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/model/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/model/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/model/sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/llm/sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/memorydb_supported_zones.json +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/models/job_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/models/service_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/organization_invitation/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/organization_invitation/_private/organization_invitation_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/organization_invitation/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/organization_invitation/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/project/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/project/_private/project_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/project/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/project/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/project_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/resource_quota/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/resource_quota/_private/resource_quota_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/resource_quota/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/resource_quota/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/schedule/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/schedule/_private/schedule_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/schedule/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/schedule/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/scripts.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/api/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/api/default_api.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/api_client.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/configuration.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/exceptions.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/access_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/app_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/app_config_config_schema.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/apply_production_service_v2_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/apply_service_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/archive_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/base_job_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/baseimagesenum.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/build.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/build_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/build_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_deployment_compute_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_providers.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cloud_version.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clouds_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_compute.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_compute_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_computes_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_environment.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_environment_build.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_environment_build_operation.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_environment_build_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_environments_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_head_node_info.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_management_stack_versions.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_operation.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_operation_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_services_urls.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/cluster_status_details.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clustercompute_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clustercompute_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clusterenvironment_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clusterenvironment_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuild_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clusterenvironmentbuildoperation_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clusteroperation_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/clusters_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/compute_node_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/compute_stack.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/compute_template.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/compute_template_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/computetemplate_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/computetemplateconfig_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_byod_app_config_configuration_schema.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_build.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_byod_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_cluster.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_cluster_compute.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_cluster_compute_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_cluster_environment.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_cluster_environment_build.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_cluster_environment_configuration_schema.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_job_queue_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_production_job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_production_job_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_project.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_schedule.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/create_sso_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/grpc_protocol_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/ha_job_goal_states.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/ha_job_states.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/http_protocol_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/http_validation_error.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/idle_termination_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/job_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/job_queue_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/job_queue_execution_mode.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/job_queue_spec.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/job_run_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/job_status.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/jobs_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/jobs_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/list_response_metadata.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/list_service_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/listservicemodel_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/log_download_result.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/log_file_chunk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/log_stream.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/logdownloadresult_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/logstream_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/node_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/operation_error.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/operation_progress.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/operation_result.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/organization.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/organization_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/page_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/pause_schedule.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/production_job.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/production_job_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/production_job_state_transition.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/production_service_v2_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/production_service_v2_version_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/productionjob_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/productionjob_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/productionservicev2_model_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/project.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/project_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/project_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/projects_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/protocols.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/python_modules.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/python_version.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/ray_gcs_external_storage_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/ray_runtime_env_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/resources.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/rollback_service_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/rollout_strategy.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/schedule_api_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/schedule_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/scheduleapimodel_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/scheduleapimodel_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/service_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/service_event_current_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/service_goal_states.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/service_model.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/service_observability_urls.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/service_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/service_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/service_version_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/servicemodel_list_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/servicemodel_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/session.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/session_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/session_starting_up_data.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/session_state.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/session_state_data.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/session_stopping_data.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/sort_by_clause_jobs_sort_field.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/sort_order.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/sso_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/sso_mode.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/ssoconfig_response.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/start_cluster_options.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/static_sso_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/system_workload_name.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/terminate_cluster_options.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/text_query.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/tracing_config.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/update_cluster.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/update_organization.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/user_service_access_types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/ux_instance.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/validation_error.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/models/worker_node_type.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/rest.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/sdk/anyscale_client/sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/service/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/service/_private/service_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/service/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/service/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/service_account/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/service_account/_private/service_account_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/service_account/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/service_account/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/aws.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/bytes_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/conf.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/constants.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/default_anyscale_aws.yaml +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/default_anyscale_gcp.yaml +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/headers.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/latest_ray_version.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/project.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/test_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/tests/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/tests/test_asyncio.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/tests/test_ray_semver.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/utils/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/utils/asyncio.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/utils/byod.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/utils/collections.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/utils/id_gen.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/utils/protected_string.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/shared_anyscale_utils/utils/ray_semver.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/snapshot.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/tables.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/telemetry.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/user/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/user/_private/user_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/user/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/user/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/cli_version_check_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/cloud_update_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/cloud_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/cluster_debug.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/connect_helpers.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/deprecation_util.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/entity_arg_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/env_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/gcp_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/imports/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/imports/all.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/imports/gcp.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/logs_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/name_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/network_verification.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/ray_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/ray_version_checker.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/ray_version_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/runtime_env.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/s3.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/ssh_websocket_proxy.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/user_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/workload_types.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/workspace_notification.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/utils/workspace_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/webterminal/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/webterminal/bash-preexec.sh +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/webterminal/command_persister.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/webterminal/utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/webterminal/webterminal.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/workspace/__init__.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/workspace/_private/workspace_sdk.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/workspace/commands.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/workspace/models.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale/workspace_utils.py +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale.egg-info/dependency_links.txt +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale.egg-info/entry_points.txt +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale.egg-info/not-zip-safe +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale.egg-info/requires.txt +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/anyscale.egg-info/top_level.txt +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/requirements.in +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/setup.cfg +0 -0
- {anyscale-0.26.41 → anyscale-0.26.42}/setup.py +0 -0
|
@@ -431,6 +431,7 @@ ALL_MODULES = [
|
|
|
431
431
|
cloud_commands.cloud_delete,
|
|
432
432
|
cloud_commands.cloud_verify,
|
|
433
433
|
cloud_commands.list_cloud,
|
|
434
|
+
cloud_commands.cloud_add_deployment,
|
|
434
435
|
cloud_commands.cloud_config_update,
|
|
435
436
|
cloud_commands.cloud_set_default,
|
|
436
437
|
cloud_commands.add_collaborators,
|
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
resources:
|
|
2
2
|
# No VPC/subnet creation for OA
|
|
3
|
-
- name: filestore-${CLOUD_ID}
|
|
4
|
-
type: gcp-types/file-v1beta1:projects.locations.instances
|
|
5
|
-
properties:
|
|
6
|
-
instanceId: filestore-${CLOUD_ID}
|
|
7
|
-
parent: projects/${PROJECT_ID}/locations/${REGION}-${ZONE}
|
|
8
|
-
tier: STANDARD
|
|
9
|
-
networks:
|
|
10
|
-
- network: projects/${PROJECT_ID}/global/networks/${VPC_NAME}
|
|
11
|
-
fileShares:
|
|
12
|
-
- name: anyscale_vol
|
|
13
|
-
capacityGb: ${FILESHARE_CAPACITY_GB}
|
|
14
|
-
labels:
|
|
15
|
-
anyscale-cloud-id: ${CLOUD_ID_UNDERSCORE}
|
|
16
3
|
- name: storage-bucket-${CLOUD_ID}
|
|
17
4
|
type: storage.v1.bucket
|
|
18
5
|
properties:
|
|
@@ -70,19 +57,3 @@ resources:
|
|
|
70
57
|
metadata:
|
|
71
58
|
dependsOn:
|
|
72
59
|
- ${CLOUD_ID}
|
|
73
|
-
- name: allow-filestore-${CLOUD_ID}
|
|
74
|
-
type: compute.v1.firewall
|
|
75
|
-
properties:
|
|
76
|
-
direction: EGRESS
|
|
77
|
-
network: projects/${PROJECT_ID}/global/networks/${VPC_NAME}
|
|
78
|
-
allowed:
|
|
79
|
-
- IPProtocol: all
|
|
80
|
-
targetServiceAccounts:
|
|
81
|
-
- $$(ref.${CLOUD_ID}.email)
|
|
82
|
-
destinationRanges:
|
|
83
|
-
- $$(ref.filestore-${CLOUD_ID}.networks[0].reservedIpRange)
|
|
84
|
-
priority: 1000
|
|
85
|
-
metadata:
|
|
86
|
-
dependsOn:
|
|
87
|
-
- ${CLOUD_ID}
|
|
88
|
-
- filestore-${CLOUD_ID}
|
|
@@ -20,22 +20,6 @@ resources:
|
|
|
20
20
|
parentId: projects/${PROJECT_ID}/regions/${REGION}
|
|
21
21
|
name: firewall-policy-${CLOUD_ID}
|
|
22
22
|
description: "firewall policy for Anyscale cloud ${CLOUD_ID}"
|
|
23
|
-
- name: filestore-${CLOUD_ID}
|
|
24
|
-
type: gcp-types/file-v1beta1:projects.locations.instances
|
|
25
|
-
properties:
|
|
26
|
-
instanceId: filestore-${CLOUD_ID}
|
|
27
|
-
parent: projects/${PROJECT_ID}/locations/${REGION}-${ZONE}
|
|
28
|
-
tier: STANDARD
|
|
29
|
-
networks:
|
|
30
|
-
- network: projects/${PROJECT_ID}/global/networks/$$(ref.vpc-${CLOUD_ID}.name)
|
|
31
|
-
fileShares:
|
|
32
|
-
- name: anyscale_vol
|
|
33
|
-
capacityGb: ${FILESHARE_CAPACITY_GB}
|
|
34
|
-
labels:
|
|
35
|
-
anyscale-cloud-id: ${CLOUD_ID_UNDERSCORE}
|
|
36
|
-
metadata:
|
|
37
|
-
dependsOn:
|
|
38
|
-
- vpc-${CLOUD_ID}
|
|
39
23
|
- name: storage-bucket-${CLOUD_ID}
|
|
40
24
|
type: storage.v1.bucket
|
|
41
25
|
properties:
|
|
@@ -43,6 +43,15 @@ $ANYSCALE_CROSS_ACCOUNT_IAM_POLICY_PARAMETERS
|
|
|
43
43
|
Type: String
|
|
44
44
|
Default: "6379"
|
|
45
45
|
|
|
46
|
+
EnableEFS:
|
|
47
|
+
Description: Whether to create EFS file system
|
|
48
|
+
Type: String
|
|
49
|
+
Default: "false"
|
|
50
|
+
AllowedValues: ["true", "false"]
|
|
51
|
+
|
|
52
|
+
Conditions:
|
|
53
|
+
CreateEFS: !Equals [!Ref EnableEFS, "true"]
|
|
54
|
+
|
|
46
55
|
Resources:
|
|
47
56
|
VPC:
|
|
48
57
|
Type: AWS::EC2::VPC
|
|
@@ -207,6 +216,7 @@ $SUBNETS_ROUTE_TABLE_ASSOCIATION
|
|
|
207
216
|
- Arn
|
|
208
217
|
EFS:
|
|
209
218
|
Type: AWS::EFS::FileSystem
|
|
219
|
+
Condition: CreateEFS
|
|
210
220
|
Properties:
|
|
211
221
|
BackupPolicy:
|
|
212
222
|
Status: ENABLED
|
|
@@ -214,7 +224,6 @@ $SUBNETS_ROUTE_TABLE_ASSOCIATION
|
|
|
214
224
|
LifecyclePolicies:
|
|
215
225
|
- TransitionToIA: AFTER_60_DAYS
|
|
216
226
|
PerformanceMode: generalPurpose
|
|
217
|
-
Encrypted: true
|
|
218
227
|
ThroughputMode: bursting
|
|
219
228
|
FileSystemTags:
|
|
220
229
|
- Key: anyscale-cloud-id
|
|
@@ -304,13 +313,10 @@ Outputs:
|
|
|
304
313
|
|
|
305
314
|
EFS:
|
|
306
315
|
Description: Anyscale managed EFS
|
|
316
|
+
Condition: CreateEFS
|
|
307
317
|
Value: !Ref EFS
|
|
308
318
|
|
|
309
|
-
|
|
310
|
-
Description: Anyscale managed EFS mount target
|
|
311
|
-
Value: !GetAtt
|
|
312
|
-
- EFSMountTarget0
|
|
313
|
-
- IpAddress
|
|
319
|
+
$EFS_MOUNT_TARGET_OUTPUT
|
|
314
320
|
|
|
315
321
|
AnyscaleIAMRole:
|
|
316
322
|
Description: ARN of the cross-account IAM role
|
|
@@ -58,14 +58,15 @@ configuration.host = "http://localhost"
|
|
|
58
58
|
with openapi_client.ApiClient(configuration) as api_client:
|
|
59
59
|
# Create an instance of the API class
|
|
60
60
|
api_instance = openapi_client.DefaultApi(api_client)
|
|
61
|
-
|
|
61
|
+
cloud_id = 'cloud_id_example' # str |
|
|
62
|
+
cloud_deployment = openapi_client.CloudDeployment() # CloudDeployment |
|
|
62
63
|
|
|
63
64
|
try:
|
|
64
|
-
# Add
|
|
65
|
-
api_response = api_instance.
|
|
65
|
+
# Add Cloud Deployment
|
|
66
|
+
api_response = api_instance.add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put(cloud_id, cloud_deployment)
|
|
66
67
|
pprint(api_response)
|
|
67
68
|
except ApiException as e:
|
|
68
|
-
print("Exception when calling DefaultApi->
|
|
69
|
+
print("Exception when calling DefaultApi->add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put: %s\n" % e)
|
|
69
70
|
|
|
70
71
|
```
|
|
71
72
|
|
|
@@ -75,6 +76,7 @@ All URIs are relative to *http://localhost*
|
|
|
75
76
|
|
|
76
77
|
Class | Method | HTTP request | Description
|
|
77
78
|
------------ | ------------- | ------------- | -------------
|
|
79
|
+
*DefaultApi* | [**add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put**](docs/DefaultApi.md#add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put) | **PUT** /api/v2/clouds/{cloud_id}/add_deployment | Add Cloud Deployment
|
|
78
80
|
*DefaultApi* | [**add_to_waitlist_api_v2_aioa_cloud_waitlist_post**](docs/DefaultApi.md#add_to_waitlist_api_v2_aioa_cloud_waitlist_post) | **POST** /api/v2/aioa_cloud_waitlist/ | Add To Waitlist
|
|
79
81
|
*DefaultApi* | [**admin_batch_create_users_api_v2_users_admin_batch_create_post**](docs/DefaultApi.md#admin_batch_create_users_api_v2_users_admin_batch_create_post) | **POST** /api/v2/users/admin_batch_create | Admin Batch Create Users
|
|
80
82
|
*DefaultApi* | [**admission_api_v2_kubernetes_manager_admission_cloud_resource_id_post**](docs/DefaultApi.md#admission_api_v2_kubernetes_manager_admission_cloud_resource_id_post) | **POST** /api/v2/kubernetes_manager/admission/{cloud_resource_id} | Admission
|
|
@@ -324,7 +326,7 @@ Class | Method | HTTP request | Description
|
|
|
324
326
|
*DefaultApi* | [**search_cloud_collaborators_api_v2_clouds_cloud_id_collaborators_users_search_post**](docs/DefaultApi.md#search_cloud_collaborators_api_v2_clouds_cloud_id_collaborators_users_search_post) | **POST** /api/v2/clouds/{cloud_id}/collaborators/users/search | Search Cloud Collaborators
|
|
325
327
|
*DefaultApi* | [**search_cluster_environments_api_v2_application_templates_search_post**](docs/DefaultApi.md#search_cluster_environments_api_v2_application_templates_search_post) | **POST** /api/v2/application_templates/search | Search Cluster Environments
|
|
326
328
|
*DefaultApi* | [**search_compute_templates_api_v2_compute_templates_search_post**](docs/DefaultApi.md#search_compute_templates_api_v2_compute_templates_search_post) | **POST** /api/v2/compute_templates/search | Search Compute Templates
|
|
327
|
-
*DefaultApi* | [**
|
|
329
|
+
*DefaultApi* | [**search_machine_pools_api_v2_machine_pools_search_post**](docs/DefaultApi.md#search_machine_pools_api_v2_machine_pools_search_post) | **POST** /api/v2/machine_pools/search | Search Machine Pools
|
|
328
330
|
*DefaultApi* | [**search_resource_notifications_api_v2_resource_notifications_search_post**](docs/DefaultApi.md#search_resource_notifications_api_v2_resource_notifications_search_post) | **POST** /api/v2/resource_notifications/search | Search Resource Notifications
|
|
329
331
|
*DefaultApi* | [**search_resource_quotas_api_v2_resource_quotas_search_post**](docs/DefaultApi.md#search_resource_quotas_api_v2_resource_quotas_search_post) | **POST** /api/v2/resource_quotas/search | Search Resource Quotas
|
|
330
332
|
*DefaultApi* | [**search_support_requests_api_v2_support_requests_search_post**](docs/DefaultApi.md#search_support_requests_api_v2_support_requests_search_post) | **POST** /api/v2/support_requests/search | Search Support Requests
|
|
@@ -357,6 +359,7 @@ Class | Method | HTTP request | Description
|
|
|
357
359
|
*DefaultApi* | [**update_job_queue_api_v2_job_queues_job_queue_id_put**](docs/DefaultApi.md#update_job_queue_api_v2_job_queues_job_queue_id_put) | **PUT** /api/v2/job_queues/{job_queue_id} | Update Job Queue
|
|
358
360
|
*DefaultApi* | [**update_job_queue_config_api_v2_decorated_ha_jobs_production_job_id_update_job_queue_config_put**](docs/DefaultApi.md#update_job_queue_config_api_v2_decorated_ha_jobs_production_job_id_update_job_queue_config_put) | **PUT** /api/v2/decorated_ha_jobs/{production_job_id}/update_job_queue_config | Update Job Queue Config
|
|
359
361
|
*DefaultApi* | [**update_machine_pool_api_v2_machine_pools_update_post**](docs/DefaultApi.md#update_machine_pool_api_v2_machine_pools_update_post) | **POST** /api/v2/machine_pools/update | Update Machine Pool
|
|
362
|
+
*DefaultApi* | [**update_payment_info_api_v2_organization_billing_update_payment_info_post**](docs/DefaultApi.md#update_payment_info_api_v2_organization_billing_update_payment_info_post) | **POST** /api/v2/organization_billing/update_payment_info | Update Payment Info
|
|
360
363
|
*DefaultApi* | [**update_resource_notification_api_v2_resource_notifications_resource_notification_id_put**](docs/DefaultApi.md#update_resource_notification_api_v2_resource_notifications_resource_notification_id_put) | **PUT** /api/v2/resource_notifications/{resource_notification_id} | Update Resource Notification
|
|
361
364
|
*DefaultApi* | [**update_resource_quota_api_v2_resource_quotas_resource_quota_id_patch**](docs/DefaultApi.md#update_resource_quota_api_v2_resource_quotas_resource_quota_id_patch) | **PATCH** /api/v2/resource_quotas/{resource_quota_id} | Update Resource Quota
|
|
362
365
|
*DefaultApi* | [**upload_session_command_logs_api_v2_session_commands_session_command_id_upload_logs_post**](docs/DefaultApi.md#upload_session_command_logs_api_v2_session_commands_session_command_id_upload_logs_post) | **POST** /api/v2/session_commands/{session_command_id}/upload_logs | Upload Session Command Logs
|
|
@@ -727,6 +730,7 @@ Class | Method | HTTP request | Description
|
|
|
727
730
|
- [MachineInfo](docs/MachineInfo.md)
|
|
728
731
|
- [MachineLaunchFailure](docs/MachineLaunchFailure.md)
|
|
729
732
|
- [MachinePool](docs/MachinePool.md)
|
|
733
|
+
- [MachinePoolSearchQuery](docs/MachinePoolSearchQuery.md)
|
|
730
734
|
- [MachinePoolSearchResult](docs/MachinePoolSearchResult.md)
|
|
731
735
|
- [MachineStateInfo](docs/MachineStateInfo.md)
|
|
732
736
|
- [MachinepoolsearchresultListResponse](docs/MachinepoolsearchresultListResponse.md)
|
|
@@ -929,6 +933,7 @@ Class | Method | HTTP request | Description
|
|
|
929
933
|
- [UpdateJobQueueRequest](docs/UpdateJobQueueRequest.md)
|
|
930
934
|
- [UpdateMachinePoolRequest](docs/UpdateMachinePoolRequest.md)
|
|
931
935
|
- [UpdateOrganizationCollaborator](docs/UpdateOrganizationCollaborator.md)
|
|
936
|
+
- [UpdatePaymentInfo](docs/UpdatePaymentInfo.md)
|
|
932
937
|
- [UpdateProjectCollaborator](docs/UpdateProjectCollaborator.md)
|
|
933
938
|
- [UpdateResourceQuota](docs/UpdateResourceQuota.md)
|
|
934
939
|
- [UpdatemachinepoolresponseResponse](docs/UpdatemachinepoolresponseResponse.md)
|
|
@@ -382,6 +382,7 @@ from openapi_client.models.machine_connection_state import MachineConnectionStat
|
|
|
382
382
|
from openapi_client.models.machine_info import MachineInfo
|
|
383
383
|
from openapi_client.models.machine_launch_failure import MachineLaunchFailure
|
|
384
384
|
from openapi_client.models.machine_pool import MachinePool
|
|
385
|
+
from openapi_client.models.machine_pool_search_query import MachinePoolSearchQuery
|
|
385
386
|
from openapi_client.models.machine_pool_search_result import MachinePoolSearchResult
|
|
386
387
|
from openapi_client.models.machine_state_info import MachineStateInfo
|
|
387
388
|
from openapi_client.models.machinepoolsearchresult_list_response import MachinepoolsearchresultListResponse
|
|
@@ -584,6 +585,7 @@ from openapi_client.models.update_cluster_dns import UpdateClusterDns
|
|
|
584
585
|
from openapi_client.models.update_job_queue_request import UpdateJobQueueRequest
|
|
585
586
|
from openapi_client.models.update_machine_pool_request import UpdateMachinePoolRequest
|
|
586
587
|
from openapi_client.models.update_organization_collaborator import UpdateOrganizationCollaborator
|
|
588
|
+
from openapi_client.models.update_payment_info import UpdatePaymentInfo
|
|
587
589
|
from openapi_client.models.update_project_collaborator import UpdateProjectCollaborator
|
|
588
590
|
from openapi_client.models.update_resource_quota import UpdateResourceQuota
|
|
589
591
|
from openapi_client.models.updatemachinepoolresponse_response import UpdatemachinepoolresponseResponse
|
|
@@ -36,6 +36,131 @@ class DefaultApi(object):
|
|
|
36
36
|
api_client = ApiClient()
|
|
37
37
|
self.api_client = api_client
|
|
38
38
|
|
|
39
|
+
def add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put(self, cloud_id, cloud_deployment, **kwargs): # noqa: E501
|
|
40
|
+
"""Add Cloud Deployment # noqa: E501
|
|
41
|
+
|
|
42
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
43
|
+
asynchronous HTTP request, please pass async_req=True
|
|
44
|
+
>>> thread = api.add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put(cloud_id, cloud_deployment, async_req=True)
|
|
45
|
+
>>> result = thread.get()
|
|
46
|
+
|
|
47
|
+
:param async_req bool: execute request asynchronously
|
|
48
|
+
:param str cloud_id: (required)
|
|
49
|
+
:param CloudDeployment cloud_deployment: (required)
|
|
50
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
51
|
+
be returned without reading/decoding response
|
|
52
|
+
data. Default is True.
|
|
53
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
54
|
+
number provided, it will be total request
|
|
55
|
+
timeout. It can also be a pair (tuple) of
|
|
56
|
+
(connection, read) timeouts.
|
|
57
|
+
:return: object
|
|
58
|
+
If the method is called asynchronously,
|
|
59
|
+
returns the request thread.
|
|
60
|
+
"""
|
|
61
|
+
kwargs['_return_http_data_only'] = True
|
|
62
|
+
return self.add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put_with_http_info(cloud_id, cloud_deployment, **kwargs) # noqa: E501
|
|
63
|
+
|
|
64
|
+
def add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put_with_http_info(self, cloud_id, cloud_deployment, **kwargs): # noqa: E501
|
|
65
|
+
"""Add Cloud Deployment # noqa: E501
|
|
66
|
+
|
|
67
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
68
|
+
asynchronous HTTP request, please pass async_req=True
|
|
69
|
+
>>> thread = api.add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put_with_http_info(cloud_id, cloud_deployment, async_req=True)
|
|
70
|
+
>>> result = thread.get()
|
|
71
|
+
|
|
72
|
+
:param async_req bool: execute request asynchronously
|
|
73
|
+
:param str cloud_id: (required)
|
|
74
|
+
:param CloudDeployment cloud_deployment: (required)
|
|
75
|
+
:param _return_http_data_only: response data without head status code
|
|
76
|
+
and headers
|
|
77
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
78
|
+
be returned without reading/decoding response
|
|
79
|
+
data. Default is True.
|
|
80
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
81
|
+
number provided, it will be total request
|
|
82
|
+
timeout. It can also be a pair (tuple) of
|
|
83
|
+
(connection, read) timeouts.
|
|
84
|
+
:return: tuple(object, status_code(int), headers(HTTPHeaderDict))
|
|
85
|
+
If the method is called asynchronously,
|
|
86
|
+
returns the request thread.
|
|
87
|
+
"""
|
|
88
|
+
|
|
89
|
+
local_var_params = locals()
|
|
90
|
+
|
|
91
|
+
all_params = [
|
|
92
|
+
'cloud_id',
|
|
93
|
+
'cloud_deployment'
|
|
94
|
+
]
|
|
95
|
+
all_params.extend(
|
|
96
|
+
[
|
|
97
|
+
'async_req',
|
|
98
|
+
'_return_http_data_only',
|
|
99
|
+
'_preload_content',
|
|
100
|
+
'_request_timeout'
|
|
101
|
+
]
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
105
|
+
if key not in all_params:
|
|
106
|
+
raise ApiTypeError(
|
|
107
|
+
"Got an unexpected keyword argument '%s'"
|
|
108
|
+
" to method add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put" % key
|
|
109
|
+
)
|
|
110
|
+
local_var_params[key] = val
|
|
111
|
+
del local_var_params['kwargs']
|
|
112
|
+
# verify the required parameter 'cloud_id' is set
|
|
113
|
+
if self.api_client.client_side_validation and ('cloud_id' not in local_var_params or # noqa: E501
|
|
114
|
+
local_var_params['cloud_id'] is None): # noqa: E501
|
|
115
|
+
raise ApiValueError("Missing the required parameter `cloud_id` when calling `add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put`") # noqa: E501
|
|
116
|
+
# verify the required parameter 'cloud_deployment' is set
|
|
117
|
+
if self.api_client.client_side_validation and ('cloud_deployment' not in local_var_params or # noqa: E501
|
|
118
|
+
local_var_params['cloud_deployment'] is None): # noqa: E501
|
|
119
|
+
raise ApiValueError("Missing the required parameter `cloud_deployment` when calling `add_cloud_deployment_api_v2_clouds_cloud_id_add_deployment_put`") # noqa: E501
|
|
120
|
+
|
|
121
|
+
collection_formats = {}
|
|
122
|
+
|
|
123
|
+
path_params = {}
|
|
124
|
+
if 'cloud_id' in local_var_params:
|
|
125
|
+
path_params['cloud_id'] = local_var_params['cloud_id'] # noqa: E501
|
|
126
|
+
|
|
127
|
+
query_params = []
|
|
128
|
+
|
|
129
|
+
header_params = {}
|
|
130
|
+
|
|
131
|
+
form_params = []
|
|
132
|
+
local_var_files = {}
|
|
133
|
+
|
|
134
|
+
body_params = None
|
|
135
|
+
if 'cloud_deployment' in local_var_params:
|
|
136
|
+
body_params = local_var_params['cloud_deployment']
|
|
137
|
+
# HTTP header `Accept`
|
|
138
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
139
|
+
['application/json']) # noqa: E501
|
|
140
|
+
|
|
141
|
+
# HTTP header `Content-Type`
|
|
142
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
143
|
+
['application/json']) # noqa: E501
|
|
144
|
+
|
|
145
|
+
# Authentication setting
|
|
146
|
+
auth_settings = [] # noqa: E501
|
|
147
|
+
|
|
148
|
+
return self.api_client.call_api(
|
|
149
|
+
'/api/v2/clouds/{cloud_id}/add_deployment', 'PUT',
|
|
150
|
+
path_params,
|
|
151
|
+
query_params,
|
|
152
|
+
header_params,
|
|
153
|
+
body=body_params,
|
|
154
|
+
post_params=form_params,
|
|
155
|
+
files=local_var_files,
|
|
156
|
+
response_type='object', # noqa: E501
|
|
157
|
+
auth_settings=auth_settings,
|
|
158
|
+
async_req=local_var_params.get('async_req'),
|
|
159
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
160
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
161
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
162
|
+
collection_formats=collection_formats)
|
|
163
|
+
|
|
39
164
|
def add_to_waitlist_api_v2_aioa_cloud_waitlist_post(self, create_aioa_cloud_waitlist, **kwargs): # noqa: E501
|
|
40
165
|
"""Add To Waitlist # noqa: E501
|
|
41
166
|
|
|
@@ -30233,18 +30358,19 @@ class DefaultApi(object):
|
|
|
30233
30358
|
_request_timeout=local_var_params.get('_request_timeout'),
|
|
30234
30359
|
collection_formats=collection_formats)
|
|
30235
30360
|
|
|
30236
|
-
def
|
|
30361
|
+
def search_machine_pools_api_v2_machine_pools_search_post(self, **kwargs): # noqa: E501
|
|
30237
30362
|
"""Search Machine Pools # noqa: E501
|
|
30238
30363
|
|
|
30239
30364
|
Search machine pools. # noqa: E501
|
|
30240
30365
|
This method makes a synchronous HTTP request by default. To make an
|
|
30241
30366
|
asynchronous HTTP request, please pass async_req=True
|
|
30242
|
-
>>> thread = api.
|
|
30367
|
+
>>> thread = api.search_machine_pools_api_v2_machine_pools_search_post(async_req=True)
|
|
30243
30368
|
>>> result = thread.get()
|
|
30244
30369
|
|
|
30245
30370
|
:param async_req bool: execute request asynchronously
|
|
30246
30371
|
:param str paging_token:
|
|
30247
30372
|
:param int count:
|
|
30373
|
+
:param MachinePoolSearchQuery machine_pool_search_query:
|
|
30248
30374
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
30249
30375
|
be returned without reading/decoding response
|
|
30250
30376
|
data. Default is True.
|
|
@@ -30257,20 +30383,21 @@ class DefaultApi(object):
|
|
|
30257
30383
|
returns the request thread.
|
|
30258
30384
|
"""
|
|
30259
30385
|
kwargs['_return_http_data_only'] = True
|
|
30260
|
-
return self.
|
|
30386
|
+
return self.search_machine_pools_api_v2_machine_pools_search_post_with_http_info(**kwargs) # noqa: E501
|
|
30261
30387
|
|
|
30262
|
-
def
|
|
30388
|
+
def search_machine_pools_api_v2_machine_pools_search_post_with_http_info(self, **kwargs): # noqa: E501
|
|
30263
30389
|
"""Search Machine Pools # noqa: E501
|
|
30264
30390
|
|
|
30265
30391
|
Search machine pools. # noqa: E501
|
|
30266
30392
|
This method makes a synchronous HTTP request by default. To make an
|
|
30267
30393
|
asynchronous HTTP request, please pass async_req=True
|
|
30268
|
-
>>> thread = api.
|
|
30394
|
+
>>> thread = api.search_machine_pools_api_v2_machine_pools_search_post_with_http_info(async_req=True)
|
|
30269
30395
|
>>> result = thread.get()
|
|
30270
30396
|
|
|
30271
30397
|
:param async_req bool: execute request asynchronously
|
|
30272
30398
|
:param str paging_token:
|
|
30273
30399
|
:param int count:
|
|
30400
|
+
:param MachinePoolSearchQuery machine_pool_search_query:
|
|
30274
30401
|
:param _return_http_data_only: response data without head status code
|
|
30275
30402
|
and headers
|
|
30276
30403
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -30289,7 +30416,8 @@ class DefaultApi(object):
|
|
|
30289
30416
|
|
|
30290
30417
|
all_params = [
|
|
30291
30418
|
'paging_token',
|
|
30292
|
-
'count'
|
|
30419
|
+
'count',
|
|
30420
|
+
'machine_pool_search_query'
|
|
30293
30421
|
]
|
|
30294
30422
|
all_params.extend(
|
|
30295
30423
|
[
|
|
@@ -30304,15 +30432,15 @@ class DefaultApi(object):
|
|
|
30304
30432
|
if key not in all_params:
|
|
30305
30433
|
raise ApiTypeError(
|
|
30306
30434
|
"Got an unexpected keyword argument '%s'"
|
|
30307
|
-
" to method
|
|
30435
|
+
" to method search_machine_pools_api_v2_machine_pools_search_post" % key
|
|
30308
30436
|
)
|
|
30309
30437
|
local_var_params[key] = val
|
|
30310
30438
|
del local_var_params['kwargs']
|
|
30311
30439
|
|
|
30312
30440
|
if self.api_client.client_side_validation and 'count' in local_var_params and local_var_params['count'] > 1000: # noqa: E501
|
|
30313
|
-
raise ApiValueError("Invalid value for parameter `count` when calling `
|
|
30441
|
+
raise ApiValueError("Invalid value for parameter `count` when calling `search_machine_pools_api_v2_machine_pools_search_post`, must be a value less than or equal to `1000`") # noqa: E501
|
|
30314
30442
|
if self.api_client.client_side_validation and 'count' in local_var_params and local_var_params['count'] < 0: # noqa: E501
|
|
30315
|
-
raise ApiValueError("Invalid value for parameter `count` when calling `
|
|
30443
|
+
raise ApiValueError("Invalid value for parameter `count` when calling `search_machine_pools_api_v2_machine_pools_search_post`, must be a value greater than or equal to `0`") # noqa: E501
|
|
30316
30444
|
collection_formats = {}
|
|
30317
30445
|
|
|
30318
30446
|
path_params = {}
|
|
@@ -30329,15 +30457,21 @@ class DefaultApi(object):
|
|
|
30329
30457
|
local_var_files = {}
|
|
30330
30458
|
|
|
30331
30459
|
body_params = None
|
|
30460
|
+
if 'machine_pool_search_query' in local_var_params:
|
|
30461
|
+
body_params = local_var_params['machine_pool_search_query']
|
|
30332
30462
|
# HTTP header `Accept`
|
|
30333
30463
|
header_params['Accept'] = self.api_client.select_header_accept(
|
|
30334
30464
|
['application/json']) # noqa: E501
|
|
30335
30465
|
|
|
30466
|
+
# HTTP header `Content-Type`
|
|
30467
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
30468
|
+
['application/json']) # noqa: E501
|
|
30469
|
+
|
|
30336
30470
|
# Authentication setting
|
|
30337
30471
|
auth_settings = [] # noqa: E501
|
|
30338
30472
|
|
|
30339
30473
|
return self.api_client.call_api(
|
|
30340
|
-
'/api/v2/machine_pools/search', '
|
|
30474
|
+
'/api/v2/machine_pools/search', 'POST',
|
|
30341
30475
|
path_params,
|
|
30342
30476
|
query_params,
|
|
30343
30477
|
header_params,
|
|
@@ -34169,6 +34303,111 @@ class DefaultApi(object):
|
|
|
34169
34303
|
_request_timeout=local_var_params.get('_request_timeout'),
|
|
34170
34304
|
collection_formats=collection_formats)
|
|
34171
34305
|
|
|
34306
|
+
def update_payment_info_api_v2_organization_billing_update_payment_info_post(self, **kwargs): # noqa: E501
|
|
34307
|
+
"""Update Payment Info # noqa: E501
|
|
34308
|
+
|
|
34309
|
+
Adds payment info for the first time or updates existing payment info. # noqa: E501
|
|
34310
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
34311
|
+
asynchronous HTTP request, please pass async_req=True
|
|
34312
|
+
>>> thread = api.update_payment_info_api_v2_organization_billing_update_payment_info_post(async_req=True)
|
|
34313
|
+
>>> result = thread.get()
|
|
34314
|
+
|
|
34315
|
+
:param async_req bool: execute request asynchronously
|
|
34316
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
34317
|
+
be returned without reading/decoding response
|
|
34318
|
+
data. Default is True.
|
|
34319
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
34320
|
+
number provided, it will be total request
|
|
34321
|
+
timeout. It can also be a pair (tuple) of
|
|
34322
|
+
(connection, read) timeouts.
|
|
34323
|
+
:return: UpdatePaymentInfo
|
|
34324
|
+
If the method is called asynchronously,
|
|
34325
|
+
returns the request thread.
|
|
34326
|
+
"""
|
|
34327
|
+
kwargs['_return_http_data_only'] = True
|
|
34328
|
+
return self.update_payment_info_api_v2_organization_billing_update_payment_info_post_with_http_info(**kwargs) # noqa: E501
|
|
34329
|
+
|
|
34330
|
+
def update_payment_info_api_v2_organization_billing_update_payment_info_post_with_http_info(self, **kwargs): # noqa: E501
|
|
34331
|
+
"""Update Payment Info # noqa: E501
|
|
34332
|
+
|
|
34333
|
+
Adds payment info for the first time or updates existing payment info. # noqa: E501
|
|
34334
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
34335
|
+
asynchronous HTTP request, please pass async_req=True
|
|
34336
|
+
>>> thread = api.update_payment_info_api_v2_organization_billing_update_payment_info_post_with_http_info(async_req=True)
|
|
34337
|
+
>>> result = thread.get()
|
|
34338
|
+
|
|
34339
|
+
:param async_req bool: execute request asynchronously
|
|
34340
|
+
:param _return_http_data_only: response data without head status code
|
|
34341
|
+
and headers
|
|
34342
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
34343
|
+
be returned without reading/decoding response
|
|
34344
|
+
data. Default is True.
|
|
34345
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
34346
|
+
number provided, it will be total request
|
|
34347
|
+
timeout. It can also be a pair (tuple) of
|
|
34348
|
+
(connection, read) timeouts.
|
|
34349
|
+
:return: tuple(UpdatePaymentInfo, status_code(int), headers(HTTPHeaderDict))
|
|
34350
|
+
If the method is called asynchronously,
|
|
34351
|
+
returns the request thread.
|
|
34352
|
+
"""
|
|
34353
|
+
|
|
34354
|
+
local_var_params = locals()
|
|
34355
|
+
|
|
34356
|
+
all_params = [
|
|
34357
|
+
]
|
|
34358
|
+
all_params.extend(
|
|
34359
|
+
[
|
|
34360
|
+
'async_req',
|
|
34361
|
+
'_return_http_data_only',
|
|
34362
|
+
'_preload_content',
|
|
34363
|
+
'_request_timeout'
|
|
34364
|
+
]
|
|
34365
|
+
)
|
|
34366
|
+
|
|
34367
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
34368
|
+
if key not in all_params:
|
|
34369
|
+
raise ApiTypeError(
|
|
34370
|
+
"Got an unexpected keyword argument '%s'"
|
|
34371
|
+
" to method update_payment_info_api_v2_organization_billing_update_payment_info_post" % key
|
|
34372
|
+
)
|
|
34373
|
+
local_var_params[key] = val
|
|
34374
|
+
del local_var_params['kwargs']
|
|
34375
|
+
|
|
34376
|
+
collection_formats = {}
|
|
34377
|
+
|
|
34378
|
+
path_params = {}
|
|
34379
|
+
|
|
34380
|
+
query_params = []
|
|
34381
|
+
|
|
34382
|
+
header_params = {}
|
|
34383
|
+
|
|
34384
|
+
form_params = []
|
|
34385
|
+
local_var_files = {}
|
|
34386
|
+
|
|
34387
|
+
body_params = None
|
|
34388
|
+
# HTTP header `Accept`
|
|
34389
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
34390
|
+
['application/json']) # noqa: E501
|
|
34391
|
+
|
|
34392
|
+
# Authentication setting
|
|
34393
|
+
auth_settings = [] # noqa: E501
|
|
34394
|
+
|
|
34395
|
+
return self.api_client.call_api(
|
|
34396
|
+
'/api/v2/organization_billing/update_payment_info', 'POST',
|
|
34397
|
+
path_params,
|
|
34398
|
+
query_params,
|
|
34399
|
+
header_params,
|
|
34400
|
+
body=body_params,
|
|
34401
|
+
post_params=form_params,
|
|
34402
|
+
files=local_var_files,
|
|
34403
|
+
response_type='UpdatePaymentInfo', # noqa: E501
|
|
34404
|
+
auth_settings=auth_settings,
|
|
34405
|
+
async_req=local_var_params.get('async_req'),
|
|
34406
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
34407
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
34408
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
34409
|
+
collection_formats=collection_formats)
|
|
34410
|
+
|
|
34172
34411
|
def update_resource_notification_api_v2_resource_notifications_resource_notification_id_put(self, resource_notification_id, create_resource_notification, **kwargs): # noqa: E501
|
|
34173
34412
|
"""Update Resource Notification # noqa: E501
|
|
34174
34413
|
|
|
@@ -368,6 +368,7 @@ from openapi_client.models.machine_connection_state import MachineConnectionStat
|
|
|
368
368
|
from openapi_client.models.machine_info import MachineInfo
|
|
369
369
|
from openapi_client.models.machine_launch_failure import MachineLaunchFailure
|
|
370
370
|
from openapi_client.models.machine_pool import MachinePool
|
|
371
|
+
from openapi_client.models.machine_pool_search_query import MachinePoolSearchQuery
|
|
371
372
|
from openapi_client.models.machine_pool_search_result import MachinePoolSearchResult
|
|
372
373
|
from openapi_client.models.machine_state_info import MachineStateInfo
|
|
373
374
|
from openapi_client.models.machinepoolsearchresult_list_response import MachinepoolsearchresultListResponse
|
|
@@ -570,6 +571,7 @@ from openapi_client.models.update_cluster_dns import UpdateClusterDns
|
|
|
570
571
|
from openapi_client.models.update_job_queue_request import UpdateJobQueueRequest
|
|
571
572
|
from openapi_client.models.update_machine_pool_request import UpdateMachinePoolRequest
|
|
572
573
|
from openapi_client.models.update_organization_collaborator import UpdateOrganizationCollaborator
|
|
574
|
+
from openapi_client.models.update_payment_info import UpdatePaymentInfo
|
|
573
575
|
from openapi_client.models.update_project_collaborator import UpdateProjectCollaborator
|
|
574
576
|
from openapi_client.models.update_resource_quota import UpdateResourceQuota
|
|
575
577
|
from openapi_client.models.updatemachinepoolresponse_response import UpdatemachinepoolresponseResponse
|