Table of Contents

Enum AutoMLStatus

Namespace
AiDotNet.Enums
Assembly
AiDotNet.dll

Represents the current status of an AutoML search process.

public enum AutoMLStatus

Fields

Cancelled = 3

The AutoML search was cancelled.

Completed = 2

The AutoML search has completed successfully.

Failed = 4

The AutoML search failed with an error.

NotStarted = 0

The AutoML search has not started yet.

Running = 1

The AutoML search is currently running.