Class: Aws::EC2::Types::GpuDeviceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GpuDeviceInfo
- Defined in:
- gems/aws-sdk-ec2/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.
46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829 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).
46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829 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.
46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829 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.
46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829 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.
46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829 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.
46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829 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.
46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :logical_gpu_count, :gpu_partition_size, :workloads, :memory_info) SENSITIVE = [] include Aws::Structure end |