Data Import
Method related to data imports.
bulkInsert() [READ MORE]
This operation imports the data from a specified data file into Milvus.
getImportState() [READ MORE]
This operation retrieves the current state and metadata of a specific import task. Use this to poll for completion after calling `bulkInsert()`.
listImportTasks() [READ MORE]
List import tasks for a collection, showing the status and details of bulk import operations.