amazonka-braket-2.0: Amazon Braket 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.Braket.Types.S3DataSource

Description

 
Synopsis

Documentation

data S3DataSource Source #

Information about the data stored in Amazon S3 used by the Amazon Braket job.

See: newS3DataSource smart constructor.

Constructors

S3DataSource' 

Fields

  • s3Uri :: Text

    Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.

Instances

Instances details
FromJSON S3DataSource Source # 
Instance details

Defined in Amazonka.Braket.Types.S3DataSource

ToJSON S3DataSource Source # 
Instance details

Defined in Amazonka.Braket.Types.S3DataSource

Generic S3DataSource Source # 
Instance details

Defined in Amazonka.Braket.Types.S3DataSource

Associated Types

type Rep S3DataSource :: Type -> Type #

Read S3DataSource Source # 
Instance details

Defined in Amazonka.Braket.Types.S3DataSource

Show S3DataSource Source # 
Instance details

Defined in Amazonka.Braket.Types.S3DataSource

NFData S3DataSource Source # 
Instance details

Defined in Amazonka.Braket.Types.S3DataSource

Methods

rnf :: S3DataSource -> () #

Eq S3DataSource Source # 
Instance details

Defined in Amazonka.Braket.Types.S3DataSource

Hashable S3DataSource Source # 
Instance details

Defined in Amazonka.Braket.Types.S3DataSource

type Rep S3DataSource Source # 
Instance details

Defined in Amazonka.Braket.Types.S3DataSource

type Rep S3DataSource = D1 ('MetaData "S3DataSource" "Amazonka.Braket.Types.S3DataSource" "amazonka-braket-2.0-K4GTd9RbB3VBh6Qg8rMHaZ" 'False) (C1 ('MetaCons "S3DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3DataSource Source #

Create a value of S3DataSource 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:s3Uri:S3DataSource', s3DataSource_s3Uri - Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.

s3DataSource_s3Uri :: Lens' S3DataSource Text Source #

Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.