Class: Aws::SageMaker::Types::ModelCompilationConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelCompilationConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Settings for the model compilation technique that’s applied by a model optimization job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #image  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI of an LMI DLC in Amazon ECR.
 - 
  
    
      #override_environment  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Environment variables that override the default ones in the model container.
 
Instance Attribute Details
#image ⇒ String
The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.
      33848 33849 33850 33851 33852 33853  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33848 class ModelCompilationConfig < Struct.new( :image, :override_environment) SENSITIVE = [] include Aws::Structure end  | 
  
#override_environment ⇒ Hash<String,String>
Environment variables that override the default ones in the model container.
      33848 33849 33850 33851 33852 33853  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33848 class ModelCompilationConfig < Struct.new( :image, :override_environment) SENSITIVE = [] include Aws::Structure end  |