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)


46829
46830
46831
46832
46833
46834
46835
46836
46837
46838
46839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829

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)


46829
46830
46831
46832
46833
46834
46835
46836
46837
46838
46839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829

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)


46829
46830
46831
46832
46833
46834
46835
46836
46837
46838
46839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829

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)


46829
46830
46831
46832
46833
46834
46835
46836
46837
46838
46839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829

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.



46829
46830
46831
46832
46833
46834
46835
46836
46837
46838
46839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829

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)


46829
46830
46831
46832
46833
46834
46835
46836
46837
46838
46839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829

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>)


46829
46830
46831
46832
46833
46834
46835
46836
46837
46838
46839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46829

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