platform-api-python-client 0.3.1__tar.gz → 3.2.4__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.
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/PKG-INFO +9 -2
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/README.md +30 -5
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/__init__.py +19 -5
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/api/external_api.py +3792 -762
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/api_client.py +1 -1
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/configuration.py +1 -1
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/__init__.py +18 -4
- platform_api_python_client-0.3.1/platform_api_python_client/models/c_serve_recipe_input.py → platform_api_python_client-3.2.4/platform_api_python_client/models/c_serve_recipe.py +65 -7
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/c_serve_recipe_perf.py +3 -3
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/c_serve_recipe_response.py +2 -4
- platform_api_python_client-3.2.4/platform_api_python_client/models/c_serve_v2_recipe.py +102 -0
- platform_api_python_client-0.3.1/platform_api_python_client/models/get_payments_response.py → platform_api_python_client-3.2.4/platform_api_python_client/models/c_serve_v2_recipe_input.py +24 -11
- platform_api_python_client-3.2.4/platform_api_python_client/models/c_serve_v2_recipe_output.py +102 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_c_serve_deployment_request.py +18 -6
- platform_api_python_client-3.2.4/platform_api_python_client/models/create_c_serve_v2_deployment_request.py +132 -0
- platform_api_python_client-0.3.1/platform_api_python_client/models/create_compute_deployment_response.py → platform_api_python_client-3.2.4/platform_api_python_client/models/create_c_serve_v2_deployment_response.py +6 -8
- platform_api_python_client-3.2.4/platform_api_python_client/models/create_checkout_session_response.py +87 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_compute_deployment_request.py +14 -17
- platform_api_python_client-3.2.4/platform_api_python_client/models/create_compute_deployment_response.py +101 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_inference_deployment_request.py +11 -11
- platform_api_python_client-3.2.4/platform_api_python_client/models/create_rag_deployment_request.py +136 -0
- platform_api_python_client-3.2.4/platform_api_python_client/models/create_rag_deployment_response.py +92 -0
- platform_api_python_client-3.2.4/platform_api_python_client/models/create_setup_checkout_request.py +87 -0
- platform_api_python_client-3.2.4/platform_api_python_client/models/create_url_request.py +89 -0
- platform_api_python_client-0.3.1/platform_api_python_client/models/create_checkout_response.py → platform_api_python_client-3.2.4/platform_api_python_client/models/create_url_response.py +4 -4
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_status_response.py +3 -3
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_type.py +2 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_c_serve_deployment_response.py +82 -24
- platform_api_python_client-3.2.4/platform_api_python_client/models/get_c_serve_v2_deployment_response.py +137 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_cluster_response.py +10 -3
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_compute_deployment_response.py +4 -4
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_deployment_log_response.py +1 -1
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_deployment_response.py +1 -1
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_inference_deployment_response.py +7 -7
- platform_api_python_client-3.2.4/platform_api_python_client/models/get_payment_response.py +93 -0
- platform_api_python_client-3.2.4/platform_api_python_client/models/get_rag_deployment_response.py +141 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/hardware_instance_response.py +26 -3
- platform_api_python_client-3.2.4/platform_api_python_client/models/list_payments_response.py +95 -0
- platform_api_python_client-3.2.4/platform_api_python_client/models/list_user_vault_items_response.py +95 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/prebuilt_image_response.py +1 -1
- platform_api_python_client-3.2.4/platform_api_python_client/models/update_autopay_request.py +99 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/user_support_email_request.py +5 -3
- platform_api_python_client-3.2.4/platform_api_python_client/models/user_vault_item.py +97 -0
- platform_api_python_client-3.2.4/platform_api_python_client/models/user_vault_item_input.py +97 -0
- platform_api_python_client-3.2.4/platform_api_python_client/models/user_vault_item_output.py +97 -0
- platform_api_python_client-3.2.4/platform_api_python_client/models/user_vault_type.py +39 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/PKG-INFO +9 -2
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/SOURCES.txt +44 -8
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/pyproject.toml +1 -1
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/setup.py +1 -1
- platform_api_python_client-0.3.1/test/test_c_serve_recipe_input.py → platform_api_python_client-3.2.4/test/test_c_serve_recipe.py +18 -14
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_c_serve_recipe_perf.py +2 -42
- platform_api_python_client-3.2.4/test/test_c_serve_recipe_response.py +130 -0
- platform_api_python_client-3.2.4/test/test_c_serve_v2_recipe.py +53 -0
- platform_api_python_client-3.2.4/test/test_c_serve_v2_recipe_input.py +53 -0
- platform_api_python_client-3.2.4/test/test_c_serve_v2_recipe_output.py +54 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_create_c_serve_deployment_request.py +16 -9
- platform_api_python_client-3.2.4/test/test_create_c_serve_v2_deployment_request.py +68 -0
- platform_api_python_client-3.2.4/test/test_create_c_serve_v2_deployment_response.py +56 -0
- platform_api_python_client-0.3.1/test/test_create_checkout_response.py → platform_api_python_client-3.2.4/test/test_create_checkout_session_response.py +11 -11
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_create_compute_deployment_request.py +5 -4
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_create_compute_deployment_response.py +2 -1
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_create_inference_deployment_request.py +3 -8
- platform_api_python_client-3.2.4/test/test_create_rag_deployment_request.py +70 -0
- platform_api_python_client-3.2.4/test/test_create_rag_deployment_response.py +56 -0
- platform_api_python_client-3.2.4/test/test_create_setup_checkout_request.py +52 -0
- platform_api_python_client-3.2.4/test/test_create_url_request.py +54 -0
- platform_api_python_client-3.2.4/test/test_create_url_response.py +52 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_deployment_status_response.py +0 -3
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_external_api.py +70 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_get_c_serve_deployment_response.py +7 -26
- platform_api_python_client-3.2.4/test/test_get_c_serve_v2_deployment_response.py +78 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_get_cluster_response.py +2 -1
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_get_compute_deployment_response.py +0 -6
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_get_deployment_log_response.py +0 -1
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_get_deployment_response.py +0 -1
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_get_inference_deployment_response.py +0 -13
- platform_api_python_client-3.2.4/test/test_get_payment_response.py +58 -0
- platform_api_python_client-3.2.4/test/test_get_rag_deployment_response.py +80 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_hardware_instance_response.py +6 -1
- platform_api_python_client-3.2.4/test/test_list_c_serve_recipe_response.py +112 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_list_get_cluster_response.py +4 -2
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_list_hardware_instance_response.py +10 -2
- platform_api_python_client-3.2.4/test/test_list_payments_response.py +64 -0
- platform_api_python_client-3.2.4/test/test_list_user_vault_items_response.py +62 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_prebuilt_image_response.py +0 -1
- platform_api_python_client-3.2.4/test/test_update_autopay_request.py +51 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_user_support_email_request.py +3 -1
- platform_api_python_client-3.2.4/test/test_user_vault_item.py +55 -0
- platform_api_python_client-3.2.4/test/test_user_vault_item_input.py +55 -0
- platform_api_python_client-3.2.4/test/test_user_vault_item_output.py +56 -0
- platform_api_python_client-3.2.4/test/test_user_vault_type.py +33 -0
- platform_api_python_client-0.3.1/platform_api_python_client/models/c_serve_recipe_output.py +0 -166
- platform_api_python_client-0.3.1/test/test_c_serve_recipe_output.py +0 -90
- platform_api_python_client-0.3.1/test/test_c_serve_recipe_response.py +0 -252
- platform_api_python_client-0.3.1/test/test_get_payments_response.py +0 -58
- platform_api_python_client-0.3.1/test/test_list_c_serve_recipe_response.py +0 -194
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/api/__init__.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/api_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/exceptions.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/api_key_request.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/api_key_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_checkout_request.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/create_inference_deployment_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/credits_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/daily_bill_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_status.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_status_request.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/deployment_usage_value.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/get_deployment_usage_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/http_validation_error.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_api_key_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_daily_bill_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_get_cluster_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_get_deployment_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_hardware_instance_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/list_prebuilt_image_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/metric.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/service_status.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/validation_error.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/models/validation_error_loc_inner.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/py.typed +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client/rest.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/dependency_links.txt +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/requires.txt +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/platform_api_python_client.egg-info/top_level.txt +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/setup.cfg +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_api_key_request.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_api_key_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_create_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_create_checkout_request.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_create_inference_deployment_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_credits_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_daily_bill_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_deployment_status.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_deployment_status_request.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_deployment_type.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_deployment_usage_value.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_get_deployment_usage_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_http_validation_error.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_list_api_key_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_list_daily_bill_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_list_get_deployment_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_list_prebuilt_image_response.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_metric.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_service_status.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_validation_error.py +0 -0
- {platform_api_python_client-0.3.1 → platform_api_python_client-3.2.4}/test/test_validation_error_loc_inner.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: platform-api-python-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.2.4
|
|
4
4
|
Summary: Platform External API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -11,6 +11,13 @@ Requires-Dist: urllib3<3.0.0,>=1.25.3
|
|
|
11
11
|
Requires-Dist: python-dateutil>=2.8.2
|
|
12
12
|
Requires-Dist: pydantic>=2
|
|
13
13
|
Requires-Dist: typing-extensions>=4.7.1
|
|
14
|
+
Dynamic: author
|
|
15
|
+
Dynamic: author-email
|
|
16
|
+
Dynamic: description
|
|
17
|
+
Dynamic: description-content-type
|
|
18
|
+
Dynamic: keywords
|
|
19
|
+
Dynamic: requires-dist
|
|
20
|
+
Dynamic: summary
|
|
14
21
|
|
|
15
22
|
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
16
23
|
|
|
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: 0.1.0
|
|
7
|
-
- Package version:
|
|
7
|
+
- Package version: 3.2.4
|
|
8
8
|
- Generator version: 7.9.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
|
|
@@ -99,14 +99,21 @@ Class | Method | HTTP request | Description
|
|
|
99
99
|
*EXTERNALApi* | [**create_checkout_payments_checkout_post**](docs/EXTERNALApi.md#create_checkout_payments_checkout_post) | **POST** /payments/checkout | Create Checkout
|
|
100
100
|
*EXTERNALApi* | [**create_compute_deployment_deployments_compute_post**](docs/EXTERNALApi.md#create_compute_deployment_deployments_compute_post) | **POST** /deployments/compute | Create Compute Deployment
|
|
101
101
|
*EXTERNALApi* | [**create_cserve_deployment_deployments_cserve_post**](docs/EXTERNALApi.md#create_cserve_deployment_deployments_cserve_post) | **POST** /deployments/cserve | Create Cserve Deployment
|
|
102
|
+
*EXTERNALApi* | [**create_cserve_v2_deployment_deployments_cserve_v2_post**](docs/EXTERNALApi.md#create_cserve_v2_deployment_deployments_cserve_v2_post) | **POST** /deployments/cserve_v2 | Create Cserve V2 Deployment
|
|
102
103
|
*EXTERNALApi* | [**create_inference_deployment_deployments_inference_post**](docs/EXTERNALApi.md#create_inference_deployment_deployments_inference_post) | **POST** /deployments/inference | Create Inference Deployment
|
|
104
|
+
*EXTERNALApi* | [**create_rag_deployment_deployments_rag_post**](docs/EXTERNALApi.md#create_rag_deployment_deployments_rag_post) | **POST** /deployments/rag | Create Rag Deployment
|
|
105
|
+
*EXTERNALApi* | [**create_setup_payments_setup_checkout_post**](docs/EXTERNALApi.md#create_setup_payments_setup_checkout_post) | **POST** /payments/setup_checkout | Create Setup
|
|
103
106
|
*EXTERNALApi* | [**delete_api_key_credentials_api_key_id_delete**](docs/EXTERNALApi.md#delete_api_key_credentials_api_key_id_delete) | **DELETE** /credentials/api-key/{id} | Delete Api Key
|
|
107
|
+
*EXTERNALApi* | [**delete_user_vault_item_endpoint_user_vault_delete**](docs/EXTERNALApi.md#delete_user_vault_item_endpoint_user_vault_delete) | **DELETE** /user_vault | Delete User Vault Item Endpoint
|
|
108
|
+
*EXTERNALApi* | [**download_url_file_url_download_post**](docs/EXTERNALApi.md#download_url_file_url_download_post) | **POST** /file_url/download | Download Url
|
|
109
|
+
*EXTERNALApi* | [**get_all_user_vault_items_endpoint_user_vault_get**](docs/EXTERNALApi.md#get_all_user_vault_items_endpoint_user_vault_get) | **GET** /user_vault | Get All User Vault Items Endpoint
|
|
104
110
|
*EXTERNALApi* | [**get_api_keys_credentials_api_key_get**](docs/EXTERNALApi.md#get_api_keys_credentials_api_key_get) | **GET** /credentials/api-key | Get Api Keys
|
|
105
111
|
*EXTERNALApi* | [**get_clusters_clusters_get**](docs/EXTERNALApi.md#get_clusters_clusters_get) | **GET** /clusters | Get Clusters
|
|
106
112
|
*EXTERNALApi* | [**get_compute_deployment_deployments_compute_deployment_id_get**](docs/EXTERNALApi.md#get_compute_deployment_deployments_compute_deployment_id_get) | **GET** /deployments/compute/{deployment_id} | Get Compute Deployment
|
|
107
113
|
*EXTERNALApi* | [**get_credits_credits_get**](docs/EXTERNALApi.md#get_credits_credits_get) | **GET** /credits | Get Credits
|
|
108
114
|
*EXTERNALApi* | [**get_cserve_deployment_deployments_cserve_deployment_id_get**](docs/EXTERNALApi.md#get_cserve_deployment_deployments_cserve_deployment_id_get) | **GET** /deployments/cserve/{deployment_id} | Get Cserve Deployment
|
|
109
115
|
*EXTERNALApi* | [**get_cserve_recipe_deployments_cserve_recipes_get**](docs/EXTERNALApi.md#get_cserve_recipe_deployments_cserve_recipes_get) | **GET** /deployments/cserve/recipes | Get Cserve Recipe
|
|
116
|
+
*EXTERNALApi* | [**get_cserve_v2_deployment_deployments_cserve_v2_deployment_id_get**](docs/EXTERNALApi.md#get_cserve_v2_deployment_deployments_cserve_v2_deployment_id_get) | **GET** /deployments/cserve_v2/{deployment_id} | Get Cserve V2 Deployment
|
|
110
117
|
*EXTERNALApi* | [**get_deployment_logs_deployments_logs_deployment_id_get**](docs/EXTERNALApi.md#get_deployment_logs_deployments_logs_deployment_id_get) | **GET** /deployments/logs/{deployment_id} | Get Deployment Logs
|
|
111
118
|
*EXTERNALApi* | [**get_deployment_status_deployments_status_deployment_id_get**](docs/EXTERNALApi.md#get_deployment_status_deployments_status_deployment_id_get) | **GET** /deployments/status/{deployment_id} | Get Deployment Status
|
|
112
119
|
*EXTERNALApi* | [**get_deployments_deployments_get**](docs/EXTERNALApi.md#get_deployments_deployments_get) | **GET** /deployments | Get Deployments
|
|
@@ -114,28 +121,39 @@ Class | Method | HTTP request | Description
|
|
|
114
121
|
*EXTERNALApi* | [**get_inference_deployment_deployments_inference_deployment_id_get**](docs/EXTERNALApi.md#get_inference_deployment_deployments_inference_deployment_id_get) | **GET** /deployments/inference/{deployment_id} | Get Inference Deployment
|
|
115
122
|
*EXTERNALApi* | [**get_payments_payments_get**](docs/EXTERNALApi.md#get_payments_payments_get) | **GET** /payments | Get Payments
|
|
116
123
|
*EXTERNALApi* | [**get_prebuilt_images_prebuilt_images_get**](docs/EXTERNALApi.md#get_prebuilt_images_prebuilt_images_get) | **GET** /prebuilt-images | Get Prebuilt Images
|
|
124
|
+
*EXTERNALApi* | [**get_rag_deployment_deployments_rag_deployment_id_get**](docs/EXTERNALApi.md#get_rag_deployment_deployments_rag_deployment_id_get) | **GET** /deployments/rag/{deployment_id} | Get Rag Deployment
|
|
117
125
|
*EXTERNALApi* | [**get_usage_daily_bills_get**](docs/EXTERNALApi.md#get_usage_daily_bills_get) | **GET** /daily_bills | Get Usage
|
|
118
126
|
*EXTERNALApi* | [**get_usage_deployments_usage_deployment_id_get**](docs/EXTERNALApi.md#get_usage_deployments_usage_deployment_id_get) | **GET** /deployments/usage/{deployment_id} | Get Usage
|
|
119
127
|
*EXTERNALApi* | [**setup_stripe_customer_payments_setup_post**](docs/EXTERNALApi.md#setup_stripe_customer_payments_setup_post) | **POST** /payments/setup | Setup Stripe Customer
|
|
128
|
+
*EXTERNALApi* | [**update_autopay_preferences_autopay_put**](docs/EXTERNALApi.md#update_autopay_preferences_autopay_put) | **PUT** /preferences/autopay | Update Autopay
|
|
120
129
|
*EXTERNALApi* | [**update_deployment_status_deployments_status_deployment_id_put**](docs/EXTERNALApi.md#update_deployment_status_deployments_status_deployment_id_put) | **PUT** /deployments/status/{deployment_id} | Update Deployment Status
|
|
130
|
+
*EXTERNALApi* | [**update_user_vault_item_endpoint_user_vault_put**](docs/EXTERNALApi.md#update_user_vault_item_endpoint_user_vault_put) | **PUT** /user_vault | Update User Vault Item Endpoint
|
|
131
|
+
*EXTERNALApi* | [**upload_url_file_url_upload_post**](docs/EXTERNALApi.md#upload_url_file_url_upload_post) | **POST** /file_url/upload | Upload Url
|
|
121
132
|
|
|
122
133
|
|
|
123
134
|
## Documentation For Models
|
|
124
135
|
|
|
125
136
|
- [APIKeyRequest](docs/APIKeyRequest.md)
|
|
126
137
|
- [APIKeyResponse](docs/APIKeyResponse.md)
|
|
127
|
-
- [
|
|
128
|
-
- [CServeRecipeOutput](docs/CServeRecipeOutput.md)
|
|
138
|
+
- [CServeRecipe](docs/CServeRecipe.md)
|
|
129
139
|
- [CServeRecipePerf](docs/CServeRecipePerf.md)
|
|
130
140
|
- [CServeRecipeResponse](docs/CServeRecipeResponse.md)
|
|
141
|
+
- [CServeV2Recipe](docs/CServeV2Recipe.md)
|
|
131
142
|
- [CreateCServeDeploymentRequest](docs/CreateCServeDeploymentRequest.md)
|
|
132
143
|
- [CreateCServeDeploymentResponse](docs/CreateCServeDeploymentResponse.md)
|
|
144
|
+
- [CreateCServeV2DeploymentRequest](docs/CreateCServeV2DeploymentRequest.md)
|
|
145
|
+
- [CreateCServeV2DeploymentResponse](docs/CreateCServeV2DeploymentResponse.md)
|
|
133
146
|
- [CreateCheckoutRequest](docs/CreateCheckoutRequest.md)
|
|
134
|
-
- [
|
|
147
|
+
- [CreateCheckoutSessionResponse](docs/CreateCheckoutSessionResponse.md)
|
|
135
148
|
- [CreateComputeDeploymentRequest](docs/CreateComputeDeploymentRequest.md)
|
|
136
149
|
- [CreateComputeDeploymentResponse](docs/CreateComputeDeploymentResponse.md)
|
|
137
150
|
- [CreateInferenceDeploymentRequest](docs/CreateInferenceDeploymentRequest.md)
|
|
138
151
|
- [CreateInferenceDeploymentResponse](docs/CreateInferenceDeploymentResponse.md)
|
|
152
|
+
- [CreateRagDeploymentRequest](docs/CreateRagDeploymentRequest.md)
|
|
153
|
+
- [CreateRagDeploymentResponse](docs/CreateRagDeploymentResponse.md)
|
|
154
|
+
- [CreateSetupCheckoutRequest](docs/CreateSetupCheckoutRequest.md)
|
|
155
|
+
- [CreateUrlRequest](docs/CreateUrlRequest.md)
|
|
156
|
+
- [CreateUrlResponse](docs/CreateUrlResponse.md)
|
|
139
157
|
- [CreditsResponse](docs/CreditsResponse.md)
|
|
140
158
|
- [DailyBillResponse](docs/DailyBillResponse.md)
|
|
141
159
|
- [DeploymentStatus](docs/DeploymentStatus.md)
|
|
@@ -144,13 +162,15 @@ Class | Method | HTTP request | Description
|
|
|
144
162
|
- [DeploymentType](docs/DeploymentType.md)
|
|
145
163
|
- [DeploymentUsageValue](docs/DeploymentUsageValue.md)
|
|
146
164
|
- [GetCServeDeploymentResponse](docs/GetCServeDeploymentResponse.md)
|
|
165
|
+
- [GetCServeV2DeploymentResponse](docs/GetCServeV2DeploymentResponse.md)
|
|
147
166
|
- [GetClusterResponse](docs/GetClusterResponse.md)
|
|
148
167
|
- [GetComputeDeploymentResponse](docs/GetComputeDeploymentResponse.md)
|
|
149
168
|
- [GetDeploymentLogResponse](docs/GetDeploymentLogResponse.md)
|
|
150
169
|
- [GetDeploymentResponse](docs/GetDeploymentResponse.md)
|
|
151
170
|
- [GetDeploymentUsageResponse](docs/GetDeploymentUsageResponse.md)
|
|
152
171
|
- [GetInferenceDeploymentResponse](docs/GetInferenceDeploymentResponse.md)
|
|
153
|
-
- [
|
|
172
|
+
- [GetPaymentResponse](docs/GetPaymentResponse.md)
|
|
173
|
+
- [GetRagDeploymentResponse](docs/GetRagDeploymentResponse.md)
|
|
154
174
|
- [HTTPValidationError](docs/HTTPValidationError.md)
|
|
155
175
|
- [HardwareInstanceResponse](docs/HardwareInstanceResponse.md)
|
|
156
176
|
- [ListAPIKeyResponse](docs/ListAPIKeyResponse.md)
|
|
@@ -159,11 +179,16 @@ Class | Method | HTTP request | Description
|
|
|
159
179
|
- [ListGetClusterResponse](docs/ListGetClusterResponse.md)
|
|
160
180
|
- [ListGetDeploymentResponse](docs/ListGetDeploymentResponse.md)
|
|
161
181
|
- [ListHardwareInstanceResponse](docs/ListHardwareInstanceResponse.md)
|
|
182
|
+
- [ListPaymentsResponse](docs/ListPaymentsResponse.md)
|
|
162
183
|
- [ListPrebuiltImageResponse](docs/ListPrebuiltImageResponse.md)
|
|
184
|
+
- [ListUserVaultItemsResponse](docs/ListUserVaultItemsResponse.md)
|
|
163
185
|
- [Metric](docs/Metric.md)
|
|
164
186
|
- [PrebuiltImageResponse](docs/PrebuiltImageResponse.md)
|
|
165
187
|
- [ServiceStatus](docs/ServiceStatus.md)
|
|
188
|
+
- [UpdateAutopayRequest](docs/UpdateAutopayRequest.md)
|
|
166
189
|
- [UserSupportEmailRequest](docs/UserSupportEmailRequest.md)
|
|
190
|
+
- [UserVaultItem](docs/UserVaultItem.md)
|
|
191
|
+
- [UserVaultType](docs/UserVaultType.md)
|
|
167
192
|
- [ValidationError](docs/ValidationError.md)
|
|
168
193
|
- [ValidationErrorLocInner](docs/ValidationErrorLocInner.md)
|
|
169
194
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "
|
|
17
|
+
__version__ = "3.2.4"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from platform_api_python_client.api.external_api import EXTERNALApi
|
|
@@ -33,18 +33,25 @@ from platform_api_python_client.exceptions import ApiException
|
|
|
33
33
|
# import models into sdk package
|
|
34
34
|
from platform_api_python_client.models.api_key_request import APIKeyRequest
|
|
35
35
|
from platform_api_python_client.models.api_key_response import APIKeyResponse
|
|
36
|
-
from platform_api_python_client.models.
|
|
37
|
-
from platform_api_python_client.models.c_serve_recipe_output import CServeRecipeOutput
|
|
36
|
+
from platform_api_python_client.models.c_serve_recipe import CServeRecipe
|
|
38
37
|
from platform_api_python_client.models.c_serve_recipe_perf import CServeRecipePerf
|
|
39
38
|
from platform_api_python_client.models.c_serve_recipe_response import CServeRecipeResponse
|
|
39
|
+
from platform_api_python_client.models.c_serve_v2_recipe import CServeV2Recipe
|
|
40
40
|
from platform_api_python_client.models.create_c_serve_deployment_request import CreateCServeDeploymentRequest
|
|
41
41
|
from platform_api_python_client.models.create_c_serve_deployment_response import CreateCServeDeploymentResponse
|
|
42
|
+
from platform_api_python_client.models.create_c_serve_v2_deployment_request import CreateCServeV2DeploymentRequest
|
|
43
|
+
from platform_api_python_client.models.create_c_serve_v2_deployment_response import CreateCServeV2DeploymentResponse
|
|
42
44
|
from platform_api_python_client.models.create_checkout_request import CreateCheckoutRequest
|
|
43
|
-
from platform_api_python_client.models.
|
|
45
|
+
from platform_api_python_client.models.create_checkout_session_response import CreateCheckoutSessionResponse
|
|
44
46
|
from platform_api_python_client.models.create_compute_deployment_request import CreateComputeDeploymentRequest
|
|
45
47
|
from platform_api_python_client.models.create_compute_deployment_response import CreateComputeDeploymentResponse
|
|
46
48
|
from platform_api_python_client.models.create_inference_deployment_request import CreateInferenceDeploymentRequest
|
|
47
49
|
from platform_api_python_client.models.create_inference_deployment_response import CreateInferenceDeploymentResponse
|
|
50
|
+
from platform_api_python_client.models.create_rag_deployment_request import CreateRagDeploymentRequest
|
|
51
|
+
from platform_api_python_client.models.create_rag_deployment_response import CreateRagDeploymentResponse
|
|
52
|
+
from platform_api_python_client.models.create_setup_checkout_request import CreateSetupCheckoutRequest
|
|
53
|
+
from platform_api_python_client.models.create_url_request import CreateUrlRequest
|
|
54
|
+
from platform_api_python_client.models.create_url_response import CreateUrlResponse
|
|
48
55
|
from platform_api_python_client.models.credits_response import CreditsResponse
|
|
49
56
|
from platform_api_python_client.models.daily_bill_response import DailyBillResponse
|
|
50
57
|
from platform_api_python_client.models.deployment_status import DeploymentStatus
|
|
@@ -53,13 +60,15 @@ from platform_api_python_client.models.deployment_status_response import Deploym
|
|
|
53
60
|
from platform_api_python_client.models.deployment_type import DeploymentType
|
|
54
61
|
from platform_api_python_client.models.deployment_usage_value import DeploymentUsageValue
|
|
55
62
|
from platform_api_python_client.models.get_c_serve_deployment_response import GetCServeDeploymentResponse
|
|
63
|
+
from platform_api_python_client.models.get_c_serve_v2_deployment_response import GetCServeV2DeploymentResponse
|
|
56
64
|
from platform_api_python_client.models.get_cluster_response import GetClusterResponse
|
|
57
65
|
from platform_api_python_client.models.get_compute_deployment_response import GetComputeDeploymentResponse
|
|
58
66
|
from platform_api_python_client.models.get_deployment_log_response import GetDeploymentLogResponse
|
|
59
67
|
from platform_api_python_client.models.get_deployment_response import GetDeploymentResponse
|
|
60
68
|
from platform_api_python_client.models.get_deployment_usage_response import GetDeploymentUsageResponse
|
|
61
69
|
from platform_api_python_client.models.get_inference_deployment_response import GetInferenceDeploymentResponse
|
|
62
|
-
from platform_api_python_client.models.
|
|
70
|
+
from platform_api_python_client.models.get_payment_response import GetPaymentResponse
|
|
71
|
+
from platform_api_python_client.models.get_rag_deployment_response import GetRagDeploymentResponse
|
|
63
72
|
from platform_api_python_client.models.http_validation_error import HTTPValidationError
|
|
64
73
|
from platform_api_python_client.models.hardware_instance_response import HardwareInstanceResponse
|
|
65
74
|
from platform_api_python_client.models.list_api_key_response import ListAPIKeyResponse
|
|
@@ -68,10 +77,15 @@ from platform_api_python_client.models.list_daily_bill_response import ListDaily
|
|
|
68
77
|
from platform_api_python_client.models.list_get_cluster_response import ListGetClusterResponse
|
|
69
78
|
from platform_api_python_client.models.list_get_deployment_response import ListGetDeploymentResponse
|
|
70
79
|
from platform_api_python_client.models.list_hardware_instance_response import ListHardwareInstanceResponse
|
|
80
|
+
from platform_api_python_client.models.list_payments_response import ListPaymentsResponse
|
|
71
81
|
from platform_api_python_client.models.list_prebuilt_image_response import ListPrebuiltImageResponse
|
|
82
|
+
from platform_api_python_client.models.list_user_vault_items_response import ListUserVaultItemsResponse
|
|
72
83
|
from platform_api_python_client.models.metric import Metric
|
|
73
84
|
from platform_api_python_client.models.prebuilt_image_response import PrebuiltImageResponse
|
|
74
85
|
from platform_api_python_client.models.service_status import ServiceStatus
|
|
86
|
+
from platform_api_python_client.models.update_autopay_request import UpdateAutopayRequest
|
|
75
87
|
from platform_api_python_client.models.user_support_email_request import UserSupportEmailRequest
|
|
88
|
+
from platform_api_python_client.models.user_vault_item import UserVaultItem
|
|
89
|
+
from platform_api_python_client.models.user_vault_type import UserVaultType
|
|
76
90
|
from platform_api_python_client.models.validation_error import ValidationError
|
|
77
91
|
from platform_api_python_client.models.validation_error_loc_inner import ValidationErrorLocInner
|