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.



53970
53971
53972
53973
53974
53975
53976
53977
# File 'lib/aws-sdk-sagemaker/types.rb', line 53970

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.



53970
53971
53972
53973
53974
53975
53976
53977
# File 'lib/aws-sdk-sagemaker/types.rb', line 53970

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.



53970
53971
53972
53973
53974
53975
53976
53977
# File 'lib/aws-sdk-sagemaker/types.rb', line 53970

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.



53970
53971
53972
53973
53974
53975
53976
53977
# File 'lib/aws-sdk-sagemaker/types.rb', line 53970

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