Uses of Class
io.milvus.param.highlevel.collection.CreateSimpleCollectionParam.Builder
Packages that use CreateSimpleCollectionParam.Builder
-
Uses of CreateSimpleCollectionParam.Builder in io.milvus.param.highlevel.collection
Methods in io.milvus.param.highlevel.collection that return CreateSimpleCollectionParam.BuilderModifier and TypeMethodDescriptionCreateSimpleCollectionParam.newBuilder()CreateSimpleCollectionParam.Builder.withAutoId(boolean autoId) Sets the autoId.CreateSimpleCollectionParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.CreateSimpleCollectionParam.Builder.withConsistencyLevel(@NonNull ConsistencyLevelEnum consistencyLevel) Sets the consistency level.CreateSimpleCollectionParam.Builder.withDescription(@NonNull String description) Sets the collection description.CreateSimpleCollectionParam.Builder.withDimension(int dimension) Sets the collection vector dimension.CreateSimpleCollectionParam.Builder.withMaxLength(@NonNull Integer maxLength) Sets the primaryFiled maxLength.CreateSimpleCollectionParam.Builder.withMetricType(@NonNull MetricType metricType) Sets the metricType of vectorField.CreateSimpleCollectionParam.Builder.withPrimaryField(@NonNull String primaryField) Sets the primaryFiled name.CreateSimpleCollectionParam.Builder.withPrimaryFieldType(@NonNull DataType primaryFieldType) Sets the primaryFiled type.CreateSimpleCollectionParam.Builder.withSyncLoad(boolean syncLoad) Sets the SyncLoad when loadCollectionCreateSimpleCollectionParam.Builder.withVectorField(@NonNull String vectorField) Sets the vectorField name.