aws.sagemaker.list_monitoring_alerts
Example SQL Queries
SELECT * FROMaws.sagemaker.list_monitoring_alertsWHERE"monitoring_schedule_name" = 'VALUE';Description
Gets the alerts for a single monitoring schedule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| monitoring_schedule_name Required Input Column The name of a monitoring schedule. | 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
| |
| actions A list of alert actions taken in response to an alert going into InAlert status. | STRUCT( |
Show child fields
| |
| alert_status The current status of an alert. | VARCHAR |
| creation_time A timestamp that indicates when a monitor alert was created. | TIMESTAMP_S |
| datapoints_to_alert Within EvaluationPeriod, how many execution failures will raise an alert. | BIGINT |
| evaluation_period The number of most recent monitoring executions to consider when evaluating alert status. | BIGINT |
| last_modified_time A timestamp that indicates when a monitor alert was last updated. | TIMESTAMP_S |
| monitoring_alert_name The name of a monitoring alert. | VARCHAR |