Start Monitoring Schedule
sagemaker_start_monitoring_schedule | R Documentation |
Starts a previously stopped monitoring schedule¶
Description¶
Starts a previously stopped monitoring schedule.
By default, when you successfully create a new schedule, the status of a
monitoring schedule is scheduled
.
Usage¶
sagemaker_start_monitoring_schedule(MonitoringScheduleName)
Arguments¶
MonitoringScheduleName |
[required] The name of the schedule to start. |
Value¶
An empty list.
Request syntax¶
svc$start_monitoring_schedule(
MonitoringScheduleName = "string"
)