Enum ModelStage
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Represents the stages a model can be in during its lifecycle.
public enum ModelStage
Fields
Archived = 3Model has been archived and is no longer active.
Development = 0Model is being developed and tested.
Production = 2Model is deployed in production.
Staging = 1Model is in staging for pre-production testing.