SageMaker / Client / delete_monitoring_schedule

delete_monitoring_schedule#

SageMaker.Client.delete_monitoring_schedule(**kwargs)#

Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule.

See also: AWS API Documentation

Request Syntax

response = client.delete_monitoring_schedule(
    MonitoringScheduleName='string'
)
Parameters:

MonitoringScheduleName (string) –

[REQUIRED]

The name of the monitoring schedule to delete.

Returns:

None

Exceptions

  • SageMaker.Client.exceptions.ResourceNotFound