Enum TrialStatus
Represents the status of a hyperparameter trial.
public enum TrialStatus
Fields
Complete = 1Trial completed successfully.
Failed = 3Trial failed with an error.
Pruned = 2Trial was pruned (stopped early).
Running = 0Trial is currently running.