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

    Interface PreviewCreateIndexFromBackupResponse

    The response for creating an index from a backup.

    CreateIndexFromBackupResponse

    interface PreviewCreateIndexFromBackupResponse {
        indexId: string;
        restoreJobId: string;
    }
    Index
    indexId: string

    The ID of the index that was created from the backup.

    CreateIndexFromBackupResponse

    restoreJobId: string

    The ID of the restore job that was created.

    CreateIndexFromBackupResponse