Pinecone TypeScript SDK - v9.0.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