CapabilityPredictionType 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.
Specifies the type of prediction.
Each capability can choose a prediction type. The advantage of using these types is that the prediction results will be displayed nicely in Windows Admin Center, as Windows Admin Center knows how to interpret the strongly typed output for each of the prediction types.
public enum class CapabilityPredictionType
public enum CapabilityPredictionType
type CapabilityPredictionType =
Public Enum CapabilityPredictionType
- Inheritance
-
CapabilityPredictionType
Fields
Name | Value | Description |
---|---|---|
Generic | 0 | Specifies a generic capability. |
Forecasting | 1 | Specifies a forecasting capability. |
AnomalyDetection | 2 | Specifies an anomaly detection capability. |
Max | 100 | Invalid capability |