CatalogModelInstanceStatus 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 CatalogModelInstanceStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AI.MachineLearning.MachineLearningContract, 131072)]
enum class CatalogModelInstanceStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AI.MachineLearning.MachineLearningContract), 131072)]
public enum CatalogModelInstanceStatus
var value = Microsoft.Windows.AI.MachineLearning.CatalogModelInstanceStatus.available
Public Enum CatalogModelInstanceStatus
- Inheritance
-
CatalogModelInstanceStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Available | 0 | |
| InProgress | 1 | |
| Unavailable | 2 |