Class: Aws::SageMaker::Types::MonitoringAlertHistorySummary

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

Overview

Provides summary information of an alert's history.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alert_statusString

The current alert status of an alert.

Returns:

  • (String)


32239
32240
32241
32242
32243
32244
32245
32246
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32239

class MonitoringAlertHistorySummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :creation_time,
  :alert_status)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A timestamp that indicates when the first alert transition occurred in an alert history. An alert transition can be from status InAlert to OK, or from OK to InAlert.

Returns:

  • (Time)


32239
32240
32241
32242
32243
32244
32245
32246
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32239

class MonitoringAlertHistorySummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :creation_time,
  :alert_status)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_alert_nameString

The name of a monitoring alert.

Returns:

  • (String)


32239
32240
32241
32242
32243
32244
32245
32246
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32239

class MonitoringAlertHistorySummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :creation_time,
  :alert_status)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_nameString

The name of a monitoring schedule.

Returns:

  • (String)


32239
32240
32241
32242
32243
32244
32245
32246
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32239

class MonitoringAlertHistorySummary < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :creation_time,
  :alert_status)
  SENSITIVE = []
  include Aws::Structure
end