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

    Interface PreviewReadCapacityDedicatedSpecResponse

    ReadCapacityDedicatedSpecResponse

    interface PreviewReadCapacityDedicatedSpecResponse {
        dedicated: PreviewReadCapacityDedicatedConfig;
        mode: string;
        status: PreviewReadCapacityStatus;
    }
    Index

    ReadCapacityDedicatedSpecResponse

    mode: string

    The mode of the index. Possible values: OnDemand or Dedicated. Defaults to OnDemand. If set to Dedicated, dedicated.node_type, and dedicated.scaling must be specified.

    ReadCapacityDedicatedSpecResponse

    ReadCapacityDedicatedSpecResponse