Class: Aws::EC2::Types::GpuInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GpuInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the GPU accelerators for the instance type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #gpus  ⇒ Array<Types::GpuDeviceInfo> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the GPU accelerators for the instance type.
 - 
  
    
      #total_gpu_memory_in_mi_b  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total size of the memory for the GPU accelerators for the instance type, in MiB.
 
Instance Attribute Details
#gpus ⇒ Array<Types::GpuDeviceInfo>
Describes the GPU accelerators for the instance type.
      39998 39999 40000 40001 40002 40003  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 39998 class GpuInfo < Struct.new( :gpus, :total_gpu_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end  | 
  
#total_gpu_memory_in_mi_b ⇒ Integer
The total size of the memory for the GPU accelerators for the instance type, in MiB.
      39998 39999 40000 40001 40002 40003  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 39998 class GpuInfo < Struct.new( :gpus, :total_gpu_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end  |