amazonka-braket-2.0: Amazon Braket SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

  • instanceCount :: Maybe Natural

    Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.

  • instanceType :: InstanceType

    Configures the type resource instances to use while running an Amazon Braket hybrid job.

  • volumeSizeInGb :: Natural

    The size of the storage volume, in GB, that user wants to provision.

Instances

Instances details
FromJSON InstanceConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InstanceConfig

ToJSON InstanceConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InstanceConfig

Generic InstanceConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InstanceConfig

Associated Types

type Rep InstanceConfig :: Type -> Type #

Read InstanceConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InstanceConfig

Show InstanceConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InstanceConfig

NFData InstanceConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InstanceConfig

Methods

rnf :: InstanceConfig -> () #

Eq InstanceConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InstanceConfig

Hashable InstanceConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InstanceConfig

type Rep InstanceConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InstanceConfig

type Rep InstanceConfig = D1 ('MetaData "InstanceConfig" "Amazonka.Braket.Types.InstanceConfig" "amazonka-braket-2.0-K4GTd9RbB3VBh6Qg8rMHaZ" 'False) (C1 ('MetaCons "InstanceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InstanceType) :*: S1 ('MetaSel ('Just "volumeSizeInGb") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newInstanceConfig Source #

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.