Class: Aws::EC2::Types::NeuronDeviceMemoryInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NeuronDeviceMemoryInfo
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Describes the memory available to the neuron accelerator.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #size_in_mi_b  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the memory available to the neuron accelerator, in MiB.
 
Instance Attribute Details
#size_in_mi_b ⇒ Integer
The size of the memory available to the neuron accelerator, in MiB.
      63615 63616 63617 63618 63619  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63615 class NeuronDeviceMemoryInfo < Struct.new( :size_in_mi_b) SENSITIVE = [] include Aws::Structure end  |