From 981b2ec4a321dd32f708face19bd56e215926ae3 Mon Sep 17 00:00:00 2001 From: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:12:06 +0800 Subject: [PATCH] update docs Signed-off-by: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> --- .../v2.5.x/ORM/utility/BulkInsertState.md | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 API_Reference/pymilvus/v2.5.x/ORM/utility/BulkInsertState.md diff --git a/API_Reference/pymilvus/v2.5.x/ORM/utility/BulkInsertState.md b/API_Reference/pymilvus/v2.5.x/ORM/utility/BulkInsertState.md deleted file mode 100644 index a2cf3a23b..000000000 --- a/API_Reference/pymilvus/v2.5.x/ORM/utility/BulkInsertState.md +++ /dev/null @@ -1,33 +0,0 @@ -# BulkInsertState - -This is an enumeration that provides the following constants. - -## Constants - -- **ImportPending** = 0 - - Indicates that the bulk-insert task is pending. - -- **ImportFailed** = 1 - - Indicates that the bulk-insert task failed. - -- **ImportStarted** = 2 - - Indicates that the bulk-insert task has started. - -- **ImportPersisted** = 5 - - Indicates that the bulk-insert task has been persisted. - -- **ImportCompleted** = 6 - - Indicates that the bulk-insert task is completed. - -- **ImportFailedAndCleaned** = 7 - - Indicates that the bulk-insert task failed with data cleaned. - -- **ImportUnknownState** = 100 - - Indicates that the bulk-insert task is in an unknown state. \ No newline at end of file