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

    Interface PreviewByocDeployment

    Deployment configuration for a bring-your-own-compute (BYOC) index.

    ByocDeployment

    interface PreviewByocDeployment {
        deploymentType: "byoc";
        environment: string;
    }
    Index
    deploymentType: "byoc"

    Identifies this as a BYOC deployment. Must be byoc.

    ByocDeployment

    environment: string

    The BYOC environment where the index is hosted.

    ByocDeployment