Pinecone TypeScript SDK - v8.1.0
    Preparing search index...

    Interface StartImportResponse

    The response for the start_import operation.

    StartImportResponse

    interface StartImportResponse {
        id?: string;
    }
    Index
    id?: string

    Unique identifier for the import operation.

    StartImportResponse