Package io.milvus.client
Class InsertResponse
- java.lang.Object
-
- io.milvus.client.InsertResponse
-
public class InsertResponse extends java.lang.Object
Contains the returnedresponse
andvectorIds
forinsert
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
getResponse()
java.util.List<java.lang.Long>
getVectorIds()
boolean
ok()
java.lang.String
toString()
-
-
-
Method Detail
-
getVectorIds
public java.util.List<java.lang.Long> getVectorIds()
-
getResponse
public Response getResponse()
-
ok
public boolean ok()
- Returns:
true
if the response status equals SUCCESS
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-