Package io.milvus.client
Class InsertResponse
- java.lang.Object
-
- io.milvus.client.InsertResponse
-
public class InsertResponse extends Object
Contains the returnedresponseandvectorIdsforinsert
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsegetResponse()List<Long>getVectorIds()booleanok()StringtoString()
-