Class: Aws::SageMaker::Types::RealTimeInferenceConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::RealTimeInferenceConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The infrastructure configuration for deploying the model to a real-time inference endpoint.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of instances of the type specified by ‘InstanceType`.
 - 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance type the model is deployed to.
 
Instance Attribute Details
#instance_count ⇒ Integer
The number of instances of the type specified by ‘InstanceType`.
      40258 40259 40260 40261 40262 40263  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40258 class RealTimeInferenceConfig < Struct.new( :instance_type, :instance_count) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_type ⇒ String
The instance type the model is deployed to.
      40258 40259 40260 40261 40262 40263  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40258 class RealTimeInferenceConfig < Struct.new( :instance_type, :instance_count) SENSITIVE = [] include Aws::Structure end  |