Package io.milvus.param.collection
Class FieldType
- java.lang.Object
-
- io.milvus.param.collection.FieldType
-
public class FieldType extends Object
Parameters for a collection field.- See Also:
CreateCollectionParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldType.BuilderBuilder forFieldTypeclass.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDimension()intgetMaxCapacity()intgetMaxLength()static FieldType.BuildernewBuilder()
-
-
-
Method Detail
-
getDimension
public int getDimension()
-
getMaxLength
public int getMaxLength()
-
getMaxCapacity
public int getMaxCapacity()
-
newBuilder
public static FieldType.Builder newBuilder()
-
-