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.
60205 60206 60207 60208 60209 60210 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60205 class NeuronDeviceCoreInfo < Struct.new( :count, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the neuron accelerator.
60205 60206 60207 60208 60209 60210 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60205 class NeuronDeviceCoreInfo < Struct.new( :count, :version) SENSITIVE = [] include Aws::Structure end |