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