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 PlatformDevice Source #
The devices that are available on the container instance. The only supported device type is a GPU.
See: newPlatformDevice
smart constructor.
PlatformDevice' | |
|
Instances
Create a value of PlatformDevice
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:id:PlatformDevice'
, platformDevice_id
- The ID for the GPU(s) on the container instance. The available GPU IDs
can also be obtained on the container instance in the
/var/lib/ecs/gpu/nvidia_gpu_info.json
file.
$sel:type':PlatformDevice'
, platformDevice_type
- The type of device that is available on the container instance. The only
supported value is GPU
.
platformDevice_id :: Lens' PlatformDevice Text Source #
The ID for the GPU(s) on the container instance. The available GPU IDs
can also be obtained on the container instance in the
/var/lib/ecs/gpu/nvidia_gpu_info.json
file.
platformDevice_type :: Lens' PlatformDevice PlatformDeviceType Source #
The type of device that is available on the container instance. The only
supported value is GPU
.