interface AcceleratorCapabilitiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.CfnFleet.AcceleratorCapabilitiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnFleet_AcceleratorCapabilitiesProperty |
![]() | software.amazon.awscdk.services.deadline.CfnFleet.AcceleratorCapabilitiesProperty |
![]() | aws_cdk.aws_deadline.CfnFleet.AcceleratorCapabilitiesProperty |
![]() | aws-cdk-lib » aws_deadline » CfnFleet » AcceleratorCapabilitiesProperty |
Provides information about the GPU accelerators used for jobs processed by a fleet.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const acceleratorCapabilitiesProperty: deadline.CfnFleet.AcceleratorCapabilitiesProperty = {
selections: [{
name: 'name',
// the properties below are optional
runtime: 'runtime',
}],
// the properties below are optional
count: {
min: 123,
// the properties below are optional
max: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
selections | IResolvable | IResolvable | Accelerator [] | A list of accelerator capabilities requested for this fleet. |
count? | IResolvable | Accelerator | The number of GPU accelerators specified for worker hosts in this fleet. |
selections
Type:
IResolvable
|
IResolvable
|
Accelerator
[]
A list of accelerator capabilities requested for this fleet.
Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed.
count?
Type:
IResolvable
|
Accelerator
(optional)
The number of GPU accelerators specified for worker hosts in this fleet.