Class: Aws::Deadline::Types::AcceleratorCapabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AcceleratorCapabilities
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Provides information about the GPU accelerators and drivers for the instance types in a fleet. If you include the ‘acceleratorCapabilities` property in the
- ServiceManagedEc2InstanceCapabilities][1
-
object, all of the Amazon
EC2 instances will have at least one accelerator.
[1]: docs.aws.amazon.com/deadline-cloud/latest/APIReference/API_ServiceManagedEc2InstanceCapabilities
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Types::AcceleratorCountRange
The number of GPUs on each worker.
-
#selections ⇒ Array<Types::AcceleratorSelection>
A list of objects that contain the GPU name of the accelerator and driver for the instance types that support the accelerator.
Instance Attribute Details
#count ⇒ Types::AcceleratorCountRange
The number of GPUs on each worker. The default is 1.
34 35 36 37 38 39 |
# File 'lib/aws-sdk-deadline/types.rb', line 34 class AcceleratorCapabilities < Struct.new( :selections, :count) SENSITIVE = [] include Aws::Structure end |
#selections ⇒ Array<Types::AcceleratorSelection>
A list of objects that contain the GPU name of the accelerator and driver for the instance types that support the accelerator.
34 35 36 37 38 39 |
# File 'lib/aws-sdk-deadline/types.rb', line 34 class AcceleratorCapabilities < Struct.new( :selections, :count) SENSITIVE = [] include Aws::Structure end |