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)


47361
47362
47363
47364
47365
47366
47367
47368
47369
47370
47371
# File 'lib/aws-sdk-ec2/types.rb', line 47361

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

#gpu_partition_sizeFloat

The size of each GPU as a fraction of a full GPU, between 0 (excluded) and 1 (included).

Returns:

  • (Float)


47361
47362
47363
47364
47365
47366
47367
47368
47369
47370
47371
# File 'lib/aws-sdk-ec2/types.rb', line 47361

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

#logical_gpu_countInteger

Total number of GPU devices of this type.

Returns:

  • (Integer)


47361
47362
47363
47364
47365
47366
47367
47368
47369
47370
47371
# File 'lib/aws-sdk-ec2/types.rb', line 47361

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

#manufacturerString

The manufacturer of the GPU accelerator.

Returns:

  • (String)


47361
47362
47363
47364
47365
47366
47367
47368
47369
47370
47371
# File 'lib/aws-sdk-ec2/types.rb', line 47361

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

#memory_infoTypes::GpuDeviceMemoryInfo

Describes the memory available to the GPU accelerator.



47361
47362
47363
47364
47365
47366
47367
47368
47369
47370
47371
# File 'lib/aws-sdk-ec2/types.rb', line 47361

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

#nameString

The name of the GPU accelerator.

Returns:

  • (String)


47361
47362
47363
47364
47365
47366
47367
47368
47369
47370
47371
# File 'lib/aws-sdk-ec2/types.rb', line 47361

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

#workloadsArray<String>

A list of workload types this GPU supports.

Returns:

  • (Array<String>)


47361
47362
47363
47364
47365
47366
47367
47368
47369
47370
47371
# File 'lib/aws-sdk-ec2/types.rb', line 47361

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