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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_schedule_nameString

The name of the schedule to stop.

Returns:

  • (String)


41762
41763
41764
41765
41766
# File 'lib/aws-sdk-sagemaker/types.rb', line 41762

class StopMonitoringScheduleRequest < Struct.new(
  :monitoring_schedule_name)
  SENSITIVE = []
  include Aws::Structure
end