| 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.Braket.Types.DeviceConfig
Description
Synopsis
- data DeviceConfig = DeviceConfig' {}
- newDeviceConfig :: Text -> DeviceConfig
- deviceConfig_device :: Lens' DeviceConfig Text
Documentation
data DeviceConfig Source #
Configures the quantum processing units (QPUs) or simulator used to create and run an Amazon Braket job.
See: newDeviceConfig smart constructor.
Constructors
| DeviceConfig' | |
Instances
Arguments
| :: Text | |
| -> DeviceConfig |
Create a value of DeviceConfig 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:device:DeviceConfig', deviceConfig_device - The primary quantum processing unit (QPU) or simulator used to create
and run an Amazon Braket job.
deviceConfig_device :: Lens' DeviceConfig Text Source #
The primary quantum processing unit (QPU) or simulator used to create and run an Amazon Braket job.