anyscale 0.26.67__py3-none-any.whl → 0.26.69__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 (33) hide show
  1. anyscale/client/README.md +22 -0
  2. anyscale/client/openapi_client/__init__.py +16 -0
  3. anyscale/client/openapi_client/api/default_api.py +801 -19
  4. anyscale/client/openapi_client/models/__init__.py +16 -0
  5. anyscale/client/openapi_client/models/clusterdashboardnode_response.py +121 -0
  6. anyscale/client/openapi_client/models/lineage_artifact.py +383 -0
  7. anyscale/client/openapi_client/models/lineage_artifact_sort_field.py +101 -0
  8. anyscale/client/openapi_client/models/lineage_artifact_type.py +100 -0
  9. anyscale/client/openapi_client/models/lineage_direction.py +101 -0
  10. anyscale/client/openapi_client/models/lineage_graph.py +179 -0
  11. anyscale/client/openapi_client/models/lineage_graph_node.py +467 -0
  12. anyscale/client/openapi_client/models/lineage_node_type.py +100 -0
  13. anyscale/client/openapi_client/models/lineage_workload.py +383 -0
  14. anyscale/client/openapi_client/models/lineage_workload_sort_field.py +101 -0
  15. anyscale/client/openapi_client/models/lineage_workload_type.py +101 -0
  16. anyscale/client/openapi_client/models/lineageartifact_list_response.py +147 -0
  17. anyscale/client/openapi_client/models/lineageartifact_response.py +121 -0
  18. anyscale/client/openapi_client/models/lineagegraph_response.py +121 -0
  19. anyscale/client/openapi_client/models/lineageworkload_list_response.py +147 -0
  20. anyscale/client/openapi_client/models/lineageworkload_response.py +121 -0
  21. anyscale/commands/cloud_commands.py +15 -9
  22. anyscale/commands/command_examples.py +53 -0
  23. anyscale/commands/setup_k8s.py +521 -50
  24. anyscale/controllers/cloud_controller.py +13 -12
  25. anyscale/controllers/kubernetes_verifier.py +57 -11
  26. anyscale/version.py +1 -1
  27. {anyscale-0.26.67.dist-info → anyscale-0.26.69.dist-info}/METADATA +1 -1
  28. {anyscale-0.26.67.dist-info → anyscale-0.26.69.dist-info}/RECORD +33 -17
  29. {anyscale-0.26.67.dist-info → anyscale-0.26.69.dist-info}/WHEEL +0 -0
  30. {anyscale-0.26.67.dist-info → anyscale-0.26.69.dist-info}/entry_points.txt +0 -0
  31. {anyscale-0.26.67.dist-info → anyscale-0.26.69.dist-info}/licenses/LICENSE +0 -0
  32. {anyscale-0.26.67.dist-info → anyscale-0.26.69.dist-info}/licenses/NOTICE +0 -0
  33. {anyscale-0.26.67.dist-info → anyscale-0.26.69.dist-info}/top_level.txt +0 -0
anyscale/client/README.md CHANGED
@@ -219,6 +219,9 @@ Class | Method | HTTP request | Description
219
219
  *DefaultApi* | [**get_latest_cloud_resource_api_v2_sessions_cluster_id_latest_cloud_resource_get**](docs/DefaultApi.md#get_latest_cloud_resource_api_v2_sessions_cluster_id_latest_cloud_resource_get) | **GET** /api/v2/sessions/{cluster_id}/latest_cloud_resource | Get Latest Cloud Resource
220
220
  *DefaultApi* | [**get_lb_resource_api_v2_clouds_with_cloud_resource_gcp_router_cloud_id_get_lb_resource_post**](docs/DefaultApi.md#get_lb_resource_api_v2_clouds_with_cloud_resource_gcp_router_cloud_id_get_lb_resource_post) | **POST** /api/v2/clouds_with_cloud_resource_gcp_router/{cloud_id}/get_lb_resource | Get Lb Resource
221
221
  *DefaultApi* | [**get_lb_resource_api_v2_clouds_with_cloud_resource_router_cloud_id_get_lb_resource_post**](docs/DefaultApi.md#get_lb_resource_api_v2_clouds_with_cloud_resource_router_cloud_id_get_lb_resource_post) | **POST** /api/v2/clouds_with_cloud_resource_router/{cloud_id}/get_lb_resource | Get Lb Resource
222
+ *DefaultApi* | [**get_lineage_api_v2_lineage_get**](docs/DefaultApi.md#get_lineage_api_v2_lineage_get) | **GET** /api/v2/lineage/ | Get Lineage
223
+ *DefaultApi* | [**get_lineage_artifact_api_v2_lineage_artifacts_artifact_id_get**](docs/DefaultApi.md#get_lineage_artifact_api_v2_lineage_artifacts_artifact_id_get) | **GET** /api/v2/lineage/artifacts/{artifact_id} | Get Lineage Artifact
224
+ *DefaultApi* | [**get_lineage_workload_api_v2_lineage_workloads_workload_id_get**](docs/DefaultApi.md#get_lineage_workload_api_v2_lineage_workloads_workload_id_get) | **GET** /api/v2/lineage/workloads/{workload_id} | Get Lineage Workload
222
225
  *DefaultApi* | [**get_log_files_api_v2_logs_get_log_files_post**](docs/DefaultApi.md#get_log_files_api_v2_logs_get_log_files_post) | **POST** /api/v2/logs/get_log_files | Get Log Files
223
226
  *DefaultApi* | [**get_manage_billing_url_api_v2_organization_billing_manage_billing_url_get**](docs/DefaultApi.md#get_manage_billing_url_api_v2_organization_billing_manage_billing_url_get) | **GET** /api/v2/organization_billing/manage_billing_url | Get Manage Billing Url
224
227
  *DefaultApi* | [**get_metric_names_api_v2_metrics_names_get**](docs/DefaultApi.md#get_metric_names_api_v2_metrics_names_get) | **GET** /api/v2/metrics/names | Get Metric Names
@@ -228,6 +231,7 @@ Class | Method | HTTP request | Description
228
231
  *DefaultApi* | [**get_metronome_embedded_usage_dashboard_by_organization_api_v2_organization_billing_organization_id_metronome_embedded_dashboard_url_dashboard_type_get**](docs/DefaultApi.md#get_metronome_embedded_usage_dashboard_by_organization_api_v2_organization_billing_organization_id_metronome_embedded_dashboard_url_dashboard_type_get) | **GET** /api/v2/organization_billing/{organization_id}/metronome_embedded_dashboard_url/{dashboard_type} | Get Metronome Embedded Usage Dashboard By Organization
229
232
  *DefaultApi* | [**get_model_api_v2_llm_models_model_id_get**](docs/DefaultApi.md#get_model_api_v2_llm_models_model_id_get) | **GET** /api/v2/llm/models/{model_id} | Get Model
230
233
  *DefaultApi* | [**get_model_by_job_id_api_v2_llm_models_get_by_job_id_job_id_get**](docs/DefaultApi.md#get_model_by_job_id_api_v2_llm_models_get_by_job_id_job_id_get) | **GET** /api/v2/llm/models/get_by_job_id/{job_id} | Get Model By Job Id
234
+ *DefaultApi* | [**get_node_api_v2_cluster_dashboard_node_id_get**](docs/DefaultApi.md#get_node_api_v2_cluster_dashboard_node_id_get) | **GET** /api/v2/cluster_dashboard/{node_id} | Get Node
231
235
  *DefaultApi* | [**get_nodes_api_v2_cluster_dashboard_get**](docs/DefaultApi.md#get_nodes_api_v2_cluster_dashboard_get) | **GET** /api/v2/cluster_dashboard/ | Get Nodes
232
236
  *DefaultApi* | [**get_oauth_login_url_api_v2_integrations_oauth_login_get**](docs/DefaultApi.md#get_oauth_login_url_api_v2_integrations_oauth_login_get) | **GET** /api/v2/integrations/oauth/login | Get Oauth Login Url
233
237
  *DefaultApi* | [**get_operator_events_api_v2_dataset_runs_operator_events_get**](docs/DefaultApi.md#get_operator_events_api_v2_dataset_runs_operator_events_get) | **GET** /api/v2/dataset_runs/operator_events | Get Operator Events
@@ -306,6 +310,8 @@ Class | Method | HTTP request | Description
306
310
  *DefaultApi* | [**list_job_states_api_v2_decorated_ha_job_states_get**](docs/DefaultApi.md#list_job_states_api_v2_decorated_ha_job_states_get) | **GET** /api/v2/decorated_ha_job_states/ | List Job States
307
311
  *DefaultApi* | [**list_jobs_api_v2_decorated_unified_jobs_get**](docs/DefaultApi.md#list_jobs_api_v2_decorated_unified_jobs_get) | **GET** /api/v2/decorated_unified_jobs/ | List Jobs
308
312
  *DefaultApi* | [**list_keys_api_v2_tags_keys_get**](docs/DefaultApi.md#list_keys_api_v2_tags_keys_get) | **GET** /api/v2/tags/keys | List Keys
313
+ *DefaultApi* | [**list_lineage_artifacts_api_v2_lineage_artifacts_get**](docs/DefaultApi.md#list_lineage_artifacts_api_v2_lineage_artifacts_get) | **GET** /api/v2/lineage/artifacts | List Lineage Artifacts
314
+ *DefaultApi* | [**list_lineage_workloads_api_v2_lineage_workloads_get**](docs/DefaultApi.md#list_lineage_workloads_api_v2_lineage_workloads_get) | **GET** /api/v2/lineage/workloads | List Lineage Workloads
309
315
  *DefaultApi* | [**list_long_running_workloads_api_v2_decorated_sessions_long_running_workloads_get**](docs/DefaultApi.md#list_long_running_workloads_api_v2_decorated_sessions_long_running_workloads_get) | **GET** /api/v2/decorated_sessions/long-running-workloads | List Long Running Workloads
310
316
  *DefaultApi* | [**list_machine_pools_api_v2_machine_pools_get**](docs/DefaultApi.md#list_machine_pools_api_v2_machine_pools_get) | **GET** /api/v2/machine_pools/ | List Machine Pools
311
317
  *DefaultApi* | [**list_machines_api_v2_machines_get**](docs/DefaultApi.md#list_machines_api_v2_machines_get) | **GET** /api/v2/machines/ | List Machines
@@ -546,6 +552,7 @@ Class | Method | HTTP request | Description
546
552
  - [ClusterStatusDetails](docs/ClusterStatusDetails.md)
547
553
  - [ClusterauthresponseResponse](docs/ClusterauthresponseResponse.md)
548
554
  - [ClusterdashboardnodeListResponse](docs/ClusterdashboardnodeListResponse.md)
555
+ - [ClusterdashboardnodeResponse](docs/ClusterdashboardnodeResponse.md)
549
556
  - [ClustereventListResponse](docs/ClustereventListResponse.md)
550
557
  - [ClustereventsoutputResponse](docs/ClustereventsoutputResponse.md)
551
558
  - [ClusteroperationResponse](docs/ClusteroperationResponse.md)
@@ -784,6 +791,21 @@ Class | Method | HTTP request | Description
784
791
  - [KubernetesmanagerregistrationresponseResponse](docs/KubernetesmanagerregistrationresponseResponse.md)
785
792
  - [LBResource](docs/LBResource.md)
786
793
  - [LbresourceResponse](docs/LbresourceResponse.md)
794
+ - [LineageArtifact](docs/LineageArtifact.md)
795
+ - [LineageArtifactSortField](docs/LineageArtifactSortField.md)
796
+ - [LineageArtifactType](docs/LineageArtifactType.md)
797
+ - [LineageDirection](docs/LineageDirection.md)
798
+ - [LineageGraph](docs/LineageGraph.md)
799
+ - [LineageGraphNode](docs/LineageGraphNode.md)
800
+ - [LineageNodeType](docs/LineageNodeType.md)
801
+ - [LineageWorkload](docs/LineageWorkload.md)
802
+ - [LineageWorkloadSortField](docs/LineageWorkloadSortField.md)
803
+ - [LineageWorkloadType](docs/LineageWorkloadType.md)
804
+ - [LineageartifactListResponse](docs/LineageartifactListResponse.md)
805
+ - [LineageartifactResponse](docs/LineageartifactResponse.md)
806
+ - [LineagegraphResponse](docs/LineagegraphResponse.md)
807
+ - [LineageworkloadListResponse](docs/LineageworkloadListResponse.md)
808
+ - [LineageworkloadResponse](docs/LineageworkloadResponse.md)
787
809
  - [ListDatabricksConnections](docs/ListDatabricksConnections.md)
788
810
  - [ListMachinePoolsResponse](docs/ListMachinePoolsResponse.md)
789
811
  - [ListMachinesResponse](docs/ListMachinesResponse.md)
@@ -149,6 +149,7 @@ from openapi_client.models.cluster_status import ClusterStatus
149
149
  from openapi_client.models.cluster_status_details import ClusterStatusDetails
150
150
  from openapi_client.models.clusterauthresponse_response import ClusterauthresponseResponse
151
151
  from openapi_client.models.clusterdashboardnode_list_response import ClusterdashboardnodeListResponse
152
+ from openapi_client.models.clusterdashboardnode_response import ClusterdashboardnodeResponse
152
153
  from openapi_client.models.clusterevent_list_response import ClustereventListResponse
153
154
  from openapi_client.models.clustereventsoutput_response import ClustereventsoutputResponse
154
155
  from openapi_client.models.clusteroperation_response import ClusteroperationResponse
@@ -387,6 +388,21 @@ from openapi_client.models.kubernetes_manager_registration_response import Kuber
387
388
  from openapi_client.models.kubernetesmanagerregistrationresponse_response import KubernetesmanagerregistrationresponseResponse
388
389
  from openapi_client.models.lb_resource import LBResource
389
390
  from openapi_client.models.lbresource_response import LbresourceResponse
391
+ from openapi_client.models.lineage_artifact import LineageArtifact
392
+ from openapi_client.models.lineage_artifact_sort_field import LineageArtifactSortField
393
+ from openapi_client.models.lineage_artifact_type import LineageArtifactType
394
+ from openapi_client.models.lineage_direction import LineageDirection
395
+ from openapi_client.models.lineage_graph import LineageGraph
396
+ from openapi_client.models.lineage_graph_node import LineageGraphNode
397
+ from openapi_client.models.lineage_node_type import LineageNodeType
398
+ from openapi_client.models.lineage_workload import LineageWorkload
399
+ from openapi_client.models.lineage_workload_sort_field import LineageWorkloadSortField
400
+ from openapi_client.models.lineage_workload_type import LineageWorkloadType
401
+ from openapi_client.models.lineageartifact_list_response import LineageartifactListResponse
402
+ from openapi_client.models.lineageartifact_response import LineageartifactResponse
403
+ from openapi_client.models.lineagegraph_response import LineagegraphResponse
404
+ from openapi_client.models.lineageworkload_list_response import LineageworkloadListResponse
405
+ from openapi_client.models.lineageworkload_response import LineageworkloadResponse
390
406
  from openapi_client.models.list_databricks_connections import ListDatabricksConnections
391
407
  from openapi_client.models.list_machine_pools_response import ListMachinePoolsResponse
392
408
  from openapi_client.models.list_machines_response import ListMachinesResponse