PineconeIndex(IndexDefinition, IndexStatus) Constructor
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.
Initializes a new instance of the PineconeIndex class.
[System.Text.Json.Serialization.JsonConstructor]
public PineconeIndex (Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition configuration, Microsoft.SemanticKernel.Connectors.Pinecone.IndexStatus status);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.SemanticKernel.Connectors.Pinecone.PineconeIndex : Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition * Microsoft.SemanticKernel.Connectors.Pinecone.IndexStatus -> Microsoft.SemanticKernel.Connectors.Pinecone.PineconeIndex
Public Sub New (configuration As IndexDefinition, status As IndexStatus)
Parameters
- configuration
- IndexDefinition
Index configuration.
- status
- IndexStatus
Index status.
- Attributes