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

Description

 
Synopsis

Documentation

data AutoMLDataSource Source #

The data source for the Autopilot job.

See: newAutoMLDataSource smart constructor.

Constructors

AutoMLDataSource' 

Fields

Instances

Instances details
Eq AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Read AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Show AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Generic AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Associated Types

type Rep AutoMLDataSource :: Type -> Type #

NFData AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Methods

rnf :: AutoMLDataSource -> () #

Hashable AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

ToJSON AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

FromJSON AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

type Rep AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

type Rep AutoMLDataSource = D1 ('MetaData "AutoMLDataSource" "Amazonka.SageMaker.Types.AutoMLDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLS3DataSource)))

newAutoMLDataSource Source #

Create a value of AutoMLDataSource 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:s3DataSource:AutoMLDataSource', autoMLDataSource_s3DataSource - The Amazon S3 location of the input data.

The input data must be in CSV format and contain at least 500 rows.

autoMLDataSource_s3DataSource :: Lens' AutoMLDataSource AutoMLS3DataSource Source #

The Amazon S3 location of the input data.

The input data must be in CSV format and contain at least 500 rows.