Class: Aws::EC2::Types::NeuronDeviceCoreInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NeuronDeviceCoreInfo
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the cores available to the neuron accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of cores available to the neuron accelerator.
-
#version ⇒ Integer
The version of the neuron accelerator.
Instance Attribute Details
#count ⇒ Integer
The number of cores available to the neuron accelerator.
54280 54281 54282 54283 54284 54285 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54280 class NeuronDeviceCoreInfo < Struct.new( :count, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the neuron accelerator.
54280 54281 54282 54283 54284 54285 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54280 class NeuronDeviceCoreInfo < Struct.new( :count, :version) SENSITIVE = [] include Aws::Structure end |