Class: Aws::EC2::Types::NeuronDeviceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NeuronDeviceInfo
- Includes:
- Structure
- Defined in:
- 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.
56565 56566 56567 56568 56569 56570 56571 56572 |
# File 'lib/aws-sdk-ec2/types.rb', line 56565 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.
56565 56566 56567 56568 56569 56570 56571 56572 |
# File 'lib/aws-sdk-ec2/types.rb', line 56565 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.
56565 56566 56567 56568 56569 56570 56571 56572 |
# File 'lib/aws-sdk-ec2/types.rb', line 56565 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the neuron accelerator.
56565 56566 56567 56568 56569 56570 56571 56572 |
# File 'lib/aws-sdk-ec2/types.rb', line 56565 class NeuronDeviceInfo < Struct.new( :count, :name, :core_info, :memory_info) SENSITIVE = [] include Aws::Structure end |