Share via


RootCauseLocalizationInput.Slices Property

Definition

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)

Property Value

Applies to