Skip to content

ExperimentRetryableOutcome

NexusLabs.Foundry.Evaluation

NexusLabs.Foundry.Evaluation.Experiments

ExperimentRetryableOutcome Enum

Identifies execution outcomes that a retry policy may select.

public enum ExperimentRetryableOutcome

Fields

None 0

No execution outcome is retried.

ExecutionFailure 1

Retry task execution failures.

Timeout 2

Retry attempt timeouts.

TaskCancellation 4

Retry task-originated cancellation.