Class: Aws::SageMaker::Types::InferenceComponentDeploymentConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InferenceComponentDeploymentConfig
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
The deployment configuration for an endpoint that hosts inference components. The configuration includes the desired deployment strategy and rollback settings.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_rollback_configuration  ⇒ Types::AutoRollbackConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Automatic rollback configuration for handling endpoint deployment failures and recovery.
 - 
  
    
      #rolling_update_policy  ⇒ Types::InferenceComponentRollingUpdatePolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.
 
Instance Attribute Details
#auto_rollback_configuration ⇒ Types::AutoRollbackConfig
Automatic rollback configuration for handling endpoint deployment failures and recovery.
      27610 27611 27612 27613 27614 27615  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27610 class InferenceComponentDeploymentConfig < Struct.new( :rolling_update_policy, :auto_rollback_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#rolling_update_policy ⇒ Types::InferenceComponentRollingUpdatePolicy
Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.
      27610 27611 27612 27613 27614 27615  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27610 class InferenceComponentDeploymentConfig < Struct.new( :rolling_update_policy, :auto_rollback_configuration) SENSITIVE = [] include Aws::Structure end  |