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