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.
-
#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.
Instance Attribute Details
#count ⇒ Integer
The number of GPUs for the instance type.
39491 39492 39493 39494 39495 39496 39497 39498 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39491 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#manufacturer ⇒ String
The manufacturer of the GPU accelerator.
39491 39492 39493 39494 39495 39496 39497 39498 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39491 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#memory_info ⇒ Types::GpuDeviceMemoryInfo
Describes the memory available to the GPU accelerator.
39491 39492 39493 39494 39495 39496 39497 39498 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39491 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the GPU accelerator.
39491 39492 39493 39494 39495 39496 39497 39498 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39491 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |