Class: Aws::SageMaker::Types::StopMonitoringScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopMonitoringScheduleRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass StopMonitoringScheduleRequest data as a hash:
{
monitoring_schedule_name: "MonitoringScheduleName", # required
}
Instance Attribute Summary collapse
-
#monitoring_schedule_name ⇒ String
The name of the schedule to stop.
Instance Attribute Details
#monitoring_schedule_name ⇒ String
The name of the schedule to stop.
17675 17676 17677 17678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17675 class StopMonitoringScheduleRequest < Struct.new( :monitoring_schedule_name) include Aws::Structure end |