Uses of Class
io.metaloom.qdrant.client.http.model.collection.CollectionInfo
Packages that use CollectionInfo
-
Uses of CollectionInfo in io.metaloom.qdrant.client.http.model.collection
Methods in io.metaloom.qdrant.client.http.model.collection that return CollectionInfoModifier and TypeMethodDescriptionCollectionResponse.getResult()CollectionInfo.setConfig(CollectionConfig config) CollectionInfo.setIndexedVectorsCount(int indexedVectorsCount) CollectionInfo.setOptimizerStatus(String optimizerStatus) CollectionInfo.setPayloadSchema(Map<String, PayloadIndexInfo> payloadSchema) CollectionInfo.setPointsCount(int pointsCount) CollectionInfo.setSegmentsCount(int segmentsCount) CollectionInfo.setStatus(CollectionStatus status) CollectionInfo.setVectorsCount(int vectorsCount) Methods in io.metaloom.qdrant.client.http.model.collection with parameters of type CollectionInfo