Class: Aws::SageMaker::Types::UpdateMonitoringAlertRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateMonitoringAlertRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #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.
 - 
  
    
      #monitoring_alert_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a monitoring alert.
 - 
  
    
      #monitoring_schedule_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a monitoring schedule.
 
Instance Attribute Details
#datapoints_to_alert ⇒ Integer
Within ‘EvaluationPeriod`, how many execution failures will raise an alert.
      48373 48374 48375 48376 48377 48378 48379 48380  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48373 class UpdateMonitoringAlertRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :datapoints_to_alert, :evaluation_period) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_period ⇒ Integer
The number of most recent monitoring executions to consider when evaluating alert status.
      48373 48374 48375 48376 48377 48378 48379 48380  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48373 class UpdateMonitoringAlertRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :datapoints_to_alert, :evaluation_period) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_alert_name ⇒ String
The name of a monitoring alert.
      48373 48374 48375 48376 48377 48378 48379 48380  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48373 class UpdateMonitoringAlertRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :datapoints_to_alert, :evaluation_period) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_schedule_name ⇒ String
The name of a monitoring schedule.
      48373 48374 48375 48376 48377 48378 48379 48380  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48373 class UpdateMonitoringAlertRequest < Struct.new( :monitoring_schedule_name, :monitoring_alert_name, :datapoints_to_alert, :evaluation_period) SENSITIVE = [] include Aws::Structure end  |