Skip to content

ExperimentMetricKind

NexusLabs.Foundry.Evaluation

NexusLabs.Foundry.Evaluation.Experiments

ExperimentMetricKind Enum

Identifies the normalized value kind of an experiment metric snapshot.

public enum ExperimentMetricKind

Fields

Numeric 0

The metric contains a nullable numeric value.

Boolean 1

The metric contains a nullable boolean value.

String 2

The metric contains a nullable string value.

None 3

The metric is the MEAI base metric with no typed value.

Unknown 4

The metric is a custom type that is not recognized by this schema version.