Class: Aws::SageMaker::Types::DescribeMonitoringScheduleRequest

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

Name of a previously created monitoring schedule.

Returns:

  • (String)


15495
15496
15497
15498
15499
# File 'lib/aws-sdk-sagemaker/types.rb', line 15495

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