milvus-logo
LFAI
< Docs
  • Python

loading_progress()

This method shows the loading progress of sealed segments (in percentage).

Invocation

loading_progress(collection_name, partition_names=None, using='default')

Parameters

ParameterDescriptionTypeRequired
collection_nameName of the collection to load.StringTrue
partition_namesName of the partition(s) to load.list[String]False
usingMilvus connection used to load the collection.StringFalse

Return

The loading progress (in percentage).

Raises

PartitionNotExistException: error if the partition does not exist.

Feedback

Was this page helpful?