LangfuseExperimentItemLinkCounts
NexusLabs.Foundry.Langfuse¶
LangfuseExperimentItemLinkCounts Class¶
Contains immutable counts of experiment item-link outcomes.
public sealed record LangfuseExperimentItemLinkCounts : System.IEquatable<NexusLabs.Foundry.Langfuse.LangfuseExperimentItemLinkCounts>
Inheritance System.Object 🡒 LangfuseExperimentItemLinkCounts
Implements System.IEquatable<LangfuseExperimentItemLinkCounts>
Constructors¶
LangfuseExperimentItemLinkCounts(int, int, int, int, int) Constructor¶
Initializes item-link counts.
public LangfuseExperimentItemLinkCounts(int linked, int failed, int inconsistent, int notSampled, int disabled);
Parameters¶
linked System.Int32
The number of accepted item links.
failed System.Int32
The number of failed item links.
inconsistent System.Int32
The number of links exposing inconsistent run identity.
notSampled System.Int32
The number of items without a sampled trace.
disabled System.Int32
The number of disabled-mode item links.
Properties¶
LangfuseExperimentItemLinkCounts.Disabled Property¶
Gets the number of disabled-mode item links.
Property Value¶
LangfuseExperimentItemLinkCounts.Failed Property¶
Gets the number of failed item links.
Property Value¶
LangfuseExperimentItemLinkCounts.Inconsistent Property¶
Gets the number of item links exposing inconsistent run identity.
Property Value¶
LangfuseExperimentItemLinkCounts.Linked Property¶
Gets the number of accepted item links.
Property Value¶
LangfuseExperimentItemLinkCounts.NotSampled Property¶
Gets the number of items without a sampled trace to link.
Property Value¶
LangfuseExperimentItemLinkCounts.Total Property¶
Gets the total number of observed item-link outcomes.