Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Interface IndexModelStatus

    The status of an index.

    interface IndexModelStatus {
        ready: boolean;
        state: IndexState;
    }

    Hierarchy

    • Omit<GeneratedIndexModelStatus, "state">
      • IndexModelStatus
    Index
    ready: boolean

    Whether the index is ready for use.

    IndexModelStatus

    state: IndexState

    The current state of the index.