update_monitoring_alert
(**kwargs)¶Update the parameters of a model monitor alert.
See also: AWS API Documentation
Request Syntax
response = client.update_monitoring_alert(
MonitoringScheduleName='string',
MonitoringAlertName='string',
DatapointsToAlert=123,
EvaluationPeriod=123
)
[REQUIRED]
The name of a monitoring schedule.
[REQUIRED]
The name of a monitoring alert.
[REQUIRED]
Within EvaluationPeriod
, how many execution failures will raise an alert.
[REQUIRED]
The number of most recent monitoring executions to consider when evaluating alert status.
dict
Response Syntax
{
'MonitoringScheduleArn': 'string',
'MonitoringAlertName': 'string'
}
Response Structure
(dict) --
MonitoringScheduleArn (string) --
The Amazon Resource Name (ARN) of the monitoring schedule.
MonitoringAlertName (string) --
The name of a monitoring alert.
Exceptions
SageMaker.Client.exceptions.ResourceLimitExceeded
SageMaker.Client.exceptions.ResourceNotFound