milvus-logo
LFAI
< Docs
  • Python

get_query_segment_info()

This method checks the information of the segments in the query nodes.

Invocation

get_query_segment_info(collection_name, timeout=None, using='default')

Parameters

ParameterDescriptionTypeRequired
collection_nameName of the collection to check.StringTrue
timeoutAn optional duration of time in seconds to allow for the RPC. If it is set to None, the client keeps waiting until the server responds or error occurs.FloatFalse
usingMilvus connection used to check the segments.StringFalse

Return

QuerySegmentInfo.

Feedback

Was this page helpful?