Class GetEntityByIDResponse


  • public class GetEntityByIDResponse
    extends Object
    Contains the returned response and either a List of floatVectors or binaryVectors for getEntityByID. If the id does not exist, both float and binary vectors corresponding to the id will be empty.
    • Method Detail

      • getBinaryVectors

        public List<ByteBuffer> getBinaryVectors()
        Returns:
        a List of ByteBuffer object
      • getResponse

        public Response getResponse()
      • ok

        public boolean ok()
        Returns:
        true if the response status equals SUCCESS