libZSservicesZSamazonka-personalizeZSamazonka-personalize
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Personalize.Types.HPOResourceConfig

Description

 
Synopsis

Documentation

data HPOResourceConfig Source #

Describes the resource configuration for hyperparameter optimization (HPO).

See: newHPOResourceConfig smart constructor.

Constructors

HPOResourceConfig' 

Fields

  • maxNumberOfTrainingJobs :: Maybe Text

    The maximum number of training jobs when you create a solution version. The maximum value for maxNumberOfTrainingJobs is 40.

  • maxParallelTrainingJobs :: Maybe Text

    The maximum number of parallel training jobs when you create a solution version. The maximum value for maxParallelTrainingJobs is 10.

Instances

Instances details
Eq HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Read HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Show HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Generic HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Associated Types

type Rep HPOResourceConfig :: Type -> Type #

NFData HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

Methods

rnf :: HPOResourceConfig -> () #

Hashable HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

ToJSON HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

FromJSON HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

type Rep HPOResourceConfig Source # 
Instance details

Defined in Amazonka.Personalize.Types.HPOResourceConfig

type Rep HPOResourceConfig = D1 ('MetaData "HPOResourceConfig" "Amazonka.Personalize.Types.HPOResourceConfig" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "HPOResourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxNumberOfTrainingJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxParallelTrainingJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHPOResourceConfig :: HPOResourceConfig Source #

Create a value of HPOResourceConfig 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:maxNumberOfTrainingJobs:HPOResourceConfig', hPOResourceConfig_maxNumberOfTrainingJobs - The maximum number of training jobs when you create a solution version. The maximum value for maxNumberOfTrainingJobs is 40.

$sel:maxParallelTrainingJobs:HPOResourceConfig', hPOResourceConfig_maxParallelTrainingJobs - The maximum number of parallel training jobs when you create a solution version. The maximum value for maxParallelTrainingJobs is 10.

hPOResourceConfig_maxNumberOfTrainingJobs :: Lens' HPOResourceConfig (Maybe Text) Source #

The maximum number of training jobs when you create a solution version. The maximum value for maxNumberOfTrainingJobs is 40.

hPOResourceConfig_maxParallelTrainingJobs :: Lens' HPOResourceConfig (Maybe Text) Source #

The maximum number of parallel training jobs when you create a solution version. The maximum value for maxParallelTrainingJobs is 10.