Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.1.0
- Package version: 4.0.15
- Package version: 4.0.17
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down Expand Up @@ -98,7 +98,9 @@ Class | Method | HTTP request | Description
*EXTERNALApi* | [**create_checkout_payments_checkout_post**](docs/EXTERNALApi.md#create_checkout_payments_checkout_post) | **POST** /payments/checkout | Create Checkout
*EXTERNALApi* | [**create_compute_deployment_deployments_compute_post**](docs/EXTERNALApi.md#create_compute_deployment_deployments_compute_post) | **POST** /deployments/compute | Create Compute Deployment
*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
*EXTERNALApi* | [**create_cserve_v3_deployment_deployments_cserve_v3_post**](docs/EXTERNALApi.md#create_cserve_v3_deployment_deployments_cserve_v3_post) | **POST** /deployments/cserve_v3 | Create Cserve V3 Deployment
*EXTERNALApi* | [**create_inference_deployment_deployments_inference_post**](docs/EXTERNALApi.md#create_inference_deployment_deployments_inference_post) | **POST** /deployments/inference | Create Inference Deployment
*EXTERNALApi* | [**create_inference_v3_deployment_deployments_inference_v3_post**](docs/EXTERNALApi.md#create_inference_v3_deployment_deployments_inference_v3_post) | **POST** /deployments/inference_v3 | Create Inference V3 Deployment
*EXTERNALApi* | [**create_new_organization_organizations_post**](docs/EXTERNALApi.md#create_new_organization_organizations_post) | **POST** /organizations | Create New Organization
*EXTERNALApi* | [**create_rag_deployment_deployments_rag_post**](docs/EXTERNALApi.md#create_rag_deployment_deployments_rag_post) | **POST** /deployments/rag | Create Rag Deployment
*EXTERNALApi* | [**create_setup_payments_setup_checkout_post**](docs/EXTERNALApi.md#create_setup_payments_setup_checkout_post) | **POST** /payments/setup_checkout | Create Setup
Expand All @@ -116,11 +118,13 @@ Class | Method | HTTP request | Description
*EXTERNALApi* | [**get_credits_credits_get**](docs/EXTERNALApi.md#get_credits_credits_get) | **GET** /credits | Get Credits
*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
*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
*EXTERNALApi* | [**get_cserve_v3_deployment_deployments_cserve_v3_deployment_id_get**](docs/EXTERNALApi.md#get_cserve_v3_deployment_deployments_cserve_v3_deployment_id_get) | **GET** /deployments/cserve_v3/{deployment_id} | Get Cserve V3 Deployment
*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
*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
*EXTERNALApi* | [**get_deployments_deployments_get**](docs/EXTERNALApi.md#get_deployments_deployments_get) | **GET** /deployments | Get Deployments
*EXTERNALApi* | [**get_hardware_instances_hardware_instances_get**](docs/EXTERNALApi.md#get_hardware_instances_hardware_instances_get) | **GET** /hardware-instances | Get Hardware Instances
*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
*EXTERNALApi* | [**get_inference_v3_deployment_deployments_inference_v3_deployment_id_get**](docs/EXTERNALApi.md#get_inference_v3_deployment_deployments_inference_v3_deployment_id_get) | **GET** /deployments/inference_v3/{deployment_id} | Get Inference V3 Deployment
*EXTERNALApi* | [**get_payment_method_payments_methods_get**](docs/EXTERNALApi.md#get_payment_method_payments_methods_get) | **GET** /payments/methods | Get Payment Method
*EXTERNALApi* | [**get_payments_payments_get**](docs/EXTERNALApi.md#get_payments_payments_get) | **GET** /payments | Get Payments
*EXTERNALApi* | [**get_prebuilt_images_prebuilt_images_get**](docs/EXTERNALApi.md#get_prebuilt_images_prebuilt_images_get) | **GET** /prebuilt-images | Get Prebuilt Images
Expand All @@ -131,8 +135,10 @@ Class | Method | HTTP request | Description
*EXTERNALApi* | [**update_autocharge_preferences_autocharge_preferences_put**](docs/EXTERNALApi.md#update_autocharge_preferences_autocharge_preferences_put) | **PUT** /autocharge/preferences | Update Autocharge Preferences
*EXTERNALApi* | [**update_compute_deployment_deployments_compute_put**](docs/EXTERNALApi.md#update_compute_deployment_deployments_compute_put) | **PUT** /deployments/compute | Update Compute Deployment
*EXTERNALApi* | [**update_cserve_v2_deployment_deployments_cserve_v2_put**](docs/EXTERNALApi.md#update_cserve_v2_deployment_deployments_cserve_v2_put) | **PUT** /deployments/cserve_v2 | Update Cserve V2 Deployment
*EXTERNALApi* | [**update_cserve_v3_deployment_deployments_cserve_v3_put**](docs/EXTERNALApi.md#update_cserve_v3_deployment_deployments_cserve_v3_put) | **PUT** /deployments/cserve_v3 | Update Cserve V3 Deployment
*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
*EXTERNALApi* | [**update_inference_deployment_deployments_inference_put**](docs/EXTERNALApi.md#update_inference_deployment_deployments_inference_put) | **PUT** /deployments/inference | Update Inference Deployment
*EXTERNALApi* | [**update_inference_v3_deployment_deployments_inference_v3_put**](docs/EXTERNALApi.md#update_inference_v3_deployment_deployments_inference_v3_put) | **PUT** /deployments/inference_v3 | Update Inference V3 Deployment
*EXTERNALApi* | [**update_rag_deployment_deployments_rag_put**](docs/EXTERNALApi.md#update_rag_deployment_deployments_rag_put) | **PUT** /deployments/rag | Update Rag Deployment
*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
*EXTERNALApi* | [**upload_url_file_url_upload_post**](docs/EXTERNALApi.md#upload_url_file_url_upload_post) | **POST** /file_url/upload | Upload Url
Expand All @@ -147,12 +153,15 @@ Class | Method | HTTP request | Description
- [CServeV2Recipe](docs/CServeV2Recipe.md)
- [CreateCServeV2DeploymentRequest](docs/CreateCServeV2DeploymentRequest.md)
- [CreateCServeV2DeploymentResponse](docs/CreateCServeV2DeploymentResponse.md)
- [CreateCServeV3DeploymentRequest](docs/CreateCServeV3DeploymentRequest.md)
- [CreateCServeV3DeploymentResponse](docs/CreateCServeV3DeploymentResponse.md)
- [CreateCheckoutRequest](docs/CreateCheckoutRequest.md)
- [CreateCheckoutSessionResponse](docs/CreateCheckoutSessionResponse.md)
- [CreateComputeDeploymentRequest](docs/CreateComputeDeploymentRequest.md)
- [CreateComputeDeploymentResponse](docs/CreateComputeDeploymentResponse.md)
- [CreateInferenceDeploymentRequest](docs/CreateInferenceDeploymentRequest.md)
- [CreateInferenceDeploymentResponse](docs/CreateInferenceDeploymentResponse.md)
- [CreateInferenceV3DeploymentRequest](docs/CreateInferenceV3DeploymentRequest.md)
- [CreateOrganizationRequest](docs/CreateOrganizationRequest.md)
- [CreateOrganizationResponse](docs/CreateOrganizationResponse.md)
- [CreateRagDeploymentRequest](docs/CreateRagDeploymentRequest.md)
Expand All @@ -170,12 +179,14 @@ Class | Method | HTTP request | Description
- [DeploymentUsageValue](docs/DeploymentUsageValue.md)
- [GetAutochargePreferencesResponse](docs/GetAutochargePreferencesResponse.md)
- [GetCServeV2DeploymentResponse](docs/GetCServeV2DeploymentResponse.md)
- [GetCServeV3DeploymentResponse](docs/GetCServeV3DeploymentResponse.md)
- [GetClusterResponse](docs/GetClusterResponse.md)
- [GetComputeDeploymentResponse](docs/GetComputeDeploymentResponse.md)
- [GetDeploymentLogResponse](docs/GetDeploymentLogResponse.md)
- [GetDeploymentResponse](docs/GetDeploymentResponse.md)
- [GetDeploymentUsageResponse](docs/GetDeploymentUsageResponse.md)
- [GetInferenceDeploymentResponse](docs/GetInferenceDeploymentResponse.md)
- [GetInferenceV3DeploymentResponse](docs/GetInferenceV3DeploymentResponse.md)
- [GetPaymentResponse](docs/GetPaymentResponse.md)
- [GetRagDeploymentResponse](docs/GetRagDeploymentResponse.md)
- [HTTPValidationError](docs/HTTPValidationError.md)
Expand Down
41 changes: 41 additions & 0 deletions docs/CreateCServeV3DeploymentRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# CreateCServeV3DeploymentRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | |
**cluster_id** | **int** | |
**hardware_instance_id** | **int** | |
**recipe** | [**CServeV2Recipe**](CServeV2Recipe.md) | |
**cserve_version** | **str** | | [optional]
**hf_token** | **str** | | [optional]
**endpoint_bearer_token** | **str** | | [optional]
**endpoint_certificate_authority** | **str** | | [optional]
**min_replicas** | **int** | |
**max_replicas** | **int** | |
**initial_replicas** | **int** | | [optional]
**concurrency** | **int** | | [optional]
**env_vars** | **Dict[str, str]** | | [optional]

## Example

```python
from platform_api_python_client.models.create_c_serve_v3_deployment_request import CreateCServeV3DeploymentRequest

# TODO update the JSON string below
json = "{}"
# create an instance of CreateCServeV3DeploymentRequest from a JSON string
create_c_serve_v3_deployment_request_instance = CreateCServeV3DeploymentRequest.from_json(json)
# print the JSON string representation of the object
print(CreateCServeV3DeploymentRequest.to_json())

# convert the object into a dict
create_c_serve_v3_deployment_request_dict = create_c_serve_v3_deployment_request_instance.to_dict()
# create an instance of CreateCServeV3DeploymentRequest from a dict
create_c_serve_v3_deployment_request_from_dict = CreateCServeV3DeploymentRequest.from_dict(create_c_serve_v3_deployment_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


31 changes: 31 additions & 0 deletions docs/CreateCServeV3DeploymentResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# CreateCServeV3DeploymentResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | |
**created_at** | **datetime** | |
**endpoint_url** | **str** | |

## Example

```python
from platform_api_python_client.models.create_c_serve_v3_deployment_response import CreateCServeV3DeploymentResponse

# TODO update the JSON string below
json = "{}"
# create an instance of CreateCServeV3DeploymentResponse from a JSON string
create_c_serve_v3_deployment_response_instance = CreateCServeV3DeploymentResponse.from_json(json)
# print the JSON string representation of the object
print(CreateCServeV3DeploymentResponse.to_json())

# convert the object into a dict
create_c_serve_v3_deployment_response_dict = create_c_serve_v3_deployment_response_instance.to_dict()
# create an instance of CreateCServeV3DeploymentResponse from a dict
create_c_serve_v3_deployment_response_from_dict = CreateCServeV3DeploymentResponse.from_dict(create_c_serve_v3_deployment_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


42 changes: 42 additions & 0 deletions docs/CreateInferenceV3DeploymentRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# CreateInferenceV3DeploymentRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | |
**cluster_id** | **int** | |
**hardware_instance_id** | **int** | |
**image_url** | **str** | |
**port** | **int** | |
**min_replicas** | **int** | |
**max_replicas** | **int** | |
**initial_replicas** | **int** | | [optional]
**concurrency** | **int** | | [optional]
**healthcheck** | **str** | | [optional]
**env_vars** | **Dict[str, str]** | | [optional]
**command** | **str** | | [optional]
**endpoint_bearer_token** | **str** | | [optional]
**endpoint_certificate_authority** | **str** | | [optional]

## Example

```python
from platform_api_python_client.models.create_inference_v3_deployment_request import CreateInferenceV3DeploymentRequest

# TODO update the JSON string below
json = "{}"
# create an instance of CreateInferenceV3DeploymentRequest from a JSON string
create_inference_v3_deployment_request_instance = CreateInferenceV3DeploymentRequest.from_json(json)
# print the JSON string representation of the object
print(CreateInferenceV3DeploymentRequest.to_json())

# convert the object into a dict
create_inference_v3_deployment_request_dict = create_inference_v3_deployment_request_instance.to_dict()
# create an instance of CreateInferenceV3DeploymentRequest from a dict
create_inference_v3_deployment_request_from_dict = CreateInferenceV3DeploymentRequest.from_dict(create_inference_v3_deployment_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


4 changes: 4 additions & 0 deletions docs/DeploymentType.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@

* `INFERENCE_V2` (value: `'inference_v2'`)

* `INFERENCE_V3` (value: `'inference_v3'`)

* `COMPUTE_V2` (value: `'compute_v2'`)

* `CSERVE` (value: `'cserve'`)

* `CSERVE_V2` (value: `'cserve_v2'`)

* `CSERVE_V3` (value: `'cserve_v3'`)

* `DEPLOYMENT` (value: `'deployment'`)

* `RAG` (value: `'rag'`)
Expand Down
Loading