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:



11101
11102
11103
# File 'sig/types.rbs', line 11101

def gpus
  @gpus
end

#total_gpu_memory_in_mi_b::Integer

Returns the value of attribute total_gpu_memory_in_mi_b.

Returns:

  • (::Integer)


11102
11103
11104
# File 'sig/types.rbs', line 11102

def total_gpu_memory_in_mi_b
  @total_gpu_memory_in_mi_b
end