Class: Aws::ComputeOptimizer::Types::Gpu

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb

Overview

Describes the GPU accelerators for the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gpu_countInteger

The number of GPUs for the instance type.

Returns:

  • (Integer)


3334
3335
3336
3337
3338
3339
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3334

class Gpu < Struct.new(
  :gpu_count,
  :gpu_memory_size_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end

#gpu_memory_size_in_mi_bInteger

The total size of the memory for the GPU accelerators for the instance type, in MiB.

Returns:

  • (Integer)


3334
3335
3336
3337
3338
3339
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3334

class Gpu < Struct.new(
  :gpu_count,
  :gpu_memory_size_in_mi_b)
  SENSITIVE = []
  include Aws::Structure
end