RootCauseItem Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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))
Parámetros
- rootCause
- Dictionary<String,Object>
Se aplica a
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))
Parámetros
- rootCause
- Dictionary<String,Object>