Skip to content

LangfuseExperimentRunOptions

NexusLabs.Foundry.Langfuse

LangfuseExperimentRunOptions Class

Configures the Langfuse dataset run created implicitly by experiment item links.

public sealed record LangfuseExperimentRunOptions : System.IEquatable<NexusLabs.Foundry.Langfuse.LangfuseExperimentRunOptions>

Inheritance System.Object 🡒 LangfuseExperimentRunOptions

Implements System.IEquatable<LangfuseExperimentRunOptions>

Properties

LangfuseExperimentRunOptions.DatasetVersion Property

Gets or sets the optional hosted dataset version timestamp submitted with every item link. A null value links against the latest dataset state.

public System.Nullable<System.DateTimeOffset> DatasetVersion { get; init; }

Property Value

System.Nullable<System.DateTimeOffset>

LangfuseExperimentRunOptions.Description Property

Gets or sets the optional run description submitted with every item link.

public string? Description { get; init; }

Property Value

System.String

LangfuseExperimentRunOptions.Metadata Property

Gets or sets optional structured metadata submitted with every item link.

public object? Metadata { get; init; }

Property Value

System.Object

Remarks

The value is serialized and frozen when the experiment run is created. Later mutations to the original object do not change the submitted metadata.