Class: Aws::LookoutMetrics::Types::DescribeMetricSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DescribeMetricSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The ARN of the detector that contains the dataset.
-
#creation_time ⇒ Time
The time at which the dataset was created.
-
#dimension_filter_list ⇒ Array<Types::MetricSetDimensionFilter>
The dimensions and their values that were used to filter the dataset.
-
#dimension_list ⇒ Array<String>
A list of the dimensions chosen for analysis.
-
#last_modification_time ⇒ Time
The time at which the dataset was last modified.
-
#metric_list ⇒ Array<Types::Metric>
A list of the metrics defined by the dataset.
-
#metric_set_arn ⇒ String
The ARN of the dataset.
-
#metric_set_description ⇒ String
The dataset’s description.
-
#metric_set_frequency ⇒ String
The interval at which the data will be analyzed for anomalies.
-
#metric_set_name ⇒ String
The name of the dataset.
-
#metric_source ⇒ Types::MetricSource
Contains information about the dataset’s source data.
-
#offset ⇒ Integer
After an interval ends, the amount of seconds that the detector waits before importing data.
-
#timestamp_column ⇒ Types::TimestampColumn
Contains information about the column used for tracking time in your source data.
-
#timezone ⇒ String
The time zone in which the dataset’s data was recorded.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the detector that contains the dataset.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the dataset was created.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#dimension_filter_list ⇒ Array<Types::MetricSetDimensionFilter>
The dimensions and their values that were used to filter the dataset.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#dimension_list ⇒ Array<String>
A list of the dimensions chosen for analysis.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time at which the dataset was last modified.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#metric_list ⇒ Array<Types::Metric>
A list of the metrics defined by the dataset.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#metric_set_arn ⇒ String
The ARN of the dataset.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#metric_set_description ⇒ String
The dataset’s description.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#metric_set_frequency ⇒ String
The interval at which the data will be analyzed for anomalies.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#metric_set_name ⇒ String
The name of the dataset.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#metric_source ⇒ Types::MetricSource
Contains information about the dataset’s source data.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#offset ⇒ Integer
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.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#timestamp_column ⇒ Types::TimestampColumn
Contains information about the column used for tracking time in your source data.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The time zone in which the dataset’s data was recorded.
1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1194 class DescribeMetricSetResponse < Struct.new( :metric_set_arn, :anomaly_detector_arn, :metric_set_name, :metric_set_description, :creation_time, :last_modification_time, :offset, :metric_list, :timestamp_column, :dimension_list, :metric_set_frequency, :timezone, :metric_source, :dimension_filter_list) SENSITIVE = [] include Aws::Structure end |