class Aws::Comprehend::Types::ClassifierMetadata

Provides information about a document classifier.

@!attribute [rw] number_of_labels

The number of labels in the input data.
@return [Integer]

@!attribute [rw] number_of_trained_documents

The number of documents in the input data that were used to train
the classifier. Typically this is 80 to 90 percent of the input
documents.
@return [Integer]

@!attribute [rw] number_of_test_documents

The number of documents in the input data that were used to test the
classifier. Typically this is 10 to 20 percent of the input
documents, up to 10,000 documents.
@return [Integer]

@!attribute [rw] evaluation_metrics

Describes the result metrics for the test data associated with an
documentation classifier.
@return [Types::ClassifierEvaluationMetrics]

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

Constants

SENSITIVE