CapabilityInformation Class
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.
This class represents a capability and associated information, including the capability description, prediction type, and data sources,
public ref class CapabilityInformation : MarshalByRefObject
public class CapabilityInformation : MarshalByRefObject
type CapabilityInformation = class
inherit MarshalByRefObject
Public Class CapabilityInformation
Inherits MarshalByRefObject
- Inheritance
-
CapabilityInformation
Constructors
CapabilityInformation(CapabilityPredictionType, IReadOnlyList<DataSource>, String) |
Constructor for CapabilityInformation |
Properties
DataSources |
Specifies the data sources that the capability analyzes when making a prediction. |
Description |
Specifies the capability description. |
PredictionType |
Specifies the prediction type of the capability, such as forecasting, anomaly detection, or generic. |