You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::EntityTypesListItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EntityTypesListItem as input to an Aws::Client method, you can use a vanilla Hash:

{
  type: "EntityTypeName", # required
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

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

Returns:

  • (String)

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