HttpImportProgressReq

This interface defines the request body for getImportJobProgress().

interface HttpImportProgressReq

FIELDS:

  • jobId (string) -

    [REQUIRED]

    Specifies the import job ID.

  • dbName (string) -

    Specifies the database name.

Example

const request = {
    jobId: 'job-1234567890',
};

Try Managed Milvus for Free

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

Get Started
Feedback

Was this page helpful?