ExperimentMetricNonFiniteValue
NexusLabs.Foundry.Evaluation¶
NexusLabs.Foundry.Evaluation.Experiments¶
ExperimentMetricNonFiniteValue Enum¶
Identifies a non-finite numeric metric value that cannot be represented as a JSON number.
Fields¶
NaN 0
The source value is not a number.
PositiveInfinity 1
The source value is positive infinity.
NegativeInfinity 2
The source value is negative infinity.