View source: R/lookoutmetrics_operations.R
lookoutmetrics_update_metric_set | R Documentation |
Updates a dataset.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_update_metric_set/ for full documentation.
lookoutmetrics_update_metric_set(
MetricSetArn,
MetricSetDescription = NULL,
MetricList = NULL,
Offset = NULL,
TimestampColumn = NULL,
DimensionList = NULL,
MetricSetFrequency = NULL,
MetricSource = NULL,
DimensionFilterList = NULL
)
MetricSetArn |
[required] The ARN of the dataset to update. |
MetricSetDescription |
The dataset's description. |
MetricList |
The metric list. |
Offset |
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. |
TimestampColumn |
The timestamp column. |
DimensionList |
The dimension list. |
MetricSetFrequency |
The dataset's interval. |
MetricSource |
|
DimensionFilterList |
Describes a list of filters for choosing specific dimensions and specific values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.