Class: Aws::SageMaker::Types::StartMonitoringScheduleRequest

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 schedule to start.

Returns:

  • (String)


37103
37104
37105
37106
37107
# File 'lib/aws-sdk-sagemaker/types.rb', line 37103

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