Class: Aws::EC2::Types::NeuronInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NeuronInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the neuron accelerators for the instance type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #neuron_devices  ⇒ Array<Types::NeuronDeviceInfo> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the neuron accelerators for the instance type.
 - 
  
    
      #total_neuron_device_memory_in_mi_b  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total size of the memory for the neuron accelerators for the instance type, in MiB.
 
Instance Attribute Details
#neuron_devices ⇒ Array<Types::NeuronDeviceInfo>
Describes the neuron accelerators for the instance type.
      57366 57367 57368 57369 57370 57371  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57366 class NeuronInfo < Struct.new( :neuron_devices, :total_neuron_device_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end  | 
  
#total_neuron_device_memory_in_mi_b ⇒ Integer
The total size of the memory for the neuron accelerators for the instance type, in MiB.
      57366 57367 57368 57369 57370 57371  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57366 class NeuronInfo < Struct.new( :neuron_devices, :total_neuron_device_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end  |