Class: Aws::SageMaker::Types::MonitoringAlertSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MonitoringAlertSummary
 
 
- 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
- 
  
    
      #actions  ⇒ Types::MonitoringAlertActions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of alert actions taken in response to an alert going into ‘InAlert` status.
 - 
  
    
      #alert_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of an alert.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that indicates when a monitor alert was created.
 - 
  
    
      #datapoints_to_alert  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Within ‘EvaluationPeriod`, how many execution failures will raise an alert.
 - 
  
    
      #evaluation_period  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of most recent monitoring executions to consider when evaluating alert status.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that indicates when a monitor alert was last updated.
 - 
  
    
      #monitoring_alert_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a monitoring alert.
 
Instance Attribute Details
#actions ⇒ Types::MonitoringAlertActions
A list of alert actions taken in response to an alert going into ‘InAlert` status.
      35762 35763 35764 35765 35766 35767 35768 35769 35770 35771 35772  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35762 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_status ⇒ String
The current status of an alert.
      35762 35763 35764 35765 35766 35767 35768 35769 35770 35771 35772  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35762 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_time ⇒ Time
A timestamp that indicates when a monitor alert was created.
      35762 35763 35764 35765 35766 35767 35768 35769 35770 35771 35772  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35762 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_alert ⇒ Integer
Within ‘EvaluationPeriod`, how many execution failures will raise an alert.
      35762 35763 35764 35765 35766 35767 35768 35769 35770 35771 35772  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35762 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_period ⇒ Integer
The number of most recent monitoring executions to consider when evaluating alert status.
      35762 35763 35764 35765 35766 35767 35768 35769 35770 35771 35772  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35762 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_time ⇒ Time
A timestamp that indicates when a monitor alert was last updated.
      35762 35763 35764 35765 35766 35767 35768 35769 35770 35771 35772  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35762 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_name ⇒ String
The name of a monitoring alert.
      35762 35763 35764 35765 35766 35767 35768 35769 35770 35771 35772  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35762 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  |