Class: Aws::Types::NeuronDeviceInfo
- Inherits:
-
Object
- Object
- Aws::Types::NeuronDeviceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_info ⇒ Types::NeuronDeviceCoreInfo
Returns the value of attribute core_info.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#memory_info ⇒ Types::NeuronDeviceMemoryInfo
Returns the value of attribute memory_info.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#core_info ⇒ Types::NeuronDeviceCoreInfo
Returns the value of attribute core_info.
15190 15191 15192 |
# File 'sig/types.rbs', line 15190 def core_info @core_info end |
#count ⇒ ::Integer
Returns the value of attribute count.
15188 15189 15190 |
# File 'sig/types.rbs', line 15188 def count @count end |
#memory_info ⇒ Types::NeuronDeviceMemoryInfo
Returns the value of attribute memory_info.
15191 15192 15193 |
# File 'sig/types.rbs', line 15191 def memory_info @memory_info end |
#name ⇒ ::String
Returns the value of attribute name.
15189 15190 15191 |
# File 'sig/types.rbs', line 15189 def name @name end |