We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9627622 commit da333eeCopy full SHA for da333ee
pymilvus/milvus_client/milvus_client.py
@@ -1853,8 +1853,8 @@ def list_loaded_segments(
1853
)
1854
return [
1855
LoadedSegmentInfo(
1856
- info.segment_id,
1857
- info.collection_id,
+ info.segmentID,
+ info.collectionID,
1858
collection_name,
1859
info.num_rows,
1860
info.is_sorted,
@@ -1887,8 +1887,8 @@ def list_persistent_segments(
1887
1888
1889
SegmentInfo(
1890
1891
1892
1893
1894
0 commit comments