Skip to content

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.

public int Disabled { get; }

Property Value

System.Int32

LangfuseExperimentItemLinkCounts.Failed Property

Gets the number of failed item links.

public int Failed { get; }

Property Value

System.Int32

LangfuseExperimentItemLinkCounts.Inconsistent Property

Gets the number of item links exposing inconsistent run identity.

public int Inconsistent { get; }

Property Value

System.Int32

LangfuseExperimentItemLinkCounts.Linked Property

Gets the number of accepted item links.

public int Linked { get; }

Property Value

System.Int32

LangfuseExperimentItemLinkCounts.NotSampled Property

Gets the number of items without a sampled trace to link.

public int NotSampled { get; }

Property Value

System.Int32

LangfuseExperimentItemLinkCounts.Total Property

Gets the total number of observed item-link outcomes.

public int Total { get; }

Property Value

System.Int32