lookoutmetrics_update_metric_set: Updates a dataset

View source: R/lookoutmetrics_operations.R

lookoutmetrics_update_metric_setR Documentation

Updates a dataset

Description

Updates a dataset.

See https://www.paws-r-sdk.com/docs/lookoutmetrics_update_metric_set/ for full documentation.

Usage

lookoutmetrics_update_metric_set(
  MetricSetArn,
  MetricSetDescription = NULL,
  MetricList = NULL,
  Offset = NULL,
  TimestampColumn = NULL,
  DimensionList = NULL,
  MetricSetFrequency = NULL,
  MetricSource = NULL,
  DimensionFilterList = NULL
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.