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.EntityRecognizerEntityList

Description

 
Synopsis

Documentation

data EntityRecognizerEntityList Source #

Describes the entity recognizer submitted with an entity recognizer.

See: newEntityRecognizerEntityList smart constructor.

Constructors

EntityRecognizerEntityList' 

Fields

  • s3Uri :: Text

    Specifies the Amazon S3 location where the entity list is located. The URI must be in the same region as the API endpoint that you are calling.

Instances

Instances details
Eq EntityRecognizerEntityList Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerEntityList

Read EntityRecognizerEntityList Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerEntityList

Show EntityRecognizerEntityList Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerEntityList

Generic EntityRecognizerEntityList Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerEntityList

Associated Types

type Rep EntityRecognizerEntityList :: Type -> Type #

NFData EntityRecognizerEntityList Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerEntityList

Hashable EntityRecognizerEntityList Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerEntityList

ToJSON EntityRecognizerEntityList Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerEntityList

FromJSON EntityRecognizerEntityList Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerEntityList

type Rep EntityRecognizerEntityList Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityRecognizerEntityList

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

newEntityRecognizerEntityList Source #

Create a value of EntityRecognizerEntityList 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:s3Uri:EntityRecognizerEntityList', entityRecognizerEntityList_s3Uri - Specifies the Amazon S3 location where the entity list is located. The URI must be in the same region as the API endpoint that you are calling.

entityRecognizerEntityList_s3Uri :: Lens' EntityRecognizerEntityList Text Source #

Specifies the Amazon S3 location where the entity list is located. The URI must be in the same region as the API endpoint that you are calling.