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.
36206 36207 36208 36209 36210 36211 36212 36213 |
# File 'lib/aws-sdk-ec2/types.rb', line 36206 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#manufacturer ⇒ String
The manufacturer of the GPU accelerator.
36206 36207 36208 36209 36210 36211 36212 36213 |
# File 'lib/aws-sdk-ec2/types.rb', line 36206 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.
36206 36207 36208 36209 36210 36211 36212 36213 |
# File 'lib/aws-sdk-ec2/types.rb', line 36206 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the GPU accelerator.
36206 36207 36208 36209 36210 36211 36212 36213 |
# File 'lib/aws-sdk-ec2/types.rb', line 36206 class GpuDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end |