InvokeResult.Status Property
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 overall status of the prediction. This can be different from the individual statuses reported by each AnomalyDetectionResult or ForecastingResult.
public:
property Microsoft::SystemInsights::Common::PredictionStatus Status { Microsoft::SystemInsights::Common::PredictionStatus get(); };
public Microsoft.SystemInsights.Common.PredictionStatus Status { get; }
member this.Status : Microsoft.SystemInsights.Common.PredictionStatus
Public ReadOnly Property Status As PredictionStatus