Class: Aws::SageMaker::Types::UpdateMonitoringScheduleResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_schedule_arnString

The Amazon Resource Name (ARN) of the monitoring schedule.



19967
19968
19969
19970
# File 'lib/aws-sdk-sagemaker/types.rb', line 19967

class UpdateMonitoringScheduleResponse < Struct.new(
  :monitoring_schedule_arn)
  include Aws::Structure
end