Class: Aws::Deadline::Types::AcceleratorCapabilities

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#countTypes::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

#selectionsArray<Types::AcceleratorSelection>

A list of objects that contain the GPU name of the accelerator and driver for the instance types that support the accelerator.

Returns:



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