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
Constant Summary collapse
- SENSITIVE =
[]
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.
41506 41507 41508 41509 41510 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41506 class StartMonitoringScheduleRequest < Struct.new( :monitoring_schedule_name) SENSITIVE = [] include Aws::Structure end |