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 EntityRecognizerAnnotations Source #
Describes the annotations associated with a entity recognizer.
See: newEntityRecognizerAnnotations
smart constructor.
EntityRecognizerAnnotations' | |
|
Instances
newEntityRecognizerAnnotations Source #
Create a value of EntityRecognizerAnnotations
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:testS3Uri:EntityRecognizerAnnotations'
, entityRecognizerAnnotations_testS3Uri
- This specifies the Amazon S3 location where the test annotations for an
entity recognizer are located. The URI must be in the same AWS Region as
the API endpoint that you are calling.
$sel:s3Uri:EntityRecognizerAnnotations'
, entityRecognizerAnnotations_s3Uri
- Specifies the Amazon S3 location where the annotations for an entity
recognizer are located. The URI must be in the same region as the API
endpoint that you are calling.
entityRecognizerAnnotations_testS3Uri :: Lens' EntityRecognizerAnnotations (Maybe Text) Source #
This specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI must be in the same AWS Region as the API endpoint that you are calling.
entityRecognizerAnnotations_s3Uri :: Lens' EntityRecognizerAnnotations Text Source #
Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must be in the same region as the API endpoint that you are calling.