| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.GpuDeviceInfo
Description
Synopsis
- data GpuDeviceInfo = GpuDeviceInfo' {}
- newGpuDeviceInfo :: GpuDeviceInfo
- gpuDeviceInfo_count :: Lens' GpuDeviceInfo (Maybe Int)
- gpuDeviceInfo_manufacturer :: Lens' GpuDeviceInfo (Maybe Text)
- gpuDeviceInfo_memoryInfo :: Lens' GpuDeviceInfo (Maybe GpuDeviceMemoryInfo)
- gpuDeviceInfo_name :: Lens' GpuDeviceInfo (Maybe Text)
Documentation
data GpuDeviceInfo Source #
Describes the GPU accelerators for the instance type.
See: newGpuDeviceInfo smart constructor.
Constructors
| GpuDeviceInfo' | |
Fields
| |
Instances
newGpuDeviceInfo :: GpuDeviceInfo Source #
Create a value of GpuDeviceInfo 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:count:GpuDeviceInfo', gpuDeviceInfo_count - The number of GPUs for the instance type.
$sel:manufacturer:GpuDeviceInfo', gpuDeviceInfo_manufacturer - The manufacturer of the GPU accelerator.
$sel:memoryInfo:GpuDeviceInfo', gpuDeviceInfo_memoryInfo - Describes the memory available to the GPU accelerator.
$sel:name:GpuDeviceInfo', gpuDeviceInfo_name - The name of the GPU accelerator.
gpuDeviceInfo_count :: Lens' GpuDeviceInfo (Maybe Int) Source #
The number of GPUs for the instance type.
gpuDeviceInfo_manufacturer :: Lens' GpuDeviceInfo (Maybe Text) Source #
The manufacturer of the GPU accelerator.
gpuDeviceInfo_memoryInfo :: Lens' GpuDeviceInfo (Maybe GpuDeviceMemoryInfo) Source #
Describes the memory available to the GPU accelerator.
gpuDeviceInfo_name :: Lens' GpuDeviceInfo (Maybe Text) Source #
The name of the GPU accelerator.