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

    Interface LegacyByocSpec

    Legacy BYOC deployment information.

    interface LegacyByocSpec {
        environment: string;
        readCapacity: ReadCapacityResponse;
        schema?: undefined;
    }
    Index
    environment: string

    Deployment environment.

    readCapacity: ReadCapacityResponse

    The read capacity object reported by the API.

    schema?: undefined

    Unavailable: the old metadata schema cannot be inferred from the searchable-field schema.