Class: Aws::Deadline::Types::AcceleratorCountRange

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

The range for the GPU fleet acceleration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxInteger

The maximum number of GPUs for the accelerator.

Returns:

  • (Integer)


54
55
56
57
58
59
# File 'lib/aws-sdk-deadline/types.rb', line 54

class AcceleratorCountRange < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end

#minInteger

The minimum number of GPUs for the accelerator. If you set the value to 0, a worker will still have 1 GPU.

Returns:

  • (Integer)


54
55
56
57
58
59
# File 'lib/aws-sdk-deadline/types.rb', line 54

class AcceleratorCountRange < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end