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.
-
#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.
39441 39442 39443 39444 39445 39446 39447 39448 |
# File 'lib/aws-sdk-ec2/types.rb', line 39441 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#manufacturer ⇒ String
The manufacturer of the GPU accelerator.
39441 39442 39443 39444 39445 39446 39447 39448 |
# File 'lib/aws-sdk-ec2/types.rb', line 39441 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.
39441 39442 39443 39444 39445 39446 39447 39448 |
# File 'lib/aws-sdk-ec2/types.rb', line 39441 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the GPU accelerator.
39441 39442 39443 39444 39445 39446 39447 39448 |
# File 'lib/aws-sdk-ec2/types.rb', line 39441 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |