milvus-logo
LFAI
< Docs

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 loadStringTrue
partition_namesName of the partition(s) to loadlist[String]False
usingMilvus Connection used to load the collectionStringFalse

Return

The loading progress (in percentage).

Raises

PartitionNotExistException: error if the partition does not exist.

Feedback

Was this page helpful?