Delete Monitoring Schedule
sagemaker_delete_monitoring_schedule | R Documentation |
Deletes a monitoring schedule¶
Description¶
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.
Usage¶
sagemaker_delete_monitoring_schedule(MonitoringScheduleName)
Arguments¶
MonitoringScheduleName |
[required] The name of the monitoring schedule to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_monitoring_schedule(
MonitoringScheduleName = "string"
)