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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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 GPU for the accelerator.

Returns:

  • (Integer)


25
26
27
28
29
30
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 25

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

#minInteger

The minimum GPU for the accelerator.

Returns:

  • (Integer)


25
26
27
28
29
30
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 25

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