Class: Aws::EC2::Types::NeuronDeviceInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NeuronDeviceInfo
 
 
- 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
- 
  
    
      #core_info  ⇒ Types::NeuronDeviceCoreInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the cores available to each neuron accelerator.
 - 
  
    
      #count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of neuron accelerators for the instance type.
 - 
  
    
      #memory_info  ⇒ Types::NeuronDeviceMemoryInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the memory available to each neuron accelerator.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the neuron accelerator.
 
Instance Attribute Details
#core_info ⇒ Types::NeuronDeviceCoreInfo
Describes the cores available to each neuron accelerator.
      57330 57331 57332 57333 57334 57335 57336 57337  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57330 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end  | 
  
#count ⇒ Integer
The number of neuron accelerators for the instance type.
      57330 57331 57332 57333 57334 57335 57336 57337  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57330 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end  | 
  
#memory_info ⇒ Types::NeuronDeviceMemoryInfo
Describes the memory available to each neuron accelerator.
      57330 57331 57332 57333 57334 57335 57336 57337  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57330 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the neuron accelerator.
      57330 57331 57332 57333 57334 57335 57336 57337  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57330 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end  |