Class: Aws::EC2::Types::InferenceAcceleratorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InferenceAcceleratorInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
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.
39177 39178 39179 39180 39181 39182 |
# File 'lib/aws-sdk-ec2/types.rb', line 39177 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.
39177 39178 39179 39180 39181 39182 |
# File 'lib/aws-sdk-ec2/types.rb', line 39177 class InferenceAcceleratorInfo < Struct.new( :accelerators, :total_inference_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end |