ExperimentMetricDiagnosticSnapshot
NexusLabs.Foundry.Evaluation¶
NexusLabs.Foundry.Evaluation.Experiments¶
ExperimentMetricDiagnosticSnapshot Class¶
Provides an immutable normalized metric diagnostic.
public sealed record ExperimentMetricDiagnosticSnapshot : System.IEquatable<NexusLabs.Foundry.Evaluation.Experiments.ExperimentMetricDiagnosticSnapshot>
Inheritance System.Object 🡒 ExperimentMetricDiagnosticSnapshot
Implements System.IEquatable<ExperimentMetricDiagnosticSnapshot>
Properties¶
ExperimentMetricDiagnosticSnapshot.Message Property¶
Gets the diagnostic message.
Property Value¶
ExperimentMetricDiagnosticSnapshot.Severity Property¶
Gets the normalized diagnostic severity.
public NexusLabs.Foundry.Evaluation.Experiments.ExperimentMetricDiagnosticSeverity Severity { get; init; }