Class: Aws::Types::NeuronInfo
- Inherits:
-
Object
- Object
- Aws::Types::NeuronInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#neuron_devices ⇒ ::Array[Types::NeuronDeviceInfo]
Returns the value of attribute neuron_devices.
-
#total_neuron_device_memory_in_mi_b ⇒ ::Integer
Returns the value of attribute total_neuron_device_memory_in_mi_b.
Instance Attribute Details
#neuron_devices ⇒ ::Array[Types::NeuronDeviceInfo]
Returns the value of attribute neuron_devices.
15540 15541 15542 |
# File 'sig/types.rbs', line 15540 def neuron_devices @neuron_devices end |
#total_neuron_device_memory_in_mi_b ⇒ ::Integer
Returns the value of attribute total_neuron_device_memory_in_mi_b.
15541 15542 15543 |
# File 'sig/types.rbs', line 15541 def total_neuron_device_memory_in_mi_b @total_neuron_device_memory_in_mi_b end |