Class: Aws::Types::GpuInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gpus::Array[Types::GpuDeviceInfo]

Returns the value of attribute gpus.

Returns:



10652
10653
10654
# File 'sig/types.rbs', line 10652

def gpus
  @gpus
end

#total_gpu_memory_in_mi_b::Integer

Returns the value of attribute total_gpu_memory_in_mi_b.

Returns:

  • (::Integer)


10653
10654
10655
# File 'sig/types.rbs', line 10653

def total_gpu_memory_in_mi_b
  @total_gpu_memory_in_mi_b
end