Class: Aws::EC2::Types::InferenceDeviceMemoryInfo

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

Overview

<note markdown=“1”> Amazon Elastic Inference is no longer available.

</note>

Describes the memory available to the inference accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#size_in_mi_bInteger

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

Returns:

  • (Integer)


41727
41728
41729
41730
41731
# File 'lib/aws-sdk-ec2/types.rb', line 41727

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