RootCauseLocalizationInput.Slices 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.
A list of points at different timestamp. If the slices don't contain point data corresponding to the anomaly timestamp, the root cause localization alogorithm will not calculate the root cause as no information at the anomaly timestamp is provided.
public System.Collections.Generic.List<Microsoft.ML.TimeSeries.MetricSlice> Slices { get; set; }
member this.Slices : System.Collections.Generic.List<Microsoft.ML.TimeSeries.MetricSlice> with get, set
Public Property Slices As List(Of MetricSlice)