Class: Aws::EC2::Types::InferenceAcceleratorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InferenceAcceleratorInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
<note markdown=“1”> Amazon Elastic Inference is no longer available.
</note>
Describes the Inference accelerators for the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerators ⇒ Array<Types::InferenceDeviceInfo>
Describes the Inference accelerators for the instance type.
-
#total_inference_memory_in_mi_b ⇒ Integer
The total size of the memory for the inference accelerators for the instance type, in MiB.
Instance Attribute Details
#accelerators ⇒ Array<Types::InferenceDeviceInfo>
Describes the Inference accelerators for the instance type.
41674 41675 41676 41677 41678 41679 |
# File 'lib/aws-sdk-ec2/types.rb', line 41674 class InferenceAcceleratorInfo < Struct.new( :accelerators, :total_inference_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end |
#total_inference_memory_in_mi_b ⇒ Integer
The total size of the memory for the inference accelerators for the instance type, in MiB.
41674 41675 41676 41677 41678 41679 |
# File 'lib/aws-sdk-ec2/types.rb', line 41674 class InferenceAcceleratorInfo < Struct.new( :accelerators, :total_inference_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end |