Uses of Class
io.milvus.param.highlevel.dml.DeleteIdsParam.Builder
Packages that use DeleteIdsParam.Builder
-
Uses of DeleteIdsParam.Builder in io.milvus.param.highlevel.dml
Methods in io.milvus.param.highlevel.dml that return DeleteIdsParam.BuilderModifier and TypeMethodDescriptionDeleteIdsParam.Builder.addPrimaryId(T primaryId) Specifies primaryId field.static DeleteIdsParam.BuilderDeleteIdsParam.newBuilder()DeleteIdsParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.DeleteIdsParam.Builder.withPartitionName(@NonNull String partitionName) Sets the partition name (Optional).DeleteIdsParam.Builder.withPrimaryIds(@NonNull List<T> primaryIds) Specifies primaryId fields.