csharp
public record class CandidateVerdictWhat placement decided about one candidate, and why.
Fields and properties (5)
public ShardId ShardWhich candidate.
public PlacementFilter ExcludedThe filter that rejected it, or None.
public double ScoreIts total, when it was scored.
public IReadOnlyList<ScoreTerm> TermsWhere the total came from.
public bool WasScoredWhether this candidate was scored at all.
Methods (2)
public CandidateVerdict(ShardId Shard, PlacementFilter Excluded, double Score, IReadOnlyList<ScoreTerm> Terms)What placement decided about one candidate, and why.
public override string ToString()Returns a string that represents the current object.
Used by (3)
- PlacementDecisionVixen.Live.Orchestrator
- PlacementDirectorVixen.Live.Orchestrator
- PlacementDirectorTestsVixen.Live.Orchestrator.Tests