RootCauseItem Constructors
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.
Overloads
RootCauseItem(Dictionary<String,Object>) | |
RootCauseItem(Dictionary<String,Object>, List<String>) |
RootCauseItem(Dictionary<String,Object>)
public RootCauseItem (System.Collections.Generic.Dictionary<string,object> rootCause);
new Microsoft.ML.TimeSeries.RootCauseItem : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.ML.TimeSeries.RootCauseItem
Public Sub New (rootCause As Dictionary(Of String, Object))
Parameters
- rootCause
- Dictionary<String,Object>
Applies to
RootCauseItem(Dictionary<String,Object>, List<String>)
public RootCauseItem (System.Collections.Generic.Dictionary<string,object> rootCause, System.Collections.Generic.List<string> path);
new Microsoft.ML.TimeSeries.RootCauseItem : System.Collections.Generic.Dictionary<string, obj> * System.Collections.Generic.List<string> -> Microsoft.ML.TimeSeries.RootCauseItem
Public Sub New (rootCause As Dictionary(Of String, Object), path As List(Of String))
Parameters
- rootCause
- Dictionary<String,Object>