类 FieldType.Builder
java.lang.Object
com.walker.support.milvus.FieldType.Builder
- 封闭类:
FieldType
-
方法概要
修饰符和类型方法说明addTypeParam(String key, String value) build()withDataType(DataType dataType) withDescription(String description) withDimension(Integer dimension) withMaxLength(Integer maxLength) withPrimaryKey(boolean primaryKey) withTypeParams(Map<String, String> typeParams)
-
方法详细资料
-
withName
-
withPrimaryKey
-
withDescription
-
withDataType
-
addTypeParam
-
withTypeParams
-
withDimension
-
withMaxLength
-
build
- 抛出:
ParamException
-