Show / Hide Table of Contents

Interface CfnTaskDefinition.IInferenceAcceleratorProperty

Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTaskDefinition.IInferenceAcceleratorProperty
Syntax (vb)
Public Interface CfnTaskDefinition.IInferenceAcceleratorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ECS;

             var inferenceAcceleratorProperty = new InferenceAcceleratorProperty {
                 DeviceName = "deviceName",
                 DeviceType = "deviceType"
             };

Synopsis

Properties

DeviceName
DeviceType

Properties

DeviceName

string? DeviceName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html#cfn-ecs-taskdefinition-inferenceaccelerator-devicename

DeviceType

string? DeviceType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html#cfn-ecs-taskdefinition-inferenceaccelerator-devicetype

Back to top Generated by DocFX