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.AutoMLChannel

Description

 
Synopsis

Documentation

data AutoMLChannel Source #

A channel is a named input source that training algorithms can consume. For more information, see .

See: newAutoMLChannel smart constructor.

Constructors

AutoMLChannel' 

Fields

Instances

Instances details
Eq AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Read AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Show AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Generic AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Associated Types

type Rep AutoMLChannel :: Type -> Type #

NFData AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Methods

rnf :: AutoMLChannel -> () #

Hashable AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

ToJSON AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

FromJSON AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

type Rep AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

type Rep AutoMLChannel = D1 ('MetaData "AutoMLChannel" "Amazonka.SageMaker.Types.AutoMLChannel" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionType)) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLDataSource) :*: S1 ('MetaSel ('Just "targetAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAutoMLChannel Source #

Create a value of AutoMLChannel 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:compressionType:AutoMLChannel', autoMLChannel_compressionType - You can use Gzip or None. The default value is None.

$sel:dataSource:AutoMLChannel', autoMLChannel_dataSource - The data source for an AutoML channel.

$sel:targetAttributeName:AutoMLChannel', autoMLChannel_targetAttributeName - The name of the target variable in supervised learning, usually represented by 'y'.

autoMLChannel_compressionType :: Lens' AutoMLChannel (Maybe CompressionType) Source #

You can use Gzip or None. The default value is None.

autoMLChannel_dataSource :: Lens' AutoMLChannel AutoMLDataSource Source #

The data source for an AutoML channel.

autoMLChannel_targetAttributeName :: Lens' AutoMLChannel Text Source #

The name of the target variable in supervised learning, usually represented by 'y'.