Class: Aws::EC2::Types::NeuronDeviceCoreInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the cores available to the neuron accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of cores available to the neuron accelerator.

Returns:

  • (Integer)


52625
52626
52627
52628
52629
52630
# File 'lib/aws-sdk-ec2/types.rb', line 52625

class NeuronDeviceCoreInfo < Struct.new(
  :count,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version of the neuron accelerator.

Returns:

  • (Integer)


52625
52626
52627
52628
52629
52630
# File 'lib/aws-sdk-ec2/types.rb', line 52625

class NeuronDeviceCoreInfo < Struct.new(
  :count,
  :version)
  SENSITIVE = []
  include Aws::Structure
end