ForecastingResult 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.
The ForecastingResult class represents the result of a forecasting prediction.
public ref class ForecastingResult : MarshalByRefObject
public class ForecastingResult : MarshalByRefObject
type ForecastingResult = class
inherit MarshalByRefObject
Public Class ForecastingResult
Inherits MarshalByRefObject
- Inheritance
-
ForecastingResult
Constructors
ForecastingResult(String, String, PredictionStatus, String, Nullable<Double>, IReadOnlyList<DataRecord>, IReadOnlyList<DataRecord>) |
Constructor for ForecastingResult |
Properties
Identifier |
Specifies the unique identifier for the series being analyzed. |
IdentifierFriendlyName |
Specifies the friendly name for the series being analyzed. |
Limit |
Specifies the upper bound for the series. |
ObservationSeries |
The data records for the past historical data. |
Prediction |
The data records for the forecast. |
Status |
Specifies the status of the prediction. |
StatusDescription |
Specifies the description associated with the status. |