Skip to content

ExperimentMetricInterpretationSnapshot

NexusLabs.Foundry.Evaluation

NexusLabs.Foundry.Evaluation.Experiments

ExperimentMetricInterpretationSnapshot Class

Provides an immutable normalized metric interpretation.

public sealed record ExperimentMetricInterpretationSnapshot : System.IEquatable<NexusLabs.Foundry.Evaluation.Experiments.ExperimentMetricInterpretationSnapshot>

Inheritance System.Object 🡒 ExperimentMetricInterpretationSnapshot

Implements System.IEquatable<ExperimentMetricInterpretationSnapshot>

Properties

ExperimentMetricInterpretationSnapshot.Failed Property

Gets a value indicating whether MEAI interpreted the metric as failed.

public bool Failed { get; init; }

Property Value

System.Boolean

ExperimentMetricInterpretationSnapshot.Rating Property

Gets the normalized rating.

public NexusLabs.Foundry.Evaluation.Experiments.ExperimentMetricRating Rating { get; init; }

Property Value

ExperimentMetricRating

ExperimentMetricInterpretationSnapshot.Reason Property

Gets the optional interpretation reason.

public string? Reason { get; init; }

Property Value

System.String