| 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.InstanceConfig
Description
Synopsis
Documentation
data InstanceConfig Source #
Configures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.
See: newInstanceConfig smart constructor.
Constructors
| InstanceConfig' | |
Fields
| |
Instances
Arguments
| :: InstanceType | |
| -> Natural | |
| -> InstanceConfig |
Create a value of InstanceConfig 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:instanceCount:InstanceConfig', instanceConfig_instanceCount - Configures the number of resource instances to use while running an
Amazon Braket job on Amazon Braket. The default value is 1.
$sel:instanceType:InstanceConfig', instanceConfig_instanceType - Configures the type resource instances to use while running an Amazon
Braket hybrid job.
$sel:volumeSizeInGb:InstanceConfig', instanceConfig_volumeSizeInGb - The size of the storage volume, in GB, that user wants to provision.
instanceConfig_instanceCount :: Lens' InstanceConfig (Maybe Natural) Source #
Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.
instanceConfig_instanceType :: Lens' InstanceConfig InstanceType Source #
Configures the type resource instances to use while running an Amazon Braket hybrid job.
instanceConfig_volumeSizeInGb :: Lens' InstanceConfig Natural Source #
The size of the storage volume, in GB, that user wants to provision.