Class: Aws::EC2::Types::InferenceDeviceInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InferenceDeviceInfo
 
 
- 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
- 
  
    
      #count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of Inference accelerators for the instance type.
 - 
  
    
      #manufacturer  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The manufacturer of the Inference accelerator.
 - 
  
    
      #memory_info  ⇒ Types::InferenceDeviceMemoryInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the memory available to the inference accelerator.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Inference accelerator.
 
Instance Attribute Details
#count ⇒ Integer
The number of Inference accelerators for the instance type.
      42226 42227 42228 42229 42230 42231 42232 42233  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42226 class InferenceDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end  | 
  
#manufacturer ⇒ String
The manufacturer of the Inference accelerator.
      42226 42227 42228 42229 42230 42231 42232 42233  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42226 class InferenceDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end  | 
  
#memory_info ⇒ Types::InferenceDeviceMemoryInfo
Describes the memory available to the inference accelerator.
      42226 42227 42228 42229 42230 42231 42232 42233  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42226 class InferenceDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the Inference accelerator.
      42226 42227 42228 42229 42230 42231 42232 42233  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42226 class InferenceDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end  |