InferenceAcceleratorOverride class
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.
Constructors
- InferenceAcceleratorOverride({String? deviceName, String? deviceType})
-
InferenceAcceleratorOverride.fromJson(Map<
String, dynamic> json) -
factory
Properties
- deviceName → String?
-
The Elastic Inference accelerator device name to override for the task. This
parameter must match a
deviceName
specified in the task definition.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