🚀 Try Zilliz Cloud, the fully managed Milvus, for free—experience 10x faster performance! Try Now>>

Milvus
Zilliz
< Docs
  • Java
    • v2

listImportJobs()

This operation lists all existing import jobs regarding the specified collection.

public static String listImportJobs(String url, BaseListImportJobsRequest request)

Request Syntax

bulkImport.listImportJobs(
    url,
    request
)

PARAMETERS:

  • url (String) -

    The endpoint of the connected Milvus instance.

  • request (BaseListImportRequest) -

    A BaseImportRequest instance.

RETURN TYPE:

String

RETURNS:

A list of import job IDs of the specified collection.

BaseListImportRequest

A BaseListImportRequest instance is implemented in MilvusListImportRequest.

MilvusListImportRequest

MilvusListImportRequest.builder()
    .collectionName(String collectionName)
    .build()

BUILDER METHODS:

  • collectionName(String collectionName)

    The name of the target collection of this operation.

Example


Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?