Stop Monitoring Schedule
sagemaker_stop_monitoring_schedule | R Documentation |
Stops a previously started monitoring schedule¶
Description¶
Stops a previously started monitoring schedule.
Usage¶
sagemaker_stop_monitoring_schedule(MonitoringScheduleName)
Arguments¶
MonitoringScheduleName |
[required] The name of the schedule to stop. |
Value¶
An empty list.
Request syntax¶
svc$stop_monitoring_schedule(
MonitoringScheduleName = "string"
)