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

Description

 
Synopsis

Documentation

data EntityTypesListItem Source #

An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

See: newEntityTypesListItem smart constructor.

Constructors

EntityTypesListItem' 

Fields

  • type' :: Text

    An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

    Entity types must not contain the following invalid characters: \n (line break), \\n (escaped line break, \r (carriage return), \\r (escaped carriage return), \t (tab), \\t (escaped tab), space, and , (comma).

Instances

Instances details
Eq EntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityTypesListItem

Read EntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityTypesListItem

Show EntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityTypesListItem

Generic EntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityTypesListItem

Associated Types

type Rep EntityTypesListItem :: Type -> Type #

NFData EntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityTypesListItem

Methods

rnf :: EntityTypesListItem -> () #

Hashable EntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityTypesListItem

ToJSON EntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityTypesListItem

FromJSON EntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityTypesListItem

type Rep EntityTypesListItem Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityTypesListItem

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

newEntityTypesListItem Source #

Create a value of EntityTypesListItem 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:type':EntityTypesListItem', entityTypesListItem_type - An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

Entity types must not contain the following invalid characters: \n (line break), \\n (escaped line break, \r (carriage return), \\r (escaped carriage return), \t (tab), \\t (escaped tab), space, and , (comma).

entityTypesListItem_type :: Lens' EntityTypesListItem Text Source #

An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

Entity types must not contain the following invalid characters: \n (line break), \\n (escaped line break, \r (carriage return), \\r (escaped carriage return), \t (tab), \\t (escaped tab), space, and , (comma).