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