milvus-logo
LFAI
< Docs

index_building_progress()

This method shows the index building progress.

Invocation

index_building_progress(collection_name, index_name='', using='default')

Parameters

ParameterDescriptionTypeRequired
collection_nameName of the collection to build indexStringTrue
index_nameName of the index to build. Default index will be checked if it is left blank.StringFalse
usingMilvus Connection used to build the indexStringFalse

Return

A dict type contains the number of the indexed entities and the total entity number.

Raises

  • CollectionNotExistException: error if the collection does not exist.
  • IndexNotExistException: error if the index does not exist.
Feedback

Was this page helpful?