class Aws::Comprehend::Types::EntityTypesListItem

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

@note When making an API call, you may pass EntityTypesListItem

data as a hash:

    {
      type: "EntityTypeName", # required
    }

@!attribute [rw] 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).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/EntityTypesListItem AWS API Documentation

Constants

SENSITIVE