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