Uses of Class
io.milvus.param.collection.CollectionSchemaParam.Builder
-
Packages that use CollectionSchemaParam.Builder Package Description io.milvus.param.collection -
-
Uses of CollectionSchemaParam.Builder in io.milvus.param.collection
Methods in io.milvus.param.collection that return CollectionSchemaParam.Builder Modifier and Type Method Description CollectionSchemaParam.BuilderCollectionSchemaParam.Builder. addFieldType(@NonNull FieldType fieldType)Adds a field.static CollectionSchemaParam.BuilderCollectionSchemaParam. newBuilder()CollectionSchemaParam.BuilderCollectionSchemaParam.Builder. withEnableDynamicField(boolean enableDynamicField)Sets the collection if enableDynamicField.CollectionSchemaParam.BuilderCollectionSchemaParam.Builder. withFieldTypes(@NonNull List<FieldType> fieldTypes)Sets the fieldTypes of the schema.
-