Creates a dataset.
post/CreateMetricSet
Request body
AnomalyDetectorArnstring required
The ARN of the anomaly detector that will use the dataset.
MetricSetNamestring required
The name of the dataset.
MetricSetDescriptionstring
A description of the dataset you are creating.
Offsetinteger
After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
DimensionListColumnName[]
A list of the fields you want to treat as dimensions.
MetricSetFrequency'P1D' | 'PT1H' | 'PT10M' | 'PT5M'
The frequency with which the source data will be analyzed for anomalies.
Timezonestring
The time zone in which your source data was recorded.
Tagsobject
A list of <a href="https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html">tags</a> to apply to the dataset.
Response
Success
MetricSetArnstring
The ARN of the dataset.