Class: Aws::EC2::Types::NeuronDeviceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NeuronDeviceInfo
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the neuron accelerators for the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_info ⇒ Types::NeuronDeviceCoreInfo
Describes the cores available to each neuron accelerator.
-
#count ⇒ Integer
The number of neuron accelerators for the instance type.
-
#memory_info ⇒ Types::NeuronDeviceMemoryInfo
Describes the memory available to each neuron accelerator.
-
#name ⇒ String
The name of the neuron accelerator.
Instance Attribute Details
#core_info ⇒ Types::NeuronDeviceCoreInfo
Describes the cores available to each neuron accelerator.
54307 54308 54309 54310 54311 54312 54313 54314 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54307 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The number of neuron accelerators for the instance type.
54307 54308 54309 54310 54311 54312 54313 54314 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54307 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end |
#memory_info ⇒ Types::NeuronDeviceMemoryInfo
Describes the memory available to each neuron accelerator.
54307 54308 54309 54310 54311 54312 54313 54314 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54307 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the neuron accelerator.
54307 54308 54309 54310 54311 54312 54313 54314 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54307 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end |