anyscale 0.26.12__py3-none-any.whl → 0.26.13__py3-none-any.whl
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/_private/docgen/__main__.py +0 -3
- anyscale/_private/docgen/api.md +0 -14
- anyscale/_private/docgen/models.md +2 -47
- anyscale/client/README.md +5 -7
- anyscale/client/openapi_client/__init__.py +4 -5
- anyscale/client/openapi_client/api/default_api.py +122 -233
- anyscale/client/openapi_client/models/__init__.py +4 -5
- anyscale/client/openapi_client/models/baseimagesenum.py +22 -1
- anyscale/client/openapi_client/models/dataset_dag.py +229 -0
- anyscale/client/openapi_client/models/{decoratedruntimeenv_response.py → dataset_dag_response.py} +22 -22
- anyscale/client/openapi_client/models/{operator_metric_id.py → operator_branch.py} +26 -26
- anyscale/client/openapi_client/models/{cluster_size.py → operator_id.py} +34 -16
- anyscale/client/openapi_client/models/operator_metrics.py +3 -30
- anyscale/client/openapi_client/models/organization_marketing_questions.py +15 -41
- anyscale/client/openapi_client/models/supportedbaseimagesenum.py +13 -13
- anyscale/sdk/anyscale_client/__init__.py +0 -3
- anyscale/sdk/anyscale_client/api/default_api.py +0 -232
- anyscale/sdk/anyscale_client/models/__init__.py +0 -3
- anyscale/sdk/anyscale_client/models/baseimagesenum.py +22 -1
- anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +13 -13
- anyscale/version.py +1 -1
- {anyscale-0.26.12.dist-info → anyscale-0.26.13.dist-info}/METADATA +1 -1
- {anyscale-0.26.12.dist-info → anyscale-0.26.13.dist-info}/RECORD +28 -32
- anyscale/client/openapi_client/models/decorated_runtime_env.py +0 -488
- anyscale/client/openapi_client/models/decoratedruntimeenv_list_response.py +0 -147
- anyscale/sdk/anyscale_client/models/create_session.py +0 -432
- anyscale/sdk/anyscale_client/models/runtime_environment.py +0 -406
- anyscale/sdk/anyscale_client/models/runtimeenvironment_response.py +0 -121
- {anyscale-0.26.12.dist-info → anyscale-0.26.13.dist-info}/LICENSE +0 -0
- {anyscale-0.26.12.dist-info → anyscale-0.26.13.dist-info}/NOTICE +0 -0
- {anyscale-0.26.12.dist-info → anyscale-0.26.13.dist-info}/WHEEL +0 -0
- {anyscale-0.26.12.dist-info → anyscale-0.26.13.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.12.dist-info → anyscale-0.26.13.dist-info}/top_level.txt +0 -0
@@ -431,8 +431,6 @@ ALL_MODULES = [
|
|
431
431
|
"CreateClusterEnvironmentBuild",
|
432
432
|
"CreateClusterEnvironmentConfigurationSchema",
|
433
433
|
"RayRuntimeEnvConfig",
|
434
|
-
"RuntimeEnvironment",
|
435
|
-
"RuntimeenvironmentResponse",
|
436
434
|
],
|
437
435
|
),
|
438
436
|
Module(
|
@@ -688,7 +686,6 @@ ALL_MODULES = [
|
|
688
686
|
legacy_sdk_commands={
|
689
687
|
"get_organization_temporary_object_storage_credentials": None,
|
690
688
|
"partial_update_organization": None,
|
691
|
-
"get_runtime_environment": None,
|
692
689
|
"upsert_sso_config": None,
|
693
690
|
"upsert_test_sso_config": None,
|
694
691
|
},
|
anyscale/_private/docgen/api.md
CHANGED
@@ -868,20 +868,6 @@ Name | Type | Description | Notes
|
|
868
868
|
|
869
869
|
Returns [ProjectResponse](./models.md#projectresponse)
|
870
870
|
|
871
|
-
## Runtime Environments
|
872
|
-
|
873
|
-
### get_runtime_environment
|
874
|
-
|
875
|
-
Retrieves a Runtime Environment.
|
876
|
-
|
877
|
-
Parameters
|
878
|
-
|
879
|
-
Name | Type | Description | Notes
|
880
|
-
------------- | ------------- | ------------- | -------------
|
881
|
-
`runtime_environment_id` | str| ID of the Runtime Environment to retrieve. | Defaults to null
|
882
|
-
|
883
|
-
Returns [RuntimeenvironmentResponse](./models.md#runtimeenvironmentresponse)
|
884
|
-
|
885
871
|
## Schedules
|
886
872
|
|
887
873
|
### create_or_update_schedule
|