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)


43916
43917
43918
43919
43920
43921
# File 'lib/aws-sdk-sagemaker/types.rb', line 43916

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)


43916
43917
43918
43919
43920
43921
# File 'lib/aws-sdk-sagemaker/types.rb', line 43916

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