Class: Aws::SageMaker::Types::MonitoringAlertSummary

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

Overview

Provides summary information about a monitor alert.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsTypes::MonitoringAlertActions

A list of alert actions taken in response to an alert going into ‘InAlert` status.



30175
30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
# File 'lib/aws-sdk-sagemaker/types.rb', line 30175

class MonitoringAlertSummary < Struct.new(
  :monitoring_alert_name,
  :creation_time,
  :last_modified_time,
  :alert_status,
  :datapoints_to_alert,
  :evaluation_period,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#alert_statusString

The current status of an alert.

Returns:

  • (String)


30175
30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
# File 'lib/aws-sdk-sagemaker/types.rb', line 30175

class MonitoringAlertSummary < Struct.new(
  :monitoring_alert_name,
  :creation_time,
  :last_modified_time,
  :alert_status,
  :datapoints_to_alert,
  :evaluation_period,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A timestamp that indicates when a monitor alert was created.

Returns:

  • (Time)


30175
30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
# File 'lib/aws-sdk-sagemaker/types.rb', line 30175

class MonitoringAlertSummary < Struct.new(
  :monitoring_alert_name,
  :creation_time,
  :last_modified_time,
  :alert_status,
  :datapoints_to_alert,
  :evaluation_period,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#datapoints_to_alertInteger

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

Returns:

  • (Integer)


30175
30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
# File 'lib/aws-sdk-sagemaker/types.rb', line 30175

class MonitoringAlertSummary < Struct.new(
  :monitoring_alert_name,
  :creation_time,
  :last_modified_time,
  :alert_status,
  :datapoints_to_alert,
  :evaluation_period,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_periodInteger

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

Returns:

  • (Integer)


30175
30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
# File 'lib/aws-sdk-sagemaker/types.rb', line 30175

class MonitoringAlertSummary < Struct.new(
  :monitoring_alert_name,
  :creation_time,
  :last_modified_time,
  :alert_status,
  :datapoints_to_alert,
  :evaluation_period,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

A timestamp that indicates when a monitor alert was last updated.

Returns:

  • (Time)


30175
30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
# File 'lib/aws-sdk-sagemaker/types.rb', line 30175

class MonitoringAlertSummary < Struct.new(
  :monitoring_alert_name,
  :creation_time,
  :last_modified_time,
  :alert_status,
  :datapoints_to_alert,
  :evaluation_period,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_alert_nameString

The name of a monitoring alert.

Returns:

  • (String)


30175
30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
# File 'lib/aws-sdk-sagemaker/types.rb', line 30175

class MonitoringAlertSummary < Struct.new(
  :monitoring_alert_name,
  :creation_time,
  :last_modified_time,
  :alert_status,
  :datapoints_to_alert,
  :evaluation_period,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end