Class: Aws::Types::GpuDeviceInfo
- Inherits:
-
Object
- Object
- Aws::Types::GpuDeviceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#gpu_partition_size ⇒ ::Float
Returns the value of attribute gpu_partition_size.
-
#logical_gpu_count ⇒ ::Integer
Returns the value of attribute logical_gpu_count.
-
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
-
#memory_info ⇒ Types::GpuDeviceMemoryInfo
Returns the value of attribute memory_info.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#workloads ⇒ ::Array[::String]
Returns the value of attribute workloads.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
10863 10864 10865 |
# File 'sig/types.rbs', line 10863 def count @count end |
#gpu_partition_size ⇒ ::Float
Returns the value of attribute gpu_partition_size.
10865 10866 10867 |
# File 'sig/types.rbs', line 10865 def gpu_partition_size @gpu_partition_size end |
#logical_gpu_count ⇒ ::Integer
Returns the value of attribute logical_gpu_count.
10864 10865 10866 |
# File 'sig/types.rbs', line 10864 def logical_gpu_count @logical_gpu_count end |
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
10862 10863 10864 |
# File 'sig/types.rbs', line 10862 def manufacturer @manufacturer end |
#memory_info ⇒ Types::GpuDeviceMemoryInfo
Returns the value of attribute memory_info.
10867 10868 10869 |
# File 'sig/types.rbs', line 10867 def memory_info @memory_info end |
#name ⇒ ::String
Returns the value of attribute name.
10861 10862 10863 |
# File 'sig/types.rbs', line 10861 def name @name end |
#workloads ⇒ ::Array[::String]
Returns the value of attribute workloads.
10866 10867 10868 |
# File 'sig/types.rbs', line 10866 def workloads @workloads end |