LangfuseDataset
NexusLabs.Foundry.Langfuse¶
LangfuseDataset Class¶
Describes one hosted Langfuse dataset.
public sealed record LangfuseDataset : System.IEquatable<NexusLabs.Foundry.Langfuse.LangfuseDataset>
Inheritance System.Object 🡒 LangfuseDataset
Implements System.IEquatable<LangfuseDataset>
Properties¶
LangfuseDataset.CreatedAt Property¶
Gets the dataset creation timestamp.
Property Value¶
LangfuseDataset.Description Property¶
Gets the optional dataset description.
Property Value¶
LangfuseDataset.ExpectedOutputSchema Property¶
Gets the optional JSON Schema applied to expected outputs.
Property Value¶
System.Nullable<System.Text.Json.JsonElement>
LangfuseDataset.Id Property¶
Gets the stable Langfuse dataset identifier.
Property Value¶
LangfuseDataset.InputSchema Property¶
Gets the optional JSON Schema applied to dataset item inputs.
Property Value¶
System.Nullable<System.Text.Json.JsonElement>
LangfuseDataset.Metadata Property¶
Gets optional structured dataset metadata.
Property Value¶
System.Nullable<System.Text.Json.JsonElement>
LangfuseDataset.Name Property¶
Gets the project-unique dataset name.
Property Value¶
LangfuseDataset.UpdatedAt Property¶
Gets the dataset update timestamp.