Class: Aws::SageMaker::Types::AutoRollbackConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AutoRollbackConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Automatic rollback configuration for handling endpoint deployment failures and recovery.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alarms  ⇒ Array<Types::Alarm> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
 
Instance Attribute Details
#alarms ⇒ Array<Types::Alarm>
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment.
      2862 2863 2864 2865 2866  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2862 class AutoRollbackConfig < Struct.new( :alarms) SENSITIVE = [] include Aws::Structure end  |