Class: Aws::EC2::Types::NeuronDeviceMemoryInfo

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

Overview

Describes the memory available to the neuron accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#size_in_mi_bInteger

The size of the memory available to the neuron accelerator, in MiB.

Returns:

  • (Integer)


53522
53523
53524
53525
53526
# File 'lib/aws-sdk-ec2/types.rb', line 53522

class NeuronDeviceMemoryInfo < Struct.new(
  :size_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end