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

    Interface CreateIndexFromBackupResponse

    The response for creating an index from a backup.

    CreateIndexFromBackupResponse

    interface CreateIndexFromBackupResponse {
        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