Class: Aws::ComputeOptimizer::Types::Gpu
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::Gpu
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the GPU accelerators for the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gpu_count ⇒ Integer
The number of GPUs for the instance type.
-
#gpu_memory_size_in_mi_b ⇒ Integer
The total size of the memory for the GPU accelerators for the instance type, in MiB.
Instance Attribute Details
#gpu_count ⇒ Integer
The number of GPUs for the instance type.
3624 3625 3626 3627 3628 3629 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3624 class Gpu < Struct.new( :gpu_count, :gpu_memory_size_in_mi_b) SENSITIVE = [] include Aws::Structure end |
#gpu_memory_size_in_mi_b ⇒ Integer
The total size of the memory for the GPU accelerators for the instance type, in MiB.
3624 3625 3626 3627 3628 3629 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3624 class Gpu < Struct.new( :gpu_count, :gpu_memory_size_in_mi_b) SENSITIVE = [] include Aws::Structure end |