Class: Aws::SageMaker::Types::InferenceComponentRuntimeConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InferenceComponentRuntimeConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Runtime settings for a model that is deployed with an inference component.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #copy_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of runtime copies of the model container to deploy with the inference component.
 
Instance Attribute Details
#copy_count ⇒ Integer
The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.
      25462 25463 25464 25465 25466  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25462 class InferenceComponentRuntimeConfig < Struct.new( :copy_count) SENSITIVE = [] include Aws::Structure end  |