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 |
Documentation
data InferenceAccelerator Source #
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.
See: newInferenceAccelerator
smart constructor.
InferenceAccelerator' | |
|
Instances
newInferenceAccelerator Source #
:: Text | |
-> Text | |
-> InferenceAccelerator |
Create a value of InferenceAccelerator
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:InferenceAccelerator'
, inferenceAccelerator_deviceName
- The Elastic Inference accelerator device name. The deviceName
must
also be referenced in a container definition as a ResourceRequirement.
$sel:deviceType:InferenceAccelerator'
, inferenceAccelerator_deviceType
- The Elastic Inference accelerator type to use.
inferenceAccelerator_deviceName :: Lens' InferenceAccelerator Text Source #
The Elastic Inference accelerator device name. The deviceName
must
also be referenced in a container definition as a ResourceRequirement.
inferenceAccelerator_deviceType :: Lens' InferenceAccelerator Text Source #
The Elastic Inference accelerator type to use.