Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data InputDataConfig Source #
The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.
See: newInputDataConfig
smart constructor.
InputDataConfig' | |
|
Instances
Create a value of InputDataConfig
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:s3Key:InputDataConfig'
, inputDataConfig_s3Key
- The path to the input data files in the S3 bucket.
$sel:s3Bucket:InputDataConfig'
, inputDataConfig_s3Bucket
- The URI of the S3 bucket that contains the input data. The bucket must
be in the same region as the API endpoint that you are calling.
Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.
inputDataConfig_s3Key :: Lens' InputDataConfig (Maybe Text) Source #
The path to the input data files in the S3 bucket.
inputDataConfig_s3Bucket :: Lens' InputDataConfig Text Source #
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.