Anomaly Detector Metric Set Args
data class AnomalyDetectorMetricSetArgs(val dimensionList: Output<List<String>>? = null, val metricList: Output<List<AnomalyDetectorMetricArgs>>, val metricSetDescription: Output<String>? = null, val metricSetFrequency: Output<AnomalyDetectorMetricSetMetricSetFrequency>? = null, val metricSetName: Output<String>, val metricSource: Output<AnomalyDetectorMetricSourceArgs>, val offset: Output<Int>? = null, val timestampColumn: Output<AnomalyDetectorTimestampColumnArgs>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<AnomalyDetectorMetricSetArgs>
Constructors
Link copied to clipboard
constructor(dimensionList: Output<List<String>>? = null, metricList: Output<List<AnomalyDetectorMetricArgs>>, metricSetDescription: Output<String>? = null, metricSetFrequency: Output<AnomalyDetectorMetricSetMetricSetFrequency>? = null, metricSetName: Output<String>, metricSource: Output<AnomalyDetectorMetricSourceArgs>, offset: Output<Int>? = null, timestampColumn: Output<AnomalyDetectorTimestampColumnArgs>? = null, timezone: Output<String>? = null)
Properties
Link copied to clipboard
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
Contains information about how the source data should be interpreted.
Link copied to clipboard
Contains information about the column used for tracking time in your source data.