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

Description

 
Synopsis

Documentation

data AutoMLS3DataSource Source #

The Amazon S3 data source.

See: newAutoMLS3DataSource smart constructor.

Constructors

AutoMLS3DataSource' 

Fields

Instances

Instances details
Eq AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Read AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Show AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Generic AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Associated Types

type Rep AutoMLS3DataSource :: Type -> Type #

NFData AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Methods

rnf :: AutoMLS3DataSource -> () #

Hashable AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

ToJSON AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

FromJSON AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

type Rep AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

type Rep AutoMLS3DataSource = D1 ('MetaData "AutoMLS3DataSource" "Amazonka.SageMaker.Types.AutoMLS3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLS3DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLS3DataType) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAutoMLS3DataSource Source #

Create a value of AutoMLS3DataSource 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:s3DataType:AutoMLS3DataSource', autoMLS3DataSource_s3DataType - The data type.

$sel:s3Uri:AutoMLS3DataSource', autoMLS3DataSource_s3Uri - The URL to the Amazon S3 data source.

autoMLS3DataSource_s3Uri :: Lens' AutoMLS3DataSource Text Source #

The URL to the Amazon S3 data source.