ExperimentAttemptStatus
NexusLabs.Foundry.Evaluation¶
NexusLabs.Foundry.Evaluation.Experiments¶
ExperimentAttemptStatus Enum¶
Describes the terminal state of one operational experiment attempt.
Fields¶
Succeeded 0
The task returned an output before cancellation or timeout.
Failed 1
The task threw a non-cancellation exception.
TimedOut 2
The attempt deadline was requested while the caller token remained active.
Canceled 3
The task canceled without caller cancellation or an attempt deadline.