You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>An array that describes a data quality metric. Each <code>DataQualityMetric</code> object contains the data quality metric name, its value, a description of the metric, and the affected column.</p>
473
+
*/
474
+
exportinterfaceDataQualityMetric{
475
+
/**
476
+
* <p>The name of the data quality metric.</p>
477
+
*/
478
+
MetricType?: DataQualityMetricType|string;
479
+
480
+
/**
481
+
* <p>A description of the data quality metric.</p>
482
+
*/
483
+
MetricDescription?: string;
484
+
485
+
/**
486
+
* <p>The column that is being monitored.</p>
487
+
*/
488
+
RelatedColumnName?: string;
489
+
490
+
/**
491
+
* <p>The value of the data quality metric.</p>
492
+
*/
493
+
MetricValue?: number;
494
+
}
495
+
496
+
/**
497
+
* <p>An array of <code>DataQualityMetric</code> objects that describes one or more data quality metrics.</p>
498
+
*/
499
+
exportinterfaceMetricSetDataQualityMetric{
500
+
/**
501
+
* <p>The Amazon Resource Name (ARN) of the data quality metric array.</p>
502
+
*/
503
+
MetricSetArn?: string;
504
+
505
+
/**
506
+
* <p>The array of data quality metrics contained in the data quality metric set.</p>
507
+
*/
508
+
DataQualityMetricList?: DataQualityMetric[];
509
+
}
510
+
511
+
/**
512
+
* <p>Aggregated details about the data quality metrics collected for the <code>AnomalyDetectorArn</code> provided in the <a>GetDataQualityMetrics</a> object.</p>
513
+
*/
514
+
exportinterfaceAnomalyDetectorDataQualityMetric{
515
+
/**
516
+
* <p>The start time for the data quality metrics collection.</p>
517
+
*/
518
+
StartTimestamp?: Date;
519
+
520
+
/**
521
+
* <p>An array of <code>DataQualityMetricList</code> objects. Each object in the array contains information about a data quality metric.</p>
* <p>After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3 and Redshift datasources.</p>
1356
+
* <p>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.</p>
* <p>The offset in seconds. Only supported for S3 and Redshift datasources.</p>
1591
+
* <p>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.</p>
* <p>After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3 and Redshift datasources.</p>
2374
+
* <p>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.</p>
0 commit comments