Class: Aws::Deadline::Types::AcceleratorCountRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AcceleratorCountRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Defines the maximum and minimum number of GPU accelerators required for a worker instance..
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The maximum number of GPU accelerators in the worker host.
-
#min ⇒ Integer
The minimum number of GPU accelerators in the worker host.
Instance Attribute Details
#max ⇒ Integer
The maximum number of GPU accelerators in the worker host.
81 82 83 84 85 86 |
# File 'lib/aws-sdk-deadline/types.rb', line 81 class AcceleratorCountRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum number of GPU accelerators in the worker host.
81 82 83 84 85 86 |
# File 'lib/aws-sdk-deadline/types.rb', line 81 class AcceleratorCountRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |