Enum AutoMLStatus
Represents the current status of an AutoML search process.
public enum AutoMLStatus
Fields
Cancelled = 3The AutoML search was cancelled.
Completed = 2The AutoML search has completed successfully.
Failed = 4The AutoML search failed with an error.
NotStarted = 0The AutoML search has not started yet.
Running = 1The AutoML search is currently running.