You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_return_http_data_only (bool): response data without head status
@@ -354,6 +358,8 @@ def __describe_index_stats(
354
358
'_check_return_type', True
355
359
)
356
360
kwargs['_host_index'] =kwargs.get('_host_index')
361
+
kwargs['describe_index_stats_request'] = \
362
+
describe_index_stats_request
357
363
returnself.call_with_http_info(**kwargs)
358
364
359
365
self.describe_index_stats=_Endpoint(
@@ -364,6 +370,121 @@ def __describe_index_stats(
364
370
],
365
371
'endpoint_path': '/describe_index_stats',
366
372
'operation_id': 'describe_index_stats',
373
+
'http_method': 'POST',
374
+
'servers': None,
375
+
},
376
+
params_map={
377
+
'all': [
378
+
'describe_index_stats_request',
379
+
],
380
+
'required': [
381
+
'describe_index_stats_request',
382
+
],
383
+
'nullable': [
384
+
],
385
+
'enum': [
386
+
],
387
+
'validation': [
388
+
]
389
+
},
390
+
root_map={
391
+
'validations': {
392
+
},
393
+
'allowed_values': {
394
+
},
395
+
'openapi_types': {
396
+
'describe_index_stats_request':
397
+
(DescribeIndexStatsRequest,),
398
+
},
399
+
'attribute_map': {
400
+
},
401
+
'location_map': {
402
+
'describe_index_stats_request': 'body',
403
+
},
404
+
'collection_format_map': {
405
+
}
406
+
},
407
+
headers_map={
408
+
'accept': [
409
+
'application/json'
410
+
],
411
+
'content_type': [
412
+
'application/json'
413
+
]
414
+
},
415
+
api_client=api_client,
416
+
callable=__describe_index_stats
417
+
)
418
+
419
+
def__describe_index_stats1(
420
+
self,
421
+
**kwargs
422
+
):
423
+
"""DescribeIndexStats # noqa: E501
424
+
425
+
The `DescribeIndexStats` operation returns statistics about the index's contents. For example: The vector count per namespace and the number of dimensions. # noqa: E501
426
+
This method makes a synchronous HTTP request by default. To make an
0 commit comments