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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#countInteger

The number of cores available to the neuron accelerator.

Returns:

  • (Integer)


52709
52710
52711
52712
52713
52714
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52709

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

#versionInteger

The version of the neuron accelerator.

Returns:

  • (Integer)


52709
52710
52711
52712
52713
52714
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52709

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