Skip to content

EvaluationThresholdKind

NexusLabs.Foundry.Evaluation

NexusLabs.Foundry.Evaluation

EvaluationThresholdKind Enum

Identifies the comparison performed by an evaluation threshold.

public enum EvaluationThresholdKind

Fields

NumericMaximum 0

A numeric metric must not exceed a maximum.

NumericMinimum 1

A numeric metric must meet a minimum.

Boolean 2

A boolean metric must equal an expected value.