C# Класс FailedToGetEmbeddingKeys, Runtime

Exception that gets thrown when the embedding store failed to get the persisted embedding keys for an embedding.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
FailedToGetEmbeddingKeys ( EmbeddingId embedding ) : System,

Initializes an instance of the FailedToGetEmbeddingKeys class.

Описание методов

FailedToGetEmbeddingKeys() публичный Метод

Initializes an instance of the FailedToGetEmbeddingKeys class.
public FailedToGetEmbeddingKeys ( EmbeddingId embedding ) : System,
embedding EmbeddingId The embedding identifier.
Результат System,