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

Description

 
Synopsis

Documentation

data DataSource Source #

Describes the location of the channel data.

See: newDataSource smart constructor.

Constructors

DataSource' 

Fields

Instances

Instances details
Eq DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Read DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Generic DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

NFData DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Methods

rnf :: DataSource -> () #

Hashable DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

ToJSON DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

FromJSON DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

type Rep DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

type Rep DataSource = D1 ('MetaData "DataSource" "Amazonka.SageMaker.Types.DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DataSource)) :*: S1 ('MetaSel ('Just "fileSystemDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemDataSource))))

newDataSource :: DataSource Source #

Create a value of DataSource 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:DataSource', dataSource_s3DataSource - The S3 location of the data source that is associated with a channel.

$sel:fileSystemDataSource:DataSource', dataSource_fileSystemDataSource - The file system that is associated with a channel.

dataSource_s3DataSource :: Lens' DataSource (Maybe S3DataSource) Source #

The S3 location of the data source that is associated with a channel.

dataSource_fileSystemDataSource :: Lens' DataSource (Maybe FileSystemDataSource) Source #

The file system that is associated with a channel.