Partager via


IndexDefinition.NumberOfPods(Int32) Method

Definition

Sets pods for IndexDefinition instance.

public Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition NumberOfPods (int pods);
member this.NumberOfPods : int -> Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition
Public Function NumberOfPods (pods As Integer) As IndexDefinition

Parameters

pods
Int32

The number of pods for the index to use, including replicas.

Returns

Applies to