pub enum CandidateKind {
SourceIssue,
DuplicateCandidate,
ProfileGap,
ServiceLineMapping,
SourceFreshness,
}Expand description
Decision choices for candidate kind in the data-quality hygiene workflow; each value routes reviewed source facts to the right queue, draft, or staff gate.
Variants§
SourceIssue
Selects source issue for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
DuplicateCandidate
Selects duplicate candidate for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
ProfileGap
Selects profile gap for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
ServiceLineMapping
Selects service line mapping for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
SourceFreshness
Selects source freshness for the data-quality hygiene decision model so the app can choose a review, evidence, or draft path without taking live action.
Trait Implementations§
Source§impl Clone for CandidateKind
impl Clone for CandidateKind
Source§fn clone(&self) -> CandidateKind
fn clone(&self) -> CandidateKind
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more