Class FieldType
- java.lang.Object
-
- io.milvus.param.collection.FieldType
-
public class FieldType extends java.lang.Object
Parameters for a collection field.
-
-
Nested Class Summary
Modifier and Type Class Description static class
FieldType.Builder
Builder forFieldType
class.
-
Method Summary
Modifier and Type Method Description int
getDimension()
static FieldType.Builder
newBuilder()
java.lang.String
toString()
Construct aString
byFieldType
instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDimension
public int getDimension()
-
newBuilder
public static FieldType.Builder newBuilder()
-
toString
public java.lang.String toString()
Construct aString
byFieldType
instance.- Overrides:
toString
in classjava.lang.Object
- Returns:
String
-
-