Class: Aws::SageMaker::Types::StopMonitoringScheduleRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#monitoring_schedule_nameString

The name of the schedule to stop.

Returns:

  • (String)


17675
17676
17677
17678
# File 'lib/aws-sdk-sagemaker/types.rb', line 17675

class StopMonitoringScheduleRequest < Struct.new(
  :monitoring_schedule_name)
  include Aws::Structure
end