Class: Aws::EC2::Types::GpuDeviceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GpuDeviceInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the GPU accelerators for the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of GPUs for the instance type.
-
#gpu_partition_size ⇒ Float
The size of each GPU as a fraction of a full GPU, between 0 (excluded) and 1 (included).
-
#logical_gpu_count ⇒ Integer
Total number of GPU devices of this type.
-
#manufacturer ⇒ String
The manufacturer of the GPU accelerator.
-
#memory_info ⇒ Types::GpuDeviceMemoryInfo
Describes the memory available to the GPU accelerator.
-
#name ⇒ String
The name of the GPU accelerator.
-
#workloads ⇒ Array<String>
A list of workload types this GPU supports.
Instance Attribute Details
#count ⇒ Integer
The number of GPUs for the instance type.
46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 |
# File 'lib/aws-sdk-ec2/types.rb', line 46244 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :logical_gpu_count, :gpu_partition_size, :workloads, :memory_info) SENSITIVE = [] include Aws::Structure end |
#gpu_partition_size ⇒ Float
The size of each GPU as a fraction of a full GPU, between 0 (excluded) and 1 (included).
46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 |
# File 'lib/aws-sdk-ec2/types.rb', line 46244 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :logical_gpu_count, :gpu_partition_size, :workloads, :memory_info) SENSITIVE = [] include Aws::Structure end |
#logical_gpu_count ⇒ Integer
Total number of GPU devices of this type.
46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 |
# File 'lib/aws-sdk-ec2/types.rb', line 46244 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :logical_gpu_count, :gpu_partition_size, :workloads, :memory_info) SENSITIVE = [] include Aws::Structure end |
#manufacturer ⇒ String
The manufacturer of the GPU accelerator.
46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 |
# File 'lib/aws-sdk-ec2/types.rb', line 46244 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :logical_gpu_count, :gpu_partition_size, :workloads, :memory_info) SENSITIVE = [] include Aws::Structure end |
#memory_info ⇒ Types::GpuDeviceMemoryInfo
Describes the memory available to the GPU accelerator.
46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 |
# File 'lib/aws-sdk-ec2/types.rb', line 46244 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :logical_gpu_count, :gpu_partition_size, :workloads, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the GPU accelerator.
46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 |
# File 'lib/aws-sdk-ec2/types.rb', line 46244 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :logical_gpu_count, :gpu_partition_size, :workloads, :memory_info) SENSITIVE = [] include Aws::Structure end |
#workloads ⇒ Array<String>
A list of workload types this GPU supports.
46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 |
# File 'lib/aws-sdk-ec2/types.rb', line 46244 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :logical_gpu_count, :gpu_partition_size, :workloads, :memory_info) SENSITIVE = [] include Aws::Structure end |