Constructor EmbeddingProfileActivationResult
- Namespace
- MailFathom.Application.Emails.Embeddings.Generations
- Assembly
- MailFathom.Application.dll
EmbeddingProfileActivationResult(EmbeddingProfileActivationOutcome, EmbeddingProfileId)
What one activation did, and which generation it did it to.
public EmbeddingProfileActivationResult(EmbeddingProfileActivationOutcome Outcome, EmbeddingProfileId ProfileId)
Parameters
OutcomeEmbeddingProfileActivationOutcomeWhat the activation did.
ProfileIdEmbeddingProfileIdThe generation the outcome is about.
Remarks
The identifier is present on every outcome, including the refused one, because what an operator needs next differs by outcome and each answer names a row: the generation now being built, the one already serving, or the one whose reindex is in the way.