Class: Aws::SageMaker::Types::UpdateMonitoringAlertResponse

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_alert_nameString

The name of a monitoring alert.

Returns:

  • (String)


46004
46005
46006
46007
46008
46009
# File 'lib/aws-sdk-sagemaker/types.rb', line 46004

class UpdateMonitoringAlertResponse < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_alert_name)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_arnString

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

Returns:

  • (String)


46004
46005
46006
46007
46008
46009
# File 'lib/aws-sdk-sagemaker/types.rb', line 46004

class UpdateMonitoringAlertResponse < Struct.new(
  :monitoring_schedule_arn,
  :monitoring_alert_name)
  SENSITIVE = []
  include Aws::Structure
end