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
Constant Summary collapse
- SENSITIVE =
[]
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.
11601 11602 11603 11604 11605 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11601 class DeleteMonitoringScheduleRequest < Struct.new( :monitoring_schedule_name) SENSITIVE = [] include Aws::Structure end |