interface InferenceAcceleratorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ECS.CfnTaskDefinitionPropsMixin.InferenceAcceleratorProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsecs#CfnTaskDefinitionPropsMixin_InferenceAcceleratorProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnTaskDefinitionPropsMixin.InferenceAcceleratorProperty |
Python | aws_cdk.cfn_property_mixins.aws_ecs.CfnTaskDefinitionPropsMixin.InferenceAcceleratorProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ecs » CfnTaskDefinitionPropsMixin » InferenceAcceleratorProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecs as ecs } from '@aws-cdk/cfn-property-mixins';
const inferenceAcceleratorProperty: ecs.CfnTaskDefinitionPropsMixin.InferenceAcceleratorProperty = {
deviceName: 'deviceName',
deviceType: 'deviceType',
};
Properties
| Name | Type | Description |
|---|---|---|
| device | string | |
| device | string |
deviceName?
Type:
string
(optional)
deviceType?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript