Class: Aws::SageMaker::Types::DeleteMonitoringScheduleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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 monitoring schedule to delete.

Returns:

  • (String)


10904
10905
10906
10907
10908
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10904

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