Class FieldType

java.lang.Object
io.milvus.param.collection.FieldType

public class FieldType extends Object
Parameters for a collection field.
See Also:
  • Method Details

    • getDimension

      public int getDimension()
    • getMaxLength

      public int getMaxLength()
    • getMaxCapacity

      public int getMaxCapacity()
    • newBuilder

      public static FieldType.Builder newBuilder()