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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass DescribeMonitoringScheduleRequest data as a hash:

{
  monitoring_schedule_name: "MonitoringScheduleName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_schedule_nameString

Name of a previously created monitoring schedule.

Returns:

  • (String)


7395
7396
7397
7398
# File 'lib/aws-sdk-sagemaker/types.rb', line 7395

class DescribeMonitoringScheduleRequest < Struct.new(
  :monitoring_schedule_name)
  include Aws::Structure
end