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

Class: Aws::Comprehend::Types::EntityRecognizerMetadata

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

Overview

Detailed information about an entity recognizer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#entity_typesArray<Types::EntityRecognizerMetadataEntityTypesListItem>

Entity types from the metadata of an entity recognizer.

Returns:

#evaluation_metricsTypes::EntityRecognizerEvaluationMetrics

Detailed information about the accuracy of an entity recognizer.

Returns:

#number_of_test_documentsInteger

The number of documents in the input data that were used to test the entity recognizer. Typically this is 10 to 20 percent of the input documents.

Returns:

  • (Integer)

    The number of documents in the input data that were used to test the entity recognizer.

#number_of_trained_documentsInteger

The number of documents in the input data that were used to train the entity recognizer. Typically this is 80 to 90 percent of the input documents.

Returns:

  • (Integer)

    The number of documents in the input data that were used to train the entity recognizer.