Skip to content

ExperimentSourceReference

NexusLabs.Foundry.Evaluation

NexusLabs.Foundry.Evaluation.Experiments

ExperimentSourceReference Class

Identifies the provider-neutral source from which experiment cases were materialized.

public sealed record ExperimentSourceReference : System.IEquatable<NexusLabs.Foundry.Evaluation.Experiments.ExperimentSourceReference>

Inheritance System.Object 🡒 ExperimentSourceReference

Implements System.IEquatable<ExperimentSourceReference>

Properties

ExperimentSourceReference.Id Property

Gets an optional stable source identifier.

public string? Id { get; init; }

Property Value

System.String

ExperimentSourceReference.Name Property

Gets the human-readable source name.

public string Name { get; init; }

Property Value

System.String

ExperimentSourceReference.Version Property

Gets an optional source version.

public string? Version { get; init; }

Property Value

System.String