amazonka-lookoutvision-2.0: Amazon Lookout for Vision 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.LookoutVision.Types.S3Location

Description

 
Synopsis

Documentation

data S3Location Source #

Information about the location of training output or the output of a model packaging job.

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

  • prefix :: Maybe Text

    The path of the folder, within the S3 bucket, that contains the output.

  • bucket :: Text

    The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.

Instances

Instances details
FromJSON S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

Read S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

Hashable S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.LookoutVision.Types.S3Location" "amazonka-lookoutvision-2.0-3cIJAF9xWxx8xGDY24BOkS" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Location Source #

Create a value of S3Location 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:prefix:S3Location', s3Location_prefix - The path of the folder, within the S3 bucket, that contains the output.

$sel:bucket:S3Location', s3Location_bucket - The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.

s3Location_prefix :: Lens' S3Location (Maybe Text) Source #

The path of the folder, within the S3 bucket, that contains the output.

s3Location_bucket :: Lens' S3Location Text Source #

The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.