C# 클래스 FailedToGetEmbeddingKeys, Runtime

Exception that gets thrown when the embedding store failed to get the persisted embedding keys for an embedding.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
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,