| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LookoutVision.Types.S3Location
Description
Synopsis
- data S3Location = S3Location' {}
- newS3Location :: Text -> S3Location
- s3Location_prefix :: Lens' S3Location (Maybe Text)
- s3Location_bucket :: Lens' S3Location Text
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
| |
Instances
Arguments
| :: Text | |
| -> S3Location |
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.