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

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

Instance Attribute Details

#countInteger

The number of GPUs for the instance type.

Returns:

  • (Integer)


36484
36485
36486
36487
36488
36489
36490
36491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36484

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

#manufacturerString

The manufacturer of the GPU accelerator.

Returns:

  • (String)


36484
36485
36486
36487
36488
36489
36490
36491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36484

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.



36484
36485
36486
36487
36488
36489
36490
36491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36484

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

#nameString

The name of the GPU accelerator.

Returns:

  • (String)


36484
36485
36486
36487
36488
36489
36490
36491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36484

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