Statistical Time Series Filter Args
data class StatisticalTimeSeriesFilterArgs(val numTimeSeries: Output<Int>? = null, val rankingMethod: Output<StatisticalTimeSeriesFilterRankingMethod>? = null) : ConvertibleToJava<StatisticalTimeSeriesFilterArgs>
A filter that ranks streams based on their statistical relation to other streams in a request. Note: This field is deprecated and completely ignored by the API.
Constructors
Link copied to clipboard
constructor(numTimeSeries: Output<Int>? = null, rankingMethod: Output<StatisticalTimeSeriesFilterRankingMethod>? = null)
Properties
Link copied to clipboard
How many time series to output.
Link copied to clipboard
rankingMethod is applied to a set of time series, and then the produced value for each individual time series is used to compare a given time series to others. These are methods that cannot be applied stream-by-stream, but rather require the full context of a request to evaluate time series.