CapabilityInformation Class

Definition

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.

Applies to