Class: Aws::SageMaker::Types::UpdateMonitoringAlertRequest

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

#datapoints_to_alertInteger

Within ‘EvaluationPeriod`, how many execution failures will raise an alert.

Returns:

  • (Integer)


43897
43898
43899
43900
43901
43902
43903
43904
# File 'lib/aws-sdk-sagemaker/types.rb', line 43897

class UpdateMonitoringAlertRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :datapoints_to_alert,
  :evaluation_period)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_periodInteger

The number of most recent monitoring executions to consider when evaluating alert status.

Returns:

  • (Integer)


43897
43898
43899
43900
43901
43902
43903
43904
# File 'lib/aws-sdk-sagemaker/types.rb', line 43897

class UpdateMonitoringAlertRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :datapoints_to_alert,
  :evaluation_period)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_alert_nameString

The name of a monitoring alert.

Returns:

  • (String)


43897
43898
43899
43900
43901
43902
43903
43904
# File 'lib/aws-sdk-sagemaker/types.rb', line 43897

class UpdateMonitoringAlertRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :datapoints_to_alert,
  :evaluation_period)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_nameString

The name of a monitoring schedule.

Returns:

  • (String)


43897
43898
43899
43900
43901
43902
43903
43904
# File 'lib/aws-sdk-sagemaker/types.rb', line 43897

class UpdateMonitoringAlertRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :datapoints_to_alert,
  :evaluation_period)
  SENSITIVE = []
  include Aws::Structure
end