Uses of Class
io.milvus.client.GetVectorByIdResponse
-
Packages that use GetVectorByIdResponse Package Description io.milvus.client -
-
Uses of GetVectorByIdResponse in io.milvus.client
Methods in io.milvus.client that return GetVectorByIdResponse Modifier and Type Method Description GetVectorByIdResponseMilvusClient. getVectorById(String collectionName, Long id)Gets either a float or binary vector by id.GetVectorByIdResponseMilvusGrpcClient. getVectorById(String collectionName, Long id)
-