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

    Interface ReadCapacityDedicatedSpecResponse

    The dedicated read capacity of an index, with its current state.

    interface ReadCapacityDedicatedSpecResponse {
        dedicated: ReadCapacityDedicatedConfig;
        mode: string;
        status: ReadCapacityStatus;
    }

    Hierarchy

    • Omit<GeneratedReadCapacityDedicatedSpecResponse, "status">
      • ReadCapacityDedicatedSpecResponse
    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

    The current state of the read capacity configuration.