mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[sip e2e] Add new func get_query_segment_info of client file (#14151)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
c32e964978
commit
989c61dd72
@ -490,6 +490,12 @@ class MilvusClient(object):
|
||||
collection_name = self._collection_name
|
||||
return self._milvus.release_partitions(collection_name, tag_names, timeout=timeout)
|
||||
|
||||
@time_wrapper
|
||||
def get_query_segment_info(self, collection_name=None, timeout=300, **kwargs):
|
||||
if collection_name is None:
|
||||
collection_name = self._collection_name
|
||||
return self._milvus.get_query_segment_info(collection_name, timeout=timeout, **kwargs)
|
||||
|
||||
@time_wrapper
|
||||
def scene_test(self, collection_name=None, vectors=None, ids=None):
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user