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

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 monitoring schedule to delete.

Returns:

  • (String)


16198
16199
16200
16201
16202
# File 'lib/aws-sdk-sagemaker/types.rb', line 16198

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