Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data InferenceAcceleratorOverride = InferenceAcceleratorOverride' {
- deviceName :: Maybe Text
- deviceType :: Maybe Text
- newInferenceAcceleratorOverride :: InferenceAcceleratorOverride
- inferenceAcceleratorOverride_deviceName :: Lens' InferenceAcceleratorOverride (Maybe Text)
- inferenceAcceleratorOverride_deviceType :: Lens' InferenceAcceleratorOverride (Maybe Text)
Documentation
data InferenceAcceleratorOverride Source #
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.
See: newInferenceAcceleratorOverride
smart constructor.
InferenceAcceleratorOverride' | |
|
Instances
newInferenceAcceleratorOverride :: InferenceAcceleratorOverride Source #
Create a value of InferenceAcceleratorOverride
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deviceName:InferenceAcceleratorOverride'
, inferenceAcceleratorOverride_deviceName
- The Elastic Inference accelerator device name to override for the task.
This parameter must match a deviceName
specified in the task
definition.
$sel:deviceType:InferenceAcceleratorOverride'
, inferenceAcceleratorOverride_deviceType
- The Elastic Inference accelerator type to use.
inferenceAcceleratorOverride_deviceName :: Lens' InferenceAcceleratorOverride (Maybe Text) Source #
The Elastic Inference accelerator device name to override for the task.
This parameter must match a deviceName
specified in the task
definition.
inferenceAcceleratorOverride_deviceType :: Lens' InferenceAcceleratorOverride (Maybe Text) Source #
The Elastic Inference accelerator type to use.