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

    Interface ByocSpecResponse

    Configuration of a BYOC index.

    ByocSpecResponse

    interface ByocSpecResponse {
        environment: string;
        readCapacity: ReadCapacityResponse;
        schema?: MetadataSchema;
    }
    Index
    environment: string

    The environment where the index is hosted.

    ByocSpecResponse

    readCapacity: ReadCapacityResponse

    ByocSpecResponse

    ByocSpecResponse