Interface IInferenceAccelerator
Elastic Inference Accelerator.
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.AWS.ECS.dll
Syntax (csharp)
public interface IInferenceAccelerator
Syntax (vb)
Public Interface IInferenceAccelerator
Remarks
For more information, see Elastic Inference Basics
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 inferenceAccelerator = new InferenceAccelerator {
DeviceName = "deviceName",
DeviceType = "deviceType"
};
Synopsis
Properties
DeviceName | The Elastic Inference accelerator device name. |
DeviceType | The Elastic Inference accelerator type to use. |
Properties
DeviceName
The Elastic Inference accelerator device name.
virtual string DeviceName { get; }
Property Value
System.String
Remarks
Default: - empty
DeviceType
The Elastic Inference accelerator type to use.
virtual string DeviceType { get; }
Property Value
System.String
Remarks
The allowed values are: eia2.medium, eia2.large and eia2.xlarge.
Default: - empty