anyscale 0.26.67__py3-none-any.whl → 0.26.68__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/client/README.md +20 -0
- anyscale/client/openapi_client/__init__.py +15 -0
- anyscale/client/openapi_client/api/default_api.py +656 -0
- anyscale/client/openapi_client/models/__init__.py +15 -0
- anyscale/client/openapi_client/models/lineage_artifact.py +383 -0
- anyscale/client/openapi_client/models/lineage_artifact_sort_field.py +101 -0
- anyscale/client/openapi_client/models/lineage_artifact_type.py +100 -0
- anyscale/client/openapi_client/models/lineage_direction.py +101 -0
- anyscale/client/openapi_client/models/lineage_graph.py +179 -0
- anyscale/client/openapi_client/models/lineage_graph_node.py +439 -0
- anyscale/client/openapi_client/models/lineage_node_type.py +100 -0
- anyscale/client/openapi_client/models/lineage_workload.py +355 -0
- anyscale/client/openapi_client/models/lineage_workload_sort_field.py +101 -0
- anyscale/client/openapi_client/models/lineage_workload_type.py +101 -0
- anyscale/client/openapi_client/models/lineageartifact_list_response.py +147 -0
- anyscale/client/openapi_client/models/lineageartifact_response.py +121 -0
- anyscale/client/openapi_client/models/lineagegraph_response.py +121 -0
- anyscale/client/openapi_client/models/lineageworkload_list_response.py +147 -0
- anyscale/client/openapi_client/models/lineageworkload_response.py +121 -0
- anyscale/commands/setup_k8s.py +460 -40
- anyscale/controllers/cloud_controller.py +10 -10
- anyscale/controllers/kubernetes_verifier.py +57 -11
- anyscale/version.py +1 -1
- {anyscale-0.26.67.dist-info → anyscale-0.26.68.dist-info}/METADATA +1 -1
- {anyscale-0.26.67.dist-info → anyscale-0.26.68.dist-info}/RECORD +30 -15
- {anyscale-0.26.67.dist-info → anyscale-0.26.68.dist-info}/WHEEL +0 -0
- {anyscale-0.26.67.dist-info → anyscale-0.26.68.dist-info}/entry_points.txt +0 -0
- {anyscale-0.26.67.dist-info → anyscale-0.26.68.dist-info}/licenses/LICENSE +0 -0
- {anyscale-0.26.67.dist-info → anyscale-0.26.68.dist-info}/licenses/NOTICE +0 -0
- {anyscale-0.26.67.dist-info → anyscale-0.26.68.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
|
@@ -306,6 +309,8 @@ Class | Method | HTTP request | Description
|
|
306
309
|
*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
310
|
*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
311
|
*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
|
312
|
+
*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
|
313
|
+
*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
314
|
*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
315
|
*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
316
|
*DefaultApi* | [**list_machines_api_v2_machines_get**](docs/DefaultApi.md#list_machines_api_v2_machines_get) | **GET** /api/v2/machines/ | List Machines
|
@@ -784,6 +789,21 @@ Class | Method | HTTP request | Description
|
|
784
789
|
- [KubernetesmanagerregistrationresponseResponse](docs/KubernetesmanagerregistrationresponseResponse.md)
|
785
790
|
- [LBResource](docs/LBResource.md)
|
786
791
|
- [LbresourceResponse](docs/LbresourceResponse.md)
|
792
|
+
- [LineageArtifact](docs/LineageArtifact.md)
|
793
|
+
- [LineageArtifactSortField](docs/LineageArtifactSortField.md)
|
794
|
+
- [LineageArtifactType](docs/LineageArtifactType.md)
|
795
|
+
- [LineageDirection](docs/LineageDirection.md)
|
796
|
+
- [LineageGraph](docs/LineageGraph.md)
|
797
|
+
- [LineageGraphNode](docs/LineageGraphNode.md)
|
798
|
+
- [LineageNodeType](docs/LineageNodeType.md)
|
799
|
+
- [LineageWorkload](docs/LineageWorkload.md)
|
800
|
+
- [LineageWorkloadSortField](docs/LineageWorkloadSortField.md)
|
801
|
+
- [LineageWorkloadType](docs/LineageWorkloadType.md)
|
802
|
+
- [LineageartifactListResponse](docs/LineageartifactListResponse.md)
|
803
|
+
- [LineageartifactResponse](docs/LineageartifactResponse.md)
|
804
|
+
- [LineagegraphResponse](docs/LineagegraphResponse.md)
|
805
|
+
- [LineageworkloadListResponse](docs/LineageworkloadListResponse.md)
|
806
|
+
- [LineageworkloadResponse](docs/LineageworkloadResponse.md)
|
787
807
|
- [ListDatabricksConnections](docs/ListDatabricksConnections.md)
|
788
808
|
- [ListMachinePoolsResponse](docs/ListMachinePoolsResponse.md)
|
789
809
|
- [ListMachinesResponse](docs/ListMachinesResponse.md)
|
@@ -387,6 +387,21 @@ from openapi_client.models.kubernetes_manager_registration_response import Kuber
|
|
387
387
|
from openapi_client.models.kubernetesmanagerregistrationresponse_response import KubernetesmanagerregistrationresponseResponse
|
388
388
|
from openapi_client.models.lb_resource import LBResource
|
389
389
|
from openapi_client.models.lbresource_response import LbresourceResponse
|
390
|
+
from openapi_client.models.lineage_artifact import LineageArtifact
|
391
|
+
from openapi_client.models.lineage_artifact_sort_field import LineageArtifactSortField
|
392
|
+
from openapi_client.models.lineage_artifact_type import LineageArtifactType
|
393
|
+
from openapi_client.models.lineage_direction import LineageDirection
|
394
|
+
from openapi_client.models.lineage_graph import LineageGraph
|
395
|
+
from openapi_client.models.lineage_graph_node import LineageGraphNode
|
396
|
+
from openapi_client.models.lineage_node_type import LineageNodeType
|
397
|
+
from openapi_client.models.lineage_workload import LineageWorkload
|
398
|
+
from openapi_client.models.lineage_workload_sort_field import LineageWorkloadSortField
|
399
|
+
from openapi_client.models.lineage_workload_type import LineageWorkloadType
|
400
|
+
from openapi_client.models.lineageartifact_list_response import LineageartifactListResponse
|
401
|
+
from openapi_client.models.lineageartifact_response import LineageartifactResponse
|
402
|
+
from openapi_client.models.lineagegraph_response import LineagegraphResponse
|
403
|
+
from openapi_client.models.lineageworkload_list_response import LineageworkloadListResponse
|
404
|
+
from openapi_client.models.lineageworkload_response import LineageworkloadResponse
|
390
405
|
from openapi_client.models.list_databricks_connections import ListDatabricksConnections
|
391
406
|
from openapi_client.models.list_machine_pools_response import ListMachinePoolsResponse
|
392
407
|
from openapi_client.models.list_machines_response import ListMachinesResponse
|