Class: Aws::SageMaker::Types::MonitoringAlertActions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MonitoringAlertActions
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A list of alert actions taken in response to an alert going into ‘InAlert` status.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_dashboard_indicator  ⇒ Types::ModelDashboardIndicatorAction 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An alert action taken to light up an icon on the Model Dashboard when an alert goes into ‘InAlert` status.
 
Instance Attribute Details
#model_dashboard_indicator ⇒ Types::ModelDashboardIndicatorAction
An alert action taken to light up an icon on the Model Dashboard when an alert goes into ‘InAlert` status.
      35690 35691 35692 35693 35694  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35690 class MonitoringAlertActions < Struct.new( :model_dashboard_indicator) SENSITIVE = [] include Aws::Structure end  |