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:



11095
11096
11097
# File 'sig/types.rbs', line 11095

def gpus
  @gpus
end

#total_gpu_memory_in_mi_b::Integer

Returns the value of attribute total_gpu_memory_in_mi_b.

Returns:

  • (::Integer)


11096
11097
11098
# File 'sig/types.rbs', line 11096

def total_gpu_memory_in_mi_b
  @total_gpu_memory_in_mi_b
end