@@ -86,8 +86,8 @@ def __init__(self, api_client=None):
86
86
self .create_async_inference_task_v1_async_tasks_post_endpoint = _Endpoint (
87
87
settings = {
88
88
"response_type" : (CreateAsyncTaskResponse ,),
89
- "auth" : ["APIKeyHeader " ],
90
- "endpoint_path" : "/async-tasks" ,
89
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -134,8 +134,8 @@ def __init__(self, api_client=None):
134
134
self .create_model_bundle_v1_model_bundles_post_endpoint = _Endpoint (
135
135
settings = {
136
136
"response_type" : (CreateModelBundleResponse ,),
137
- "auth" : ["APIKeyHeader " ],
138
- "endpoint_path" : "/model-bundles" ,
137
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -177,8 +177,8 @@ def __init__(self, api_client=None):
177
177
self .create_model_endpoint_v1_model_endpoints_post_endpoint = _Endpoint (
178
178
settings = {
179
179
"response_type" : (CreateModelEndpointResponse ,),
180
- "auth" : ["APIKeyHeader " ],
181
- "endpoint_path" : "/model-endpoints" ,
180
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -222,8 +222,8 @@ def __init__(self, api_client=None):
222
222
self .create_sync_inference_task_v1_sync_tasks_post_endpoint = _Endpoint (
223
223
settings = {
224
224
"response_type" : (SyncEndpointPredictResponse ,),
225
- "auth" : ["APIKeyHeader " ],
226
- "endpoint_path" : "/sync-tasks" ,
225
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -270,8 +270,8 @@ def __init__(self, api_client=None):
270
270
self .delete_model_endpoint_v1_model_endpoints_model_endpoint_id_delete_endpoint = _Endpoint (
271
271
settings = {
272
272
"response_type" : (DeleteModelEndpointResponse ,),
273
- "auth" : ["APIKeyHeader " ],
274
- "endpoint_path" : "/model-endpoints/{model_endpoint_id}" ,
273
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -314,8 +314,8 @@ def __init__(self, api_client=None):
314
314
self .get_async_inference_task_v1_async_tasks_task_id_get_endpoint = _Endpoint (
315
315
settings = {
316
316
"response_type" : (GetAsyncTaskResponse ,),
317
- "auth" : ["APIKeyHeader " ],
318
- "endpoint_path" : "/async-tasks/{task_id}" ,
317
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -358,8 +358,8 @@ def __init__(self, api_client=None):
358
358
self .get_latest_model_bundle_v1_model_bundles_latest_get_endpoint = _Endpoint (
359
359
settings = {
360
360
"response_type" : (ModelBundleResponse ,),
361
- "auth" : ["APIKeyHeader " ],
362
- "endpoint_path" : "/model-bundles/latest" ,
361
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -402,8 +402,8 @@ def __init__(self, api_client=None):
402
402
self .get_model_bundle_v1_model_bundles_model_bundle_id_get_endpoint = _Endpoint (
403
403
settings = {
404
404
"response_type" : (ModelBundleResponse ,),
405
- "auth" : ["APIKeyHeader " ],
406
- "endpoint_path" : "/model-bundles/{model_bundle_id}" ,
405
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -446,8 +446,8 @@ def __init__(self, api_client=None):
446
446
self .get_model_endpoint_v1_model_endpoints_model_endpoint_id_get_endpoint = _Endpoint (
447
447
settings = {
448
448
"response_type" : (GetModelEndpointResponse ,),
449
- "auth" : ["APIKeyHeader " ],
450
- "endpoint_path" : "/model-endpoints/{model_endpoint_id}" ,
449
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -610,8 +610,8 @@ def __init__(self, api_client=None):
610
610
self .list_model_bundles_v1_model_bundles_get_endpoint = _Endpoint (
611
611
settings = {
612
612
"response_type" : (ListModelBundlesResponse ,),
613
- "auth" : ["APIKeyHeader " ],
614
- "endpoint_path" : "/model-bundles" ,
613
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -656,8 +656,8 @@ def __init__(self, api_client=None):
656
656
self .list_model_endpoints_v1_model_endpoints_get_endpoint = _Endpoint (
657
657
settings = {
658
658
"response_type" : (ListModelEndpointsResponse ,),
659
- "auth" : ["APIKeyHeader " ],
660
- "endpoint_path" : "/model-endpoints" ,
659
+ "auth" : ["HTTPBasic " ],
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 ,
@@ -702,8 +702,8 @@ def __init__(self, api_client=None):
702
702
self .update_model_endpoint_v1_model_endpoints_model_endpoint_id_put_endpoint = _Endpoint (
703
703
settings = {
704
704
"response_type" : (UpdateModelEndpointResponse ,),
705
- "auth" : ["APIKeyHeader " ],
706
- "endpoint_path" : "/model-endpoints/{model_endpoint_id}" ,
705
+ "auth" : ["HTTPBasic " ],
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