InferenceAccelerator class

Details on a Elastic Inference accelerator. For more information, see Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

Constructors

InferenceAccelerator({required String deviceName, required String deviceType})
InferenceAccelerator.fromJson(Map<String, dynamic> json)
factory

Properties

deviceName String
The Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.
final
deviceType String
The Elastic Inference accelerator type to use.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited