CatalogModelStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class CatalogModelStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AI.MachineLearning.MachineLearningContract, 131072)]
enum class CatalogModelStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AI.MachineLearning.MachineLearningContract), 131072)]
public enum CatalogModelStatus
var value = Microsoft.Windows.AI.MachineLearning.CatalogModelStatus.ready
Public Enum CatalogModelStatus
- Inheritance
-
CatalogModelStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Ready | 0 | |
| NotReady | 1 |