Uses of Class
io.metaloom.qdrant.client.http.model.point.DeleteVectorsResponse
Packages that use DeleteVectorsResponse
Package
Description
-
Uses of DeleteVectorsResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type DeleteVectorsResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.deleteVectors(String collectionName, PointDeleteVectorsRequest request, boolean wait, WriteOrdering ordering) -
Uses of DeleteVectorsResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type DeleteVectorsResponseModifier and TypeMethodDescriptionPointMethods.deleteVectors(String collectionName, PointDeleteVectorsRequest request, boolean wait, WriteOrdering ordering) Delete named vectors from the given points. -
Uses of DeleteVectorsResponse in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return DeleteVectorsResponse