anyscale 0.26.12__py3-none-any.whl → 0.26.14__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.
Files changed (46) hide show
  1. anyscale/_private/docgen/__main__.py +0 -3
  2. anyscale/_private/docgen/api.md +0 -14
  3. anyscale/_private/docgen/models.md +2 -47
  4. anyscale/client/README.md +24 -7
  5. anyscale/client/openapi_client/__init__.py +18 -5
  6. anyscale/client/openapi_client/api/default_api.py +746 -282
  7. anyscale/client/openapi_client/models/__init__.py +18 -5
  8. anyscale/client/openapi_client/models/baseimagesenum.py +23 -4
  9. anyscale/client/openapi_client/models/dataset_dag.py +229 -0
  10. anyscale/client/openapi_client/models/dataset_dag_response.py +121 -0
  11. anyscale/client/openapi_client/models/{operator_metric_id.py → operator_branch.py} +26 -26
  12. anyscale/{sdk/anyscale_client/models/runtimeenvironment_response.py → client/openapi_client/models/operator_id.py} +24 -24
  13. anyscale/client/openapi_client/models/operator_metrics.py +3 -30
  14. anyscale/client/openapi_client/models/organization_marketing_questions.py +15 -41
  15. anyscale/client/openapi_client/models/supportedbaseimagesenum.py +14 -14
  16. anyscale/client/openapi_client/models/task_exception_group_aggregate.py +148 -0
  17. anyscale/client/openapi_client/models/task_function_name_group_aggregate.py +175 -0
  18. anyscale/client/openapi_client/models/task_grouped_aggregate_metrics.py +337 -0
  19. anyscale/client/openapi_client/models/task_job_group_aggregate.py +148 -0
  20. anyscale/client/openapi_client/models/task_state.py +103 -0
  21. anyscale/client/openapi_client/models/task_summary.py +256 -0
  22. anyscale/client/openapi_client/models/task_table_config.py +250 -0
  23. anyscale/client/openapi_client/models/task_table_response.py +174 -0
  24. anyscale/client/openapi_client/models/task_table_row.py +491 -0
  25. anyscale/client/openapi_client/models/{cluster_size.py → task_type.py} +7 -10
  26. anyscale/client/openapi_client/models/taskexceptiongroupaggregate_list_response.py +147 -0
  27. anyscale/client/openapi_client/models/taskfunctionnamegroupaggregate_list_response.py +147 -0
  28. anyscale/client/openapi_client/models/{decoratedruntimeenv_list_response.py → taskjobgroupaggregate_list_response.py} +15 -15
  29. anyscale/client/openapi_client/models/{decoratedruntimeenv_response.py → tasksummary_response.py} +11 -11
  30. anyscale/commands/command_examples.py +22 -0
  31. anyscale/sdk/anyscale_client/__init__.py +0 -3
  32. anyscale/sdk/anyscale_client/api/default_api.py +0 -232
  33. anyscale/sdk/anyscale_client/models/__init__.py +0 -3
  34. anyscale/sdk/anyscale_client/models/baseimagesenum.py +23 -4
  35. anyscale/sdk/anyscale_client/models/supportedbaseimagesenum.py +14 -14
  36. anyscale/version.py +1 -1
  37. {anyscale-0.26.12.dist-info → anyscale-0.26.14.dist-info}/METADATA +1 -1
  38. {anyscale-0.26.12.dist-info → anyscale-0.26.14.dist-info}/RECORD +43 -33
  39. anyscale/client/openapi_client/models/decorated_runtime_env.py +0 -488
  40. anyscale/sdk/anyscale_client/models/create_session.py +0 -432
  41. anyscale/sdk/anyscale_client/models/runtime_environment.py +0 -406
  42. {anyscale-0.26.12.dist-info → anyscale-0.26.14.dist-info}/LICENSE +0 -0
  43. {anyscale-0.26.12.dist-info → anyscale-0.26.14.dist-info}/NOTICE +0 -0
  44. {anyscale-0.26.12.dist-info → anyscale-0.26.14.dist-info}/WHEEL +0 -0
  45. {anyscale-0.26.12.dist-info → anyscale-0.26.14.dist-info}/entry_points.txt +0 -0
  46. {anyscale-0.26.12.dist-info → anyscale-0.26.14.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
  },
@@ -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