amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.Types.HyperParameterTuningJobStrategyConfig

Description

 
Synopsis

Documentation

data HyperParameterTuningJobStrategyConfig Source #

The configuration for a training job launched by a hyperparameter tuning job. Choose Bayesian for Bayesian optimization, and Random for random search optimization. For more advanced use cases, use Hyperband, which evaluates objective metrics for training jobs after every epoch. For more information about strategies, see How Hyperparameter Tuning Works.

See: newHyperParameterTuningJobStrategyConfig smart constructor.

Constructors

HyperParameterTuningJobStrategyConfig' 

Fields

Instances

Instances details
FromJSON HyperParameterTuningJobStrategyConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig

ToJSON HyperParameterTuningJobStrategyConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig

Generic HyperParameterTuningJobStrategyConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig

Read HyperParameterTuningJobStrategyConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig

Show HyperParameterTuningJobStrategyConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig

NFData HyperParameterTuningJobStrategyConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig

Eq HyperParameterTuningJobStrategyConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig

Hashable HyperParameterTuningJobStrategyConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig

type Rep HyperParameterTuningJobStrategyConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig

type Rep HyperParameterTuningJobStrategyConfig = D1 ('MetaData "HyperParameterTuningJobStrategyConfig" "Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "HyperParameterTuningJobStrategyConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hyperbandStrategyConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperbandStrategyConfig))))

newHyperParameterTuningJobStrategyConfig :: HyperParameterTuningJobStrategyConfig Source #

Create a value of HyperParameterTuningJobStrategyConfig 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:hyperbandStrategyConfig:HyperParameterTuningJobStrategyConfig', hyperParameterTuningJobStrategyConfig_hyperbandStrategyConfig - The configuration for the object that specifies the Hyperband strategy. This parameter is only supported for the Hyperband selection for Strategy within the HyperParameterTuningJobConfig API.

hyperParameterTuningJobStrategyConfig_hyperbandStrategyConfig :: Lens' HyperParameterTuningJobStrategyConfig (Maybe HyperbandStrategyConfig) Source #

The configuration for the object that specifies the Hyperband strategy. This parameter is only supported for the Hyperband selection for Strategy within the HyperParameterTuningJobConfig API.