Skip to content

Commit ea608a6

Browse files
Update clients to latest platform release (3.1.6) (#11)
1 parent caa2ef1 commit ea608a6

File tree

76 files changed

+6218
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+6218
-479
lines changed

README.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 0.1.0
7-
- Package version: 0.3.1
7+
- Package version: 3.1.6
88
- Generator version: 7.9.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

@@ -99,43 +99,55 @@ Class | Method | HTTP request | Description
9999
*EXTERNALApi* | [**create_checkout_payments_checkout_post**](docs/EXTERNALApi.md#create_checkout_payments_checkout_post) | **POST** /payments/checkout | Create Checkout
100100
*EXTERNALApi* | [**create_compute_deployment_deployments_compute_post**](docs/EXTERNALApi.md#create_compute_deployment_deployments_compute_post) | **POST** /deployments/compute | Create Compute Deployment
101101
*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
102103
*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
103105
*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
106+
*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
107+
*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
104108
*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
105109
*EXTERNALApi* | [**get_clusters_clusters_get**](docs/EXTERNALApi.md#get_clusters_clusters_get) | **GET** /clusters | Get Clusters
106110
*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
107111
*EXTERNALApi* | [**get_credits_credits_get**](docs/EXTERNALApi.md#get_credits_credits_get) | **GET** /credits | Get Credits
108112
*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
109113
*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
114+
*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
110115
*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
111116
*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
112117
*EXTERNALApi* | [**get_deployments_deployments_get**](docs/EXTERNALApi.md#get_deployments_deployments_get) | **GET** /deployments | Get Deployments
113118
*EXTERNALApi* | [**get_hardware_instances_hardware_instances_get**](docs/EXTERNALApi.md#get_hardware_instances_hardware_instances_get) | **GET** /hardware-instances | Get Hardware Instances
114119
*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
115120
*EXTERNALApi* | [**get_payments_payments_get**](docs/EXTERNALApi.md#get_payments_payments_get) | **GET** /payments | Get Payments
116121
*EXTERNALApi* | [**get_prebuilt_images_prebuilt_images_get**](docs/EXTERNALApi.md#get_prebuilt_images_prebuilt_images_get) | **GET** /prebuilt-images | Get Prebuilt Images
122+
*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
117123
*EXTERNALApi* | [**get_usage_daily_bills_get**](docs/EXTERNALApi.md#get_usage_daily_bills_get) | **GET** /daily_bills | Get Usage
118124
*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
119125
*EXTERNALApi* | [**setup_stripe_customer_payments_setup_post**](docs/EXTERNALApi.md#setup_stripe_customer_payments_setup_post) | **POST** /payments/setup | Setup Stripe Customer
120126
*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
127+
*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
121128

122129

123130
## Documentation For Models
124131

125132
- [APIKeyRequest](docs/APIKeyRequest.md)
126133
- [APIKeyResponse](docs/APIKeyResponse.md)
127-
- [CServeRecipeInput](docs/CServeRecipeInput.md)
128-
- [CServeRecipeOutput](docs/CServeRecipeOutput.md)
134+
- [CServeRecipe](docs/CServeRecipe.md)
129135
- [CServeRecipePerf](docs/CServeRecipePerf.md)
130136
- [CServeRecipeResponse](docs/CServeRecipeResponse.md)
137+
- [CServeV2RecipeInput](docs/CServeV2RecipeInput.md)
138+
- [CServeV2RecipeOutput](docs/CServeV2RecipeOutput.md)
131139
- [CreateCServeDeploymentRequest](docs/CreateCServeDeploymentRequest.md)
132140
- [CreateCServeDeploymentResponse](docs/CreateCServeDeploymentResponse.md)
141+
- [CreateCServeV2DeploymentRequest](docs/CreateCServeV2DeploymentRequest.md)
142+
- [CreateCServeV2DeploymentResponse](docs/CreateCServeV2DeploymentResponse.md)
133143
- [CreateCheckoutRequest](docs/CreateCheckoutRequest.md)
134144
- [CreateCheckoutResponse](docs/CreateCheckoutResponse.md)
135145
- [CreateComputeDeploymentRequest](docs/CreateComputeDeploymentRequest.md)
136146
- [CreateComputeDeploymentResponse](docs/CreateComputeDeploymentResponse.md)
137147
- [CreateInferenceDeploymentRequest](docs/CreateInferenceDeploymentRequest.md)
138148
- [CreateInferenceDeploymentResponse](docs/CreateInferenceDeploymentResponse.md)
149+
- [CreateRagDeploymentRequest](docs/CreateRagDeploymentRequest.md)
150+
- [CreateRagDeploymentResponse](docs/CreateRagDeploymentResponse.md)
139151
- [CreditsResponse](docs/CreditsResponse.md)
140152
- [DailyBillResponse](docs/DailyBillResponse.md)
141153
- [DeploymentStatus](docs/DeploymentStatus.md)
@@ -144,13 +156,15 @@ Class | Method | HTTP request | Description
144156
- [DeploymentType](docs/DeploymentType.md)
145157
- [DeploymentUsageValue](docs/DeploymentUsageValue.md)
146158
- [GetCServeDeploymentResponse](docs/GetCServeDeploymentResponse.md)
159+
- [GetCServeV2DeploymentResponse](docs/GetCServeV2DeploymentResponse.md)
147160
- [GetClusterResponse](docs/GetClusterResponse.md)
148161
- [GetComputeDeploymentResponse](docs/GetComputeDeploymentResponse.md)
149162
- [GetDeploymentLogResponse](docs/GetDeploymentLogResponse.md)
150163
- [GetDeploymentResponse](docs/GetDeploymentResponse.md)
151164
- [GetDeploymentUsageResponse](docs/GetDeploymentUsageResponse.md)
152165
- [GetInferenceDeploymentResponse](docs/GetInferenceDeploymentResponse.md)
153166
- [GetPaymentsResponse](docs/GetPaymentsResponse.md)
167+
- [GetRagDeploymentResponse](docs/GetRagDeploymentResponse.md)
154168
- [HTTPValidationError](docs/HTTPValidationError.md)
155169
- [HardwareInstanceResponse](docs/HardwareInstanceResponse.md)
156170
- [ListAPIKeyResponse](docs/ListAPIKeyResponse.md)
@@ -160,10 +174,14 @@ Class | Method | HTTP request | Description
160174
- [ListGetDeploymentResponse](docs/ListGetDeploymentResponse.md)
161175
- [ListHardwareInstanceResponse](docs/ListHardwareInstanceResponse.md)
162176
- [ListPrebuiltImageResponse](docs/ListPrebuiltImageResponse.md)
177+
- [ListUserVaultItemsResponse](docs/ListUserVaultItemsResponse.md)
163178
- [Metric](docs/Metric.md)
164179
- [PrebuiltImageResponse](docs/PrebuiltImageResponse.md)
165180
- [ServiceStatus](docs/ServiceStatus.md)
166181
- [UserSupportEmailRequest](docs/UserSupportEmailRequest.md)
182+
- [UserVaultItemInput](docs/UserVaultItemInput.md)
183+
- [UserVaultItemOutput](docs/UserVaultItemOutput.md)
184+
- [UserVaultType](docs/UserVaultType.md)
167185
- [ValidationError](docs/ValidationError.md)
168186
- [ValidationErrorLocInner](docs/ValidationErrorLocInner.md)
169187

docs/CServeRecipeInput.md renamed to docs/CServeRecipe.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CServeRecipeInput
1+
# CServeRecipe
22

33
Base class for deployment planner
44

@@ -14,8 +14,12 @@ Name | Type | Description | Notes
1414
**swap_space** | **int** | | [optional] [default to 0]
1515
**gpu_mem_util** | **float** | | [optional] [default to 0.95]
1616
**max_num_seqs** | **int** | | [optional] [default to 256]
17-
**use_prefix_caching** | **bool** | | [optional]
1817
**offloading_num** | **int** | | [optional] [default to 0]
18+
**use_prefix_caching** | **bool** | | [optional]
19+
**use_chunked_prefill** | **bool** | | [optional]
20+
**chunked_prefill_size** | **int** | | [optional]
21+
**eager_execution** | **bool** | | [optional]
22+
**num_scheduler_steps** | **int** | | [optional]
1923
**use_flashinfer** | **bool** | | [optional] [default to False]
2024
**max_model_len** | **int** | | [optional]
2125
**dtype** | **str** | | [optional] [default to 'auto']
@@ -30,19 +34,19 @@ Name | Type | Description | Notes
3034
## Example
3135

3236
```python
33-
from platform_api_python_client.models.c_serve_recipe_input import CServeRecipeInput
37+
from platform_api_python_client.models.c_serve_recipe import CServeRecipe
3438

3539
# TODO update the JSON string below
3640
json = "{}"
37-
# create an instance of CServeRecipeInput from a JSON string
38-
c_serve_recipe_input_instance = CServeRecipeInput.from_json(json)
41+
# create an instance of CServeRecipe from a JSON string
42+
c_serve_recipe_instance = CServeRecipe.from_json(json)
3943
# print the JSON string representation of the object
40-
print(CServeRecipeInput.to_json())
44+
print(CServeRecipe.to_json())
4145

4246
# convert the object into a dict
43-
c_serve_recipe_input_dict = c_serve_recipe_input_instance.to_dict()
44-
# create an instance of CServeRecipeInput from a dict
45-
c_serve_recipe_input_from_dict = CServeRecipeInput.from_dict(c_serve_recipe_input_dict)
47+
c_serve_recipe_dict = c_serve_recipe_instance.to_dict()
48+
# create an instance of CServeRecipe from a dict
49+
c_serve_recipe_from_dict = CServeRecipe.from_dict(c_serve_recipe_dict)
4650
```
4751
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
4852

docs/CServeRecipePerf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**recipe** | [**CServeRecipeOutput**](CServeRecipeOutput.md) | |
8+
**recipe** | [**CServeV2RecipeOutput**](CServeV2RecipeOutput.md) | |
99
**hardware_instance_id** | **int** | |
1010
**output_tp** | **List[List[object]]** | |
1111
**mean_ttft** | **List[List[object]]** | |

docs/CServeRecipeOutput.md renamed to docs/CServeV2Recipe.md

+26-18
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,56 @@
1-
# CServeRecipeOutput
1+
# CServeV2Recipe
22

3-
Base class for deployment planner
3+
Inputs to start deployment
44

55
## Properties
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
99
**model** | **str** | |
10+
**max_model_len** | **int** | |
1011
**is_embedding_model** | **bool** | | [default to False]
12+
**tokenizer** | **str** | |
1113
**tensor_parallel_size** | **int** | |
1214
**pipeline_parallel_size** | **int** | |
15+
**gpu_mem_util** | **float** | | [default to 0.95]
1316
**block_size** | **int** | | [default to 32]
1417
**swap_space** | **int** | | [default to 0]
15-
**gpu_mem_util** | **float** | | [default to 0.95]
18+
**quantization** | **str** | |
19+
**dtype** | **str** | | [default to 'auto']
20+
**cache_dtype** | **str** | | [default to 'auto']
1621
**max_num_seqs** | **int** | | [default to 256]
17-
**use_prefix_caching** | **bool** | |
18-
**offloading_num** | **int** | | [default to 0]
22+
**eager_execution** | **bool** | | [default to True]
1923
**use_flashinfer** | **bool** | | [default to False]
20-
**max_model_len** | **int** | |
21-
**dtype** | **str** | | [default to 'auto']
22-
**tokenizer** | **str** | |
23-
**spec_proposer** | **str** | |
24+
**offloading_num** | **float** | | [default to 0]
2425
**spec_draft_model** | **str** | |
2526
**spec_tokens** | **int** | |
26-
**spec_prompt_lookup_min** | **int** | |
2727
**spec_prompt_lookup_max** | **int** | |
28-
**seed** | **int** | | [default to 0]
28+
**spec_prompt_lookup_min** | **int** | |
29+
**use_prefix_caching** | **bool** | | [default to False]
30+
**use_chunked_prefill** | **bool** | | [default to False]
31+
**chunked_prefill_size** | **int** | |
32+
**max_seq_len_to_capture** | **int** | | [default to 1024]
33+
**distributed_executor_backend** | **str** | | [default to 'ray']
34+
**spec_max_batch_size** | **int** | |
35+
**spec_max_seq_len** | **int** | |
36+
**num_scheduler_steps** | **int** | | [default to 1]
2937

3038
## Example
3139

3240
```python
33-
from platform_api_python_client.models.c_serve_recipe_output import CServeRecipeOutput
41+
from platform_api_python_client.models.c_serve_v2_recipe import CServeV2Recipe
3442

3543
# TODO update the JSON string below
3644
json = "{}"
37-
# create an instance of CServeRecipeOutput from a JSON string
38-
c_serve_recipe_output_instance = CServeRecipeOutput.from_json(json)
45+
# create an instance of CServeV2Recipe from a JSON string
46+
c_serve_v2_recipe_instance = CServeV2Recipe.from_json(json)
3947
# print the JSON string representation of the object
40-
print(CServeRecipeOutput.to_json())
48+
print(CServeV2Recipe.to_json())
4149

4250
# convert the object into a dict
43-
c_serve_recipe_output_dict = c_serve_recipe_output_instance.to_dict()
44-
# create an instance of CServeRecipeOutput from a dict
45-
c_serve_recipe_output_from_dict = CServeRecipeOutput.from_dict(c_serve_recipe_output_dict)
51+
c_serve_v2_recipe_dict = c_serve_v2_recipe_instance.to_dict()
52+
# create an instance of CServeV2Recipe from a dict
53+
c_serve_v2_recipe_from_dict = CServeV2Recipe.from_dict(c_serve_v2_recipe_dict)
4654
```
4755
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
4856

docs/CServeV2RecipeInput.md

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# CServeV2RecipeInput
2+
3+
Inputs to start deployment
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**model** | **str** | |
10+
**max_model_len** | **int** | | [optional]
11+
**is_embedding_model** | **bool** | | [optional] [default to False]
12+
**tokenizer** | **str** | |
13+
**tensor_parallel_size** | **int** | |
14+
**pipeline_parallel_size** | **int** | |
15+
**gpu_mem_util** | **float** | | [optional] [default to 0.95]
16+
**block_size** | **int** | | [optional] [default to 16]
17+
**swap_space** | **int** | | [optional] [default to 0]
18+
**quantization** | **str** | | [optional]
19+
**dtype** | **str** | | [optional] [default to 'auto']
20+
**cache_dtype** | **str** | | [optional] [default to 'auto']
21+
**max_num_seqs** | **int** | | [optional] [default to 256]
22+
**eager_execution** | **bool** | | [optional] [default to True]
23+
**use_flashinfer** | **bool** | | [optional] [default to False]
24+
**offloading_num** | **float** | | [optional] [default to 0]
25+
**spec_draft_model** | **str** | | [optional]
26+
**spec_tokens** | **int** | | [optional]
27+
**spec_prompt_lookup_max** | **int** | | [optional]
28+
**spec_prompt_lookup_min** | **int** | | [optional]
29+
**use_prefix_caching** | **bool** | | [optional] [default to False]
30+
**use_chunked_prefill** | **bool** | | [optional] [default to False]
31+
**chunked_prefill_size** | **int** | | [optional]
32+
**max_seq_len_to_capture** | **int** | | [optional] [default to 8192]
33+
**distributed_executor_backend** | **str** | | [optional] [default to 'mp']
34+
**spec_max_batch_size** | **int** | | [optional]
35+
**spec_max_seq_len** | **int** | | [optional]
36+
**num_scheduler_steps** | **int** | | [optional] [default to 1]
37+
38+
## Example
39+
40+
```python
41+
from platform_api_python_client.models.c_serve_v2_recipe_input import CServeV2RecipeInput
42+
43+
# TODO update the JSON string below
44+
json = "{}"
45+
# create an instance of CServeV2RecipeInput from a JSON string
46+
c_serve_v2_recipe_input_instance = CServeV2RecipeInput.from_json(json)
47+
# print the JSON string representation of the object
48+
print(CServeV2RecipeInput.to_json())
49+
50+
# convert the object into a dict
51+
c_serve_v2_recipe_input_dict = c_serve_v2_recipe_input_instance.to_dict()
52+
# create an instance of CServeV2RecipeInput from a dict
53+
c_serve_v2_recipe_input_from_dict = CServeV2RecipeInput.from_dict(c_serve_v2_recipe_input_dict)
54+
```
55+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
56+
57+

docs/CServeV2RecipeOutput.md

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# CServeV2RecipeOutput
2+
3+
Inputs to start deployment
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**model** | **str** | |
10+
**max_model_len** | **int** | |
11+
**is_embedding_model** | **bool** | | [default to False]
12+
**tokenizer** | **str** | |
13+
**tensor_parallel_size** | **int** | |
14+
**pipeline_parallel_size** | **int** | |
15+
**gpu_mem_util** | **float** | | [default to 0.95]
16+
**block_size** | **int** | | [default to 16]
17+
**swap_space** | **int** | | [default to 0]
18+
**quantization** | **str** | |
19+
**dtype** | **str** | | [default to 'auto']
20+
**cache_dtype** | **str** | | [default to 'auto']
21+
**max_num_seqs** | **int** | | [default to 256]
22+
**eager_execution** | **bool** | | [default to True]
23+
**use_flashinfer** | **bool** | | [default to False]
24+
**offloading_num** | **float** | | [default to 0]
25+
**spec_draft_model** | **str** | |
26+
**spec_tokens** | **int** | |
27+
**spec_prompt_lookup_max** | **int** | |
28+
**spec_prompt_lookup_min** | **int** | |
29+
**use_prefix_caching** | **bool** | | [default to False]
30+
**use_chunked_prefill** | **bool** | | [default to False]
31+
**chunked_prefill_size** | **int** | |
32+
**max_seq_len_to_capture** | **int** | | [default to 8192]
33+
**distributed_executor_backend** | **str** | | [default to 'mp']
34+
**spec_max_batch_size** | **int** | |
35+
**spec_max_seq_len** | **int** | |
36+
**num_scheduler_steps** | **int** | | [default to 1]
37+
38+
## Example
39+
40+
```python
41+
from platform_api_python_client.models.c_serve_v2_recipe_output import CServeV2RecipeOutput
42+
43+
# TODO update the JSON string below
44+
json = "{}"
45+
# create an instance of CServeV2RecipeOutput from a JSON string
46+
c_serve_v2_recipe_output_instance = CServeV2RecipeOutput.from_json(json)
47+
# print the JSON string representation of the object
48+
print(CServeV2RecipeOutput.to_json())
49+
50+
# convert the object into a dict
51+
c_serve_v2_recipe_output_dict = c_serve_v2_recipe_output_instance.to_dict()
52+
# create an instance of CServeV2RecipeOutput from a dict
53+
c_serve_v2_recipe_output_from_dict = CServeV2RecipeOutput.from_dict(c_serve_v2_recipe_output_dict)
54+
```
55+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
56+
57+

0 commit comments

Comments
 (0)