Class InsertParam
- java.lang.Object
-
- io.milvus.param.dml.InsertParam
-
public class InsertParam extends java.lang.Object
Parameters forinsert
interface.
-
-
Nested Class Summary
Modifier and Type Class Description static class
InsertParam.Builder
Builder forInsertParam
class.static class
InsertParam.Field
Internal class for insert data.
-
Method Summary
Modifier and Type Method Description static InsertParam.Builder
newBuilder()
java.lang.String
toString()
Constructs aString
byInsertParam
instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
newBuilder
public static InsertParam.Builder newBuilder()
-
toString
public java.lang.String toString()
Constructs aString
byInsertParam
instance.- Overrides:
toString
in classjava.lang.Object
- Returns:
String
-
-