EntityTypesListItem - Amazon Comprehend API Reference

EntityTypesListItem

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

Contents

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), and , (comma).

Type: String

Length Constraints: Maximum length of 64.

Pattern: ^(?![^\n\r\t,]*\\n|\\r|\\t)[^\n\r\t,]+$

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: