aws.sagemaker.list_monitoring_alert_history
Example SQL Queries
SELECT * FROMaws.sagemaker.list_monitoring_alert_history;Description
Gets a list of past alerts in a model monitoring schedule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column A filter that returns only alerts created on or after the specified time. | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns only alerts created on or before the specified time. | TIMESTAMP_S |
| monitoring_alert_name Input Column The name of a monitoring alert. | VARCHAR |
| monitoring_schedule_name Input Column The name of a monitoring schedule. | VARCHAR |
| sort_by Input Column The field used to sort results. The default is CreationTime. | VARCHAR |
| sort_order Input Column The sort order, whether Ascending or Descending, of the alert history. The default is Descending. | VARCHAR |
| status_equals Input Column A filter that retrieves only alerts with a specific status. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| alert_status The current alert status of an alert. | VARCHAR |
| creation_time A timestamp that indicates when the first alert transition occurred in an alert history. An alert transition can be from status InAlert to OK, or from OK to InAlert. | TIMESTAMP_S |