@@ -87,7 +87,7 @@ def __init__(self, api_client=None):
87
87
settings = {
88
88
"response_type" : (CreateAsyncTaskResponse ,),
89
89
"auth" : ["HTTPBasic" ],
90
- "endpoint_path" : "/async-tasks" ,
90
+ "endpoint_path" : "/v1/ async-tasks" ,
91
91
"operation_id" : "create_async_inference_task_v1_async_tasks_post" ,
92
92
"http_method" : "POST" ,
93
93
"servers" : None ,
@@ -135,7 +135,7 @@ def __init__(self, api_client=None):
135
135
settings = {
136
136
"response_type" : (CreateModelBundleResponse ,),
137
137
"auth" : ["HTTPBasic" ],
138
- "endpoint_path" : "/model-bundles" ,
138
+ "endpoint_path" : "/v1/ model-bundles" ,
139
139
"operation_id" : "create_model_bundle_v1_model_bundles_post" ,
140
140
"http_method" : "POST" ,
141
141
"servers" : None ,
@@ -178,7 +178,7 @@ def __init__(self, api_client=None):
178
178
settings = {
179
179
"response_type" : (CreateModelEndpointResponse ,),
180
180
"auth" : ["HTTPBasic" ],
181
- "endpoint_path" : "/model-endpoints" ,
181
+ "endpoint_path" : "/v1/ model-endpoints" ,
182
182
"operation_id" : "create_model_endpoint_v1_model_endpoints_post" ,
183
183
"http_method" : "POST" ,
184
184
"servers" : None ,
@@ -223,7 +223,7 @@ def __init__(self, api_client=None):
223
223
settings = {
224
224
"response_type" : (SyncEndpointPredictResponse ,),
225
225
"auth" : ["HTTPBasic" ],
226
- "endpoint_path" : "/sync-tasks" ,
226
+ "endpoint_path" : "/v1/ sync-tasks" ,
227
227
"operation_id" : "create_sync_inference_task_v1_sync_tasks_post" ,
228
228
"http_method" : "POST" ,
229
229
"servers" : None ,
@@ -271,7 +271,7 @@ def __init__(self, api_client=None):
271
271
settings = {
272
272
"response_type" : (DeleteModelEndpointResponse ,),
273
273
"auth" : ["HTTPBasic" ],
274
- "endpoint_path" : "/model-endpoints/{model_endpoint_id}" ,
274
+ "endpoint_path" : "/v1/ model-endpoints/{model_endpoint_id}" ,
275
275
"operation_id" : "delete_model_endpoint_v1_model_endpoints_model_endpoint_id_delete" ,
276
276
"http_method" : "DELETE" ,
277
277
"servers" : None ,
@@ -315,7 +315,7 @@ def __init__(self, api_client=None):
315
315
settings = {
316
316
"response_type" : (GetAsyncTaskResponse ,),
317
317
"auth" : ["HTTPBasic" ],
318
- "endpoint_path" : "/async-tasks/{task_id}" ,
318
+ "endpoint_path" : "/v1/ async-tasks/{task_id}" ,
319
319
"operation_id" : "get_async_inference_task_v1_async_tasks_task_id_get" ,
320
320
"http_method" : "GET" ,
321
321
"servers" : None ,
@@ -359,7 +359,7 @@ def __init__(self, api_client=None):
359
359
settings = {
360
360
"response_type" : (ModelBundleResponse ,),
361
361
"auth" : ["HTTPBasic" ],
362
- "endpoint_path" : "/model-bundles/latest" ,
362
+ "endpoint_path" : "/v1/ model-bundles/latest" ,
363
363
"operation_id" : "get_latest_model_bundle_v1_model_bundles_latest_get" ,
364
364
"http_method" : "GET" ,
365
365
"servers" : None ,
@@ -403,7 +403,7 @@ def __init__(self, api_client=None):
403
403
settings = {
404
404
"response_type" : (ModelBundleResponse ,),
405
405
"auth" : ["HTTPBasic" ],
406
- "endpoint_path" : "/model-bundles/{model_bundle_id}" ,
406
+ "endpoint_path" : "/v1/ model-bundles/{model_bundle_id}" ,
407
407
"operation_id" : "get_model_bundle_v1_model_bundles_model_bundle_id_get" ,
408
408
"http_method" : "GET" ,
409
409
"servers" : None ,
@@ -447,7 +447,7 @@ def __init__(self, api_client=None):
447
447
settings = {
448
448
"response_type" : (GetModelEndpointResponse ,),
449
449
"auth" : ["HTTPBasic" ],
450
- "endpoint_path" : "/model-endpoints/{model_endpoint_id}" ,
450
+ "endpoint_path" : "/v1/ model-endpoints/{model_endpoint_id}" ,
451
451
"operation_id" : "get_model_endpoint_v1_model_endpoints_model_endpoint_id_get" ,
452
452
"http_method" : "GET" ,
453
453
"servers" : None ,
@@ -611,7 +611,7 @@ def __init__(self, api_client=None):
611
611
settings = {
612
612
"response_type" : (ListModelBundlesResponse ,),
613
613
"auth" : ["HTTPBasic" ],
614
- "endpoint_path" : "/model-bundles" ,
614
+ "endpoint_path" : "/v1/ model-bundles" ,
615
615
"operation_id" : "list_model_bundles_v1_model_bundles_get" ,
616
616
"http_method" : "GET" ,
617
617
"servers" : None ,
@@ -657,7 +657,7 @@ def __init__(self, api_client=None):
657
657
settings = {
658
658
"response_type" : (ListModelEndpointsResponse ,),
659
659
"auth" : ["HTTPBasic" ],
660
- "endpoint_path" : "/model-endpoints" ,
660
+ "endpoint_path" : "/v1/ model-endpoints" ,
661
661
"operation_id" : "list_model_endpoints_v1_model_endpoints_get" ,
662
662
"http_method" : "GET" ,
663
663
"servers" : None ,
@@ -703,7 +703,7 @@ def __init__(self, api_client=None):
703
703
settings = {
704
704
"response_type" : (UpdateModelEndpointResponse ,),
705
705
"auth" : ["HTTPBasic" ],
706
- "endpoint_path" : "/model-endpoints/{model_endpoint_id}" ,
706
+ "endpoint_path" : "/v1/ model-endpoints/{model_endpoint_id}" ,
707
707
"operation_id" : "update_model_endpoint_v1_model_endpoints_model_endpoint_id_put" ,
708
708
"http_method" : "PUT" ,
709
709
"servers" : None ,
0 commit comments