Skip to content

Commit 18ee718

Browse files
authored
Updated client after Platform API migrated endpoints (#5)
1 parent be82e08 commit 18ee718

File tree

158 files changed

+2047
-3123
lines changed

Some content is hidden

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

158 files changed

+2047
-3123
lines changed

.openapi-generator/FILES

Lines changed: 78 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -6,156 +6,153 @@
66
README.md
77
docs/APIKeyRequest.md
88
docs/APIKeyResponse.md
9-
docs/AddHardwareRequest.md
109
docs/CServeRecipeInput.md
1110
docs/CServeRecipeOutput.md
1211
docs/CServeRecipePerf.md
1312
docs/CServeRecipeResponse.md
14-
docs/ClientSecretResponse.md
1513
docs/CreateCServeDeploymentRequest.md
1614
docs/CreateCServeDeploymentResponse.md
15+
docs/CreateCheckoutRequest.md
16+
docs/CreateCheckoutResponse.md
17+
docs/CreateComputeDeploymentRequest.md
1718
docs/CreateComputeDeploymentResponse.md
18-
docs/CreateComputeDeploymentV2Request.md
19+
docs/CreateInferenceDeploymentRequest.md
1920
docs/CreateInferenceDeploymentResponse.md
20-
docs/CreateInferenceDeploymentV2Request.md
21-
docs/CreatePaymentRequest.md
2221
docs/CreditsResponse.md
2322
docs/DailyBillResponse.md
2423
docs/DeploymentStatus.md
2524
docs/DeploymentStatusRequest.md
26-
docs/DeploymentStatusResponseV2.md
25+
docs/DeploymentStatusResponse.md
2726
docs/DeploymentType.md
2827
docs/DeploymentUsageValue.md
2928
docs/EXTERNALApi.md
30-
docs/FeedbackRequest.md
3129
docs/GetCServeDeploymentResponse.md
3230
docs/GetClusterResponse.md
33-
docs/GetComputeV2DeploymentResponse.md
31+
docs/GetComputeDeploymentResponse.md
3432
docs/GetDeploymentLogResponse.md
33+
docs/GetDeploymentResponse.md
3534
docs/GetDeploymentUsageResponse.md
36-
docs/GetDeploymentV2Response.md
37-
docs/GetInferenceV2DeploymentResponse.md
35+
docs/GetInferenceDeploymentResponse.md
36+
docs/GetPaymentsResponse.md
3837
docs/HTTPValidationError.md
3938
docs/HardwareInstanceResponse.md
40-
docs/HealthStatus.md
4139
docs/ListAPIKeyResponse.md
4240
docs/ListCServeRecipeResponse.md
4341
docs/ListDailyBillResponse.md
4442
docs/ListGetClusterResponse.md
45-
docs/ListGetDeploymentV2Response.md
43+
docs/ListGetDeploymentResponse.md
4644
docs/ListHardwareInstanceResponse.md
47-
docs/ListPaymentMethodResponse.md
4845
docs/ListPrebuiltImageResponse.md
4946
docs/Metric.md
5047
docs/PrebuiltImageResponse.md
48+
docs/ServiceStatus.md
49+
docs/UserSupportEmailRequest.md
5150
docs/ValidationError.md
5251
docs/ValidationErrorLocInner.md
5352
git_push.sh
54-
platform_api_python_client/__init__.py
55-
platform_api_python_client/api/__init__.py
56-
platform_api_python_client/api/external_api.py
57-
platform_api_python_client/api_client.py
58-
platform_api_python_client/api_response.py
59-
platform_api_python_client/configuration.py
60-
platform_api_python_client/exceptions.py
61-
platform_api_python_client/models/__init__.py
62-
platform_api_python_client/models/add_hardware_request.py
63-
platform_api_python_client/models/api_key_request.py
64-
platform_api_python_client/models/api_key_response.py
65-
platform_api_python_client/models/c_serve_recipe_input.py
66-
platform_api_python_client/models/c_serve_recipe_output.py
67-
platform_api_python_client/models/c_serve_recipe_perf.py
68-
platform_api_python_client/models/c_serve_recipe_response.py
69-
platform_api_python_client/models/client_secret_response.py
70-
platform_api_python_client/models/create_c_serve_deployment_request.py
71-
platform_api_python_client/models/create_c_serve_deployment_response.py
72-
platform_api_python_client/models/create_compute_deployment_response.py
73-
platform_api_python_client/models/create_compute_deployment_v2_request.py
74-
platform_api_python_client/models/create_inference_deployment_response.py
75-
platform_api_python_client/models/create_inference_deployment_v2_request.py
76-
platform_api_python_client/models/create_payment_request.py
77-
platform_api_python_client/models/credits_response.py
78-
platform_api_python_client/models/daily_bill_response.py
79-
platform_api_python_client/models/deployment_status.py
80-
platform_api_python_client/models/deployment_status_request.py
81-
platform_api_python_client/models/deployment_status_response_v2.py
82-
platform_api_python_client/models/deployment_type.py
83-
platform_api_python_client/models/deployment_usage_value.py
84-
platform_api_python_client/models/feedback_request.py
85-
platform_api_python_client/models/get_c_serve_deployment_response.py
86-
platform_api_python_client/models/get_cluster_response.py
87-
platform_api_python_client/models/get_compute_v2_deployment_response.py
88-
platform_api_python_client/models/get_deployment_log_response.py
89-
platform_api_python_client/models/get_deployment_usage_response.py
90-
platform_api_python_client/models/get_deployment_v2_response.py
91-
platform_api_python_client/models/get_inference_v2_deployment_response.py
92-
platform_api_python_client/models/hardware_instance_response.py
93-
platform_api_python_client/models/health_status.py
94-
platform_api_python_client/models/http_validation_error.py
95-
platform_api_python_client/models/list_api_key_response.py
96-
platform_api_python_client/models/list_c_serve_recipe_response.py
97-
platform_api_python_client/models/list_daily_bill_response.py
98-
platform_api_python_client/models/list_get_cluster_response.py
99-
platform_api_python_client/models/list_get_deployment_v2_response.py
100-
platform_api_python_client/models/list_hardware_instance_response.py
101-
platform_api_python_client/models/list_payment_method_response.py
102-
platform_api_python_client/models/list_prebuilt_image_response.py
103-
platform_api_python_client/models/metric.py
104-
platform_api_python_client/models/prebuilt_image_response.py
105-
platform_api_python_client/models/validation_error.py
106-
platform_api_python_client/models/validation_error_loc_inner.py
107-
platform_api_python_client/py.typed
108-
platform_api_python_client/rest.py
53+
platform_api_external_client/__init__.py
54+
platform_api_external_client/api/__init__.py
55+
platform_api_external_client/api/external_api.py
56+
platform_api_external_client/api_client.py
57+
platform_api_external_client/api_response.py
58+
platform_api_external_client/configuration.py
59+
platform_api_external_client/exceptions.py
60+
platform_api_external_client/models/__init__.py
61+
platform_api_external_client/models/api_key_request.py
62+
platform_api_external_client/models/api_key_response.py
63+
platform_api_external_client/models/c_serve_recipe_input.py
64+
platform_api_external_client/models/c_serve_recipe_output.py
65+
platform_api_external_client/models/c_serve_recipe_perf.py
66+
platform_api_external_client/models/c_serve_recipe_response.py
67+
platform_api_external_client/models/create_c_serve_deployment_request.py
68+
platform_api_external_client/models/create_c_serve_deployment_response.py
69+
platform_api_external_client/models/create_checkout_request.py
70+
platform_api_external_client/models/create_checkout_response.py
71+
platform_api_external_client/models/create_compute_deployment_request.py
72+
platform_api_external_client/models/create_compute_deployment_response.py
73+
platform_api_external_client/models/create_inference_deployment_request.py
74+
platform_api_external_client/models/create_inference_deployment_response.py
75+
platform_api_external_client/models/credits_response.py
76+
platform_api_external_client/models/daily_bill_response.py
77+
platform_api_external_client/models/deployment_status.py
78+
platform_api_external_client/models/deployment_status_request.py
79+
platform_api_external_client/models/deployment_status_response.py
80+
platform_api_external_client/models/deployment_type.py
81+
platform_api_external_client/models/deployment_usage_value.py
82+
platform_api_external_client/models/get_c_serve_deployment_response.py
83+
platform_api_external_client/models/get_cluster_response.py
84+
platform_api_external_client/models/get_compute_deployment_response.py
85+
platform_api_external_client/models/get_deployment_log_response.py
86+
platform_api_external_client/models/get_deployment_response.py
87+
platform_api_external_client/models/get_deployment_usage_response.py
88+
platform_api_external_client/models/get_inference_deployment_response.py
89+
platform_api_external_client/models/get_payments_response.py
90+
platform_api_external_client/models/hardware_instance_response.py
91+
platform_api_external_client/models/http_validation_error.py
92+
platform_api_external_client/models/list_api_key_response.py
93+
platform_api_external_client/models/list_c_serve_recipe_response.py
94+
platform_api_external_client/models/list_daily_bill_response.py
95+
platform_api_external_client/models/list_get_cluster_response.py
96+
platform_api_external_client/models/list_get_deployment_response.py
97+
platform_api_external_client/models/list_hardware_instance_response.py
98+
platform_api_external_client/models/list_prebuilt_image_response.py
99+
platform_api_external_client/models/metric.py
100+
platform_api_external_client/models/prebuilt_image_response.py
101+
platform_api_external_client/models/service_status.py
102+
platform_api_external_client/models/user_support_email_request.py
103+
platform_api_external_client/models/validation_error.py
104+
platform_api_external_client/models/validation_error_loc_inner.py
105+
platform_api_external_client/py.typed
106+
platform_api_external_client/rest.py
109107
pyproject.toml
110108
requirements.txt
111109
setup.cfg
112110
setup.py
113111
test-requirements.txt
114112
test/__init__.py
115-
test/test_add_hardware_request.py
116113
test/test_api_key_request.py
117114
test/test_api_key_response.py
118115
test/test_c_serve_recipe_input.py
119116
test/test_c_serve_recipe_output.py
120117
test/test_c_serve_recipe_perf.py
121118
test/test_c_serve_recipe_response.py
122-
test/test_client_secret_response.py
123119
test/test_create_c_serve_deployment_request.py
124120
test/test_create_c_serve_deployment_response.py
121+
test/test_create_checkout_request.py
122+
test/test_create_checkout_response.py
123+
test/test_create_compute_deployment_request.py
125124
test/test_create_compute_deployment_response.py
126-
test/test_create_compute_deployment_v2_request.py
125+
test/test_create_inference_deployment_request.py
127126
test/test_create_inference_deployment_response.py
128-
test/test_create_inference_deployment_v2_request.py
129-
test/test_create_payment_request.py
130127
test/test_credits_response.py
131128
test/test_daily_bill_response.py
132129
test/test_deployment_status.py
133130
test/test_deployment_status_request.py
134-
test/test_deployment_status_response_v2.py
131+
test/test_deployment_status_response.py
135132
test/test_deployment_type.py
136133
test/test_deployment_usage_value.py
137134
test/test_external_api.py
138-
test/test_feedback_request.py
139135
test/test_get_c_serve_deployment_response.py
140136
test/test_get_cluster_response.py
141-
test/test_get_compute_v2_deployment_response.py
137+
test/test_get_compute_deployment_response.py
142138
test/test_get_deployment_log_response.py
139+
test/test_get_deployment_response.py
143140
test/test_get_deployment_usage_response.py
144-
test/test_get_deployment_v2_response.py
145-
test/test_get_inference_v2_deployment_response.py
141+
test/test_get_inference_deployment_response.py
142+
test/test_get_payments_response.py
146143
test/test_hardware_instance_response.py
147-
test/test_health_status.py
148144
test/test_http_validation_error.py
149145
test/test_list_api_key_response.py
150146
test/test_list_c_serve_recipe_response.py
151147
test/test_list_daily_bill_response.py
152148
test/test_list_get_cluster_response.py
153-
test/test_list_get_deployment_v2_response.py
149+
test/test_list_get_deployment_response.py
154150
test/test_list_hardware_instance_response.py
155-
test/test_list_payment_method_response.py
156151
test/test_list_prebuilt_image_response.py
157152
test/test_metric.py
158153
test/test_prebuilt_image_response.py
154+
test/test_service_status.py
155+
test/test_user_support_email_request.py
159156
test/test_validation_error.py
160157
test/test_validation_error_loc_inner.py
161158
tox.ini

0 commit comments

Comments
 (0)