Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::EC2::Types::NeuronInfo

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

Overview

Describes the neuron accelerators for the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#neuron_devicesArray<Types::NeuronDeviceInfo>

Describes the neuron accelerators for the instance type.

Returns:


59826
59827
59828
59829
59830
59831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59826

class NeuronInfo < Struct.new(
  :neuron_devices,
  :total_neuron_device_memory_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end

#total_neuron_device_memory_in_mi_bInteger

The total size of the memory for the neuron accelerators for the instance type, in MiB.

Returns:

  • (Integer)

59826
59827
59828
59829
59830
59831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59826

class NeuronInfo < Struct.new(
  :neuron_devices,
  :total_neuron_device_memory_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end