Uses of Class
io.milvus.param.collection.GetLoadingProgressParam.Builder
Packages that use GetLoadingProgressParam.Builder
-
Uses of GetLoadingProgressParam.Builder in io.milvus.param.collection
Methods in io.milvus.param.collection that return GetLoadingProgressParam.BuilderModifier and TypeMethodDescriptionGetLoadingProgressParam.Builder.addPartitionName(@NonNull String partitionName) Adds a partition by name.GetLoadingProgressParam.newBuilder()GetLoadingProgressParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.GetLoadingProgressParam.Builder.withDatabaseName(String databaseName) Sets the database name.GetLoadingProgressParam.Builder.withPartitionNames(@NonNull List<String> partitionNames) Sets partition names list(Optional).Constructors in io.milvus.param.collection with parameters of type GetLoadingProgressParam.BuilderModifierConstructorDescriptionGetLoadingProgressParam(@NonNull GetLoadingProgressParam.Builder builder)