Skip to content

EvaluationThresholdStatus

NexusLabs.Foundry.Evaluation

NexusLabs.Foundry.Evaluation

EvaluationThresholdStatus Enum

Identifies the observed outcome of one evaluation threshold.

public enum EvaluationThresholdStatus

Fields

Passed 0

The metric satisfies the threshold.

Failed 1

The metric violates the threshold.

Missing 2

No metric with the required name was available.

Invalid 3

The metric was present but did not contain a valid value of the required kind.