Class EmbeddingProfileActivationResult
- Namespace
- MailFathom.Application.Emails.Embeddings.Generations
- Assembly
- MailFathom.Application.dll
What one activation did, and which generation it did it to.
public sealed record EmbeddingProfileActivationResult : IEquatable<EmbeddingProfileActivationResult>
- Inheritance
-
EmbeddingProfileActivationResult
- Implements
- Inherited Members
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.
Constructors
- EmbeddingProfileActivationResult(EmbeddingProfileActivationOutcome, EmbeddingProfileId)
What one activation did, and which generation it did it to.
Properties
- Outcome
What the activation did.
- ProfileId
The generation the outcome is about.