PodType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pod type of the index, see https://docs.pinecone.io/docs/indexes#pods-pod-types-and-pod-sizes.
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.SemanticKernel.Connectors.Pinecone.PodTypeJsonConverter))]
public enum PodType
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.SemanticKernel.Connectors.Pinecone.PodTypeJsonConverter))>]
type PodType =
Public Enum PodType
- Inheritance
-
PodType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Represents an undefined or uninitialized PodType. |
| S1X1 | 1 | Enum S1X1 for value: s1.x1 |
| S1X2 | 2 | Enum S1X2 for value: s1.x2 |
| S1X4 | 3 | Enum S1X4 for value: s1.x4 |
| S1X8 | 4 | Enum S1X8 for value: s1.x8 |
| P1X1 | 5 | Enum P1X1 for value: p1.x1 |
| P1X2 | 6 | Enum P1X2 for value: p1.x2 |
| P1X4 | 7 | Enum P1X4 for value: p1.x4 |
| P1X8 | 8 | Enum P1X8 for value: p1.x8 |
| P2X1 | 9 | Enum P2X1 for value: p2.x1 |
| P2X2 | 10 | Enum P2X2 for value: p2.x2 |
| P2X4 | 11 | Enum P2X4 for value: p2.x4 |
| P2X8 | 12 | Enum P2X8 for value: p2.x8 |
| Starter | 13 | Enum Starter for value: starter |
| Nano | 14 | Enum Nano for value: nano |