Package io.milvus.client
Class GetEntityByIDResponse
- java.lang.Object
-
- io.milvus.client.GetEntityByIDResponse
-
public class GetEntityByIDResponse extends Object
Contains the returnedresponseand either aListoffloatVectorsorbinaryVectorsforgetEntityByID. If the id does not exist, both float and binary vectors corresponding to the id will be empty.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ByteBuffer>getBinaryVectors()List<List<Float>>getFloatVectors()ResponsegetResponse()booleanok()
-