Class: Aws::Types::InferenceDeviceInfo
- Inherits:
-
Object
- Object
- Aws::Types::InferenceDeviceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
-
#memory_info ⇒ Types::InferenceDeviceMemoryInfo
Returns the value of attribute memory_info.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
11222 11223 11224 |
# File 'sig/types.rbs', line 11222 def count @count end |
#manufacturer ⇒ ::String
Returns the value of attribute manufacturer.
11224 11225 11226 |
# File 'sig/types.rbs', line 11224 def manufacturer @manufacturer end |
#memory_info ⇒ Types::InferenceDeviceMemoryInfo
Returns the value of attribute memory_info.
11225 11226 11227 |
# File 'sig/types.rbs', line 11225 def memory_info @memory_info end |
#name ⇒ ::String
Returns the value of attribute name.
11223 11224 11225 |
# File 'sig/types.rbs', line 11223 def name @name end |