Class: Aws::Types::Gpu
- Inherits:
-
Object
- Object
- Aws::Types::Gpu
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gpu_count ⇒ ::Integer
Returns the value of attribute gpu_count.
-
#gpu_memory_size_in_mi_b ⇒ ::Integer
Returns the value of attribute gpu_memory_size_in_mi_b.
Instance Attribute Details
#gpu_count ⇒ ::Integer
Returns the value of attribute gpu_count.
694 695 696 |
# File 'sig/types.rbs', line 694 def gpu_count @gpu_count end |
#gpu_memory_size_in_mi_b ⇒ ::Integer
Returns the value of attribute gpu_memory_size_in_mi_b.
695 696 697 |
# File 'sig/types.rbs', line 695 def gpu_memory_size_in_mi_b @gpu_memory_size_in_mi_b end |