AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Details on an Elastic Inference accelerator task override. This parameter is used to override the Elastic Inference accelerator specified in the task definition. For more information, see Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.InferenceAcceleratorOverride

Namespace: Amazon.ECS.Model
Assembly: AWSSDK.ECS.dll
Version: 3.x.y.z

Syntax

C#
public class InferenceAcceleratorOverride

The InferenceAcceleratorOverride type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DeviceName System.String

Gets and sets the property DeviceName.

The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.

Public Property DeviceType System.String

Gets and sets the property DeviceType.

The Elastic Inference accelerator type to use.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5