Class: Aws::EC2::Types::GpuDeviceInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#countInteger

The number of GPUs for the instance type.

Returns:

  • (Integer)


40680
40681
40682
40683
40684
40685
40686
40687
# File 'lib/aws-sdk-ec2/types.rb', line 40680

class GpuDeviceInfo < Struct.new(
  :name,
  :manufacturer,
  :count,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#manufacturerString

The manufacturer of the GPU accelerator.

Returns:

  • (String)


40680
40681
40682
40683
40684
40685
40686
40687
# File 'lib/aws-sdk-ec2/types.rb', line 40680

class GpuDeviceInfo < Struct.new(
  :name,
  :manufacturer,
  :count,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#memory_infoTypes::GpuDeviceMemoryInfo

Describes the memory available to the GPU accelerator.



40680
40681
40682
40683
40684
40685
40686
40687
# File 'lib/aws-sdk-ec2/types.rb', line 40680

class GpuDeviceInfo < Struct.new(
  :name,
  :manufacturer,
  :count,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the GPU accelerator.

Returns:

  • (String)


40680
40681
40682
40683
40684
40685
40686
40687
# File 'lib/aws-sdk-ec2/types.rb', line 40680

class GpuDeviceInfo < Struct.new(
  :name,
  :manufacturer,
  :count,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end