Class: Aws::EC2::Types::GpuInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the GPU accelerators for the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gpusArray<Types::GpuDeviceInfo>

Describes the GPU accelerators for the instance type.

Returns:



36507
36508
36509
36510
36511
36512
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36507

class GpuInfo < Struct.new(
  :gpus,
  :total_gpu_memory_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end

#total_gpu_memory_in_mi_bInteger

The total size of the memory for the GPU accelerators for the instance type, in MiB.

Returns:

  • (Integer)


36507
36508
36509
36510
36511
36512
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36507

class GpuInfo < Struct.new(
  :gpus,
  :total_gpu_memory_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end