C# Класс EmbeddingLoopDetected, Runtime

Exception that gets thrown when a loop is detected in an embedding.
Наследование: Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the EmbeddingLoopDetected class.

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

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

Initializes a new instance of the EmbeddingLoopDetected class.
public EmbeddingLoopDetected ( EmbeddingId embedding ) : System,
embedding EmbeddingId The
Результат System,