Class: Aws::SageMaker::Types::UpdateMonitoringScheduleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_schedule_configTypes::MonitoringScheduleConfig

The configuration object that specifies the monitoring schedule and defines the monitoring job.



43826
43827
43828
43829
43830
43831
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43826

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

#monitoring_schedule_nameString

The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.

Returns:

  • (String)


43826
43827
43828
43829
43830
43831
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43826

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