Class: Aws::EC2::Types::InferenceAcceleratorInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InferenceAcceleratorInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
<note markdown=“1”> Amazon Elastic Inference is no longer available.
</note>
Describes the Inference accelerators for the instance type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #accelerators  ⇒ Array<Types::InferenceDeviceInfo> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the Inference accelerators for the instance type.
 - 
  
    
      #total_inference_memory_in_mi_b  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total size of the memory for the inference accelerators for the instance type, in MiB.
 
Instance Attribute Details
#accelerators ⇒ Array<Types::InferenceDeviceInfo>
Describes the Inference accelerators for the instance type.
      41724 41725 41726 41727 41728 41729  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 41724 class InferenceAcceleratorInfo < Struct.new( :accelerators, :total_inference_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end  | 
  
#total_inference_memory_in_mi_b ⇒ Integer
The total size of the memory for the inference accelerators for the instance type, in MiB.
      41724 41725 41726 41727 41728 41729  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 41724 class InferenceAcceleratorInfo < Struct.new( :accelerators, :total_inference_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end  |