AnomalyDetectorMetricSet

data class AnomalyDetectorMetricSet(val dimensionList: List<String>? = null, val metricList: List<AnomalyDetectorMetric>, val metricSetDescription: String? = null, val metricSetFrequency: AnomalyDetectorMetricSetMetricSetFrequency? = null, val metricSetName: String, val metricSource: AnomalyDetectorMetricSource, val offset: Int? = null, val timestampColumn: AnomalyDetectorTimestampColumn? = null, val timezone: String? = null)

Constructors

Link copied to clipboard
fun AnomalyDetectorMetricSet(dimensionList: List<String>? = null, metricList: List<AnomalyDetectorMetric>, metricSetDescription: String? = null, metricSetFrequency: AnomalyDetectorMetricSetMetricSetFrequency? = null, metricSetName: String, metricSource: AnomalyDetectorMetricSource, offset: Int? = null, timestampColumn: AnomalyDetectorTimestampColumn? = null, timezone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dimensionList: List<String>? = null

Dimensions for this MetricSet.

Link copied to clipboard

Metrics captured by this MetricSet.

Link copied to clipboard

A description for the MetricSet.

Link copied to clipboard

A frequency period to aggregate the data

Link copied to clipboard

The name of the MetricSet.

Link copied to clipboard
Link copied to clipboard
val offset: Int? = null

Offset, in seconds, between the frequency interval and the time at which the metrics are available.

Link copied to clipboard
Link copied to clipboard
val timezone: String? = null