NAME
Paws::LookoutMetrics::DescribeMetricSetResponse
ATTRIBUTES
AnomalyDetectorArn => Str
The ARN of the detector that contains the dataset.
CreationTime => Str
The time at which the dataset was created.
DimensionList => ArrayRef[Str|Undef]
A list of the dimensions chosen for analysis.
LastModificationTime => Str
The time at which the dataset was last modified.
MetricList => ArrayRef[Paws::LookoutMetrics::Metric]
A list of the metrics defined by the dataset.
MetricSetArn => Str
The ARN of the dataset.
MetricSetDescription => Str
The dataset's description.
MetricSetFrequency => Str
The interval at which the data will be analyzed for anomalies.
Valid values are: "P1D"
, "PT1H"
, "PT10M"
, "PT5M"
=head2 MetricSetName => Str
The name of the dataset.
MetricSource => Paws::LookoutMetrics::MetricSource
Contains information about the dataset's source data.
Offset => Int
The offset in seconds. Only supported for S3 and Redshift datasources.
TimestampColumn => Paws::LookoutMetrics::TimestampColumn
Contains information about the column used for tracking time in your source data.
Timezone => Str
The time zone in which the dataset's data was recorded.