Skip to content

LangfuseExperimentItemLinkStatus

NexusLabs.Foundry.Langfuse

LangfuseExperimentItemLinkStatus Enum

Describes whether an experiment item trace was linked to its Langfuse dataset run.

public enum LangfuseExperimentItemLinkStatus

Fields

Linked 0

The trace was linked to the dataset run.

Failed 1

Langfuse rejected or failed the link, and best-effort mode continued item execution.

NotSampled 2

No sampled scenario trace was available to link.

Disabled 3

Langfuse was disabled, so no link was attempted.

Inconsistent 4

Langfuse accepted the item link but returned a dataset-run id that conflicts with another successful link observed by this run instance.