Skip to content

ExperimentItemCorrelation

NexusLabs.Foundry.Evaluation

NexusLabs.Foundry.Evaluation.Experiments

ExperimentItemCorrelation Class

Provides one namespaced provider identifier associated with an experiment item.

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

Inheritance System.Object 🡒 ExperimentItemCorrelation

Implements System.IEquatable<ExperimentItemCorrelation>

Properties

ExperimentItemCorrelation.Name Property

Gets the identifier name within Namespace.

public string Name { get; init; }

Property Value

System.String

ExperimentItemCorrelation.Namespace Property

Gets the provider-owned correlation namespace.

public string Namespace { get; init; }

Property Value

System.String

ExperimentItemCorrelation.Value Property

Gets the provider identifier value.

public string Value { get; init; }

Property Value

System.String