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.
38207 38208 38209 38210 38211 38212 |
# File 'lib/aws-sdk-ec2/types.rb', line 38207 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.
38207 38208 38209 38210 38211 38212 |
# File 'lib/aws-sdk-ec2/types.rb', line 38207 class InferenceAcceleratorInfo < Struct.new( :accelerators, :total_inference_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end |