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

Milvus
Zilliz
< Docs
  • Java
    • v2

getImportProgress()

This operation gets the progress of the specified bulk-import job.

public static String getImportProgress(String url, BaseDescribeImportRequest request)

Request Syntax

bulkImport.getImportProgress(
    url,
    request
)

PARAMETERS:

  • url (String) -

    The endpoint of the connected Milvus instance.

  • request (BaseDescribeImportRequest) -

    A BaseImportRequest instance.

RETURN TYPE:

String

RETURNS:

The import progress of the specified import job.

BaseDescribeImportRequest

A BaseDescribeImportRequest instance is implemented in MilvusDescribeImportRequest.

MilvusDescribeImportRequest

MilvusDescribeImportRequest.builder()
    .jobId(String jobId)
    .build()

BUILDER METHODS:

  • jobId(String jobId)

    The ID of an existing import job.

Example


Try Managed Milvus for Free

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

Get Started
Feedback

Was this page helpful?