Class: Aws::Types::GpuInfo
- Inherits:
-
Object
- Object
- Aws::Types::GpuInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gpus ⇒ ::Array[Types::GpuDeviceInfo]
Returns the value of attribute gpus.
-
#total_gpu_memory_in_mi_b ⇒ ::Integer
Returns the value of attribute total_gpu_memory_in_mi_b.
Instance Attribute Details
#gpus ⇒ ::Array[Types::GpuDeviceInfo]
Returns the value of attribute gpus.
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.
10653 10654 10655 |
# File 'sig/types.rbs', line 10653 def total_gpu_memory_in_mi_b @total_gpu_memory_in_mi_b end |