Table of Contents

Enum ModelStage

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Represents the stages a model can be in during its lifecycle.

public enum ModelStage

Fields

Archived = 3

Model has been archived and is no longer active.

Development = 0

Model is being developed and tested.

Production = 2

Model is deployed in production.

Staging = 1

Model is in staging for pre-production testing.