libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.Types.AutoMLJobConfig

Description

 
Synopsis

Documentation

data AutoMLJobConfig Source #

A collection of settings used for an AutoML job.

See: newAutoMLJobConfig smart constructor.

Constructors

AutoMLJobConfig' 

Fields

Instances

Instances details
Eq AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Read AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Show AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Generic AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Associated Types

type Rep AutoMLJobConfig :: Type -> Type #

NFData AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Methods

rnf :: AutoMLJobConfig -> () #

Hashable AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

ToJSON AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

FromJSON AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

type Rep AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

type Rep AutoMLJobConfig = D1 ('MetaData "AutoMLJobConfig" "Amazonka.SageMaker.Types.AutoMLJobConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLJobConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLSecurityConfig)) :*: S1 ('MetaSel ('Just "completionCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobCompletionCriteria))))

newAutoMLJobConfig :: AutoMLJobConfig Source #

Create a value of AutoMLJobConfig 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:securityConfig:AutoMLJobConfig', autoMLJobConfig_securityConfig - The security configuration for traffic encryption or Amazon VPC settings.

$sel:completionCriteria:AutoMLJobConfig', autoMLJobConfig_completionCriteria - How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.

autoMLJobConfig_securityConfig :: Lens' AutoMLJobConfig (Maybe AutoMLSecurityConfig) Source #

The security configuration for traffic encryption or Amazon VPC settings.

autoMLJobConfig_completionCriteria :: Lens' AutoMLJobConfig (Maybe AutoMLJobCompletionCriteria) Source #

How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.