Class: Aws::EC2::Types::InferenceDeviceMemoryInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InferenceDeviceMemoryInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the memory available to the inference accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size_in_mi_b ⇒ Integer
The size of the memory available to the inference accelerator, in MiB.
Instance Attribute Details
#size_in_mi_b ⇒ Integer
The size of the memory available to the inference accelerator, in MiB.
39222 39223 39224 39225 39226 |
# File 'lib/aws-sdk-ec2/types.rb', line 39222 class InferenceDeviceMemoryInfo < Struct.new( :size_in_mi_b) SENSITIVE = [] include Aws::Structure end |