libZSservicesZSamazonka-comprehendZSamazonka-comprehend
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Comprehend.Types.EntityRecognizerAnnotations

Description

 
Synopsis

Documentation

data EntityRecognizerAnnotations Source #

Describes the annotations associated with a entity recognizer.

See: newEntityRecognizerAnnotations smart constructor.

Constructors

EntityRecognizerAnnotations' 

Fields

  • testS3Uri :: Maybe Text

    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.

  • s3Uri :: Text

    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.

Instances

Instances details
Eq EntityRecognizerAnnotations Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerAnnotations

Read EntityRecognizerAnnotations Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerAnnotations

Show EntityRecognizerAnnotations Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerAnnotations

Generic EntityRecognizerAnnotations Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerAnnotations

Associated Types

type Rep EntityRecognizerAnnotations :: Type -> Type #

NFData EntityRecognizerAnnotations Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerAnnotations

Hashable EntityRecognizerAnnotations Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerAnnotations

ToJSON EntityRecognizerAnnotations Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerAnnotations

FromJSON EntityRecognizerAnnotations Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerAnnotations

type Rep EntityRecognizerAnnotations Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerAnnotations

type Rep EntityRecognizerAnnotations = D1 ('MetaData "EntityRecognizerAnnotations" "Amazonka.Comprehend.Types.EntityRecognizerAnnotations" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "EntityRecognizerAnnotations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "testS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.