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

Description

 
Synopsis

Documentation

data AutoMLDataSource Source #

The data source for the Autopilot job.

See: newAutoMLDataSource smart constructor.

Constructors

AutoMLDataSource' 

Fields

Instances

Instances details
FromJSON AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

ToJSON 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 #

Read AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Show AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

NFData AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Methods

rnf :: AutoMLDataSource -> () #

Eq AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Hashable 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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.