ExperimentRetryContext
NexusLabs.Foundry.Evaluation¶
NexusLabs.Foundry.Evaluation.Experiments¶
ExperimentRetryContext Class¶
Provides one completed execution attempt to a retry policy.
public sealed record ExperimentRetryContext : System.IEquatable<NexusLabs.Foundry.Evaluation.Experiments.ExperimentRetryContext>
Inheritance System.Object 🡒 ExperimentRetryContext
Implements System.IEquatable<ExperimentRetryContext>
Properties¶
ExperimentRetryContext.Attempt Property¶
Gets the completed execution attempt.
Property Value¶
ExperimentRetryContext.CaseId Property¶
Gets the case identifier.
Property Value¶
ExperimentRetryContext.RunId Property¶
Gets the caller-supplied run identifier.
Property Value¶
ExperimentRetryContext.Sequence Property¶
Gets the zero-based stable item sequence.
Property Value¶
ExperimentRetryContext.TrialIndex Property¶
Gets the one-based statistical trial index.