Class: Aws::SageMaker::Types::InferenceComponentRuntimeConfigSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InferenceComponentRuntimeConfigSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Details about the runtime settings for the model that is deployed with the inference component.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #current_copy_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of runtime copies of the model container that are currently deployed.
 - 
  
    
      #desired_copy_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of runtime copies of the model container that you requested to deploy with the inference component.
 
Instance Attribute Details
#current_copy_count ⇒ Integer
The number of runtime copies of the model container that are currently deployed.
      25483 25484 25485 25486 25487 25488  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25483 class InferenceComponentRuntimeConfigSummary < Struct.new( :desired_copy_count, :current_copy_count) SENSITIVE = [] include Aws::Structure end  | 
  
#desired_copy_count ⇒ Integer
The number of runtime copies of the model container that you requested to deploy with the inference component.
      25483 25484 25485 25486 25487 25488  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25483 class InferenceComponentRuntimeConfigSummary < Struct.new( :desired_copy_count, :current_copy_count) SENSITIVE = [] include Aws::Structure end  |