DocumentClassifierProperties

Provides information about a document classifier.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the document classifier, including the number of documents used for training the classifier, the number of documents used for test the classifier, and an accuracy rating.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the document classifier.

Link copied to clipboard

The time that training the document classifier completed.

Link copied to clipboard

The Amazon Resource Number (ARN) of the flywheel

Link copied to clipboard

The input data configuration that you supplied when you created the document classifier for training.

Link copied to clipboard

The language code for the language of the documents that the classifier was trained on.

Link copied to clipboard

Additional information about the status of the classifier.

Link copied to clipboard

Indicates the mode in which the specific classifier was trained. This also indicates the format of input documents and the format of the confusion matrix. Each classifier can only be trained in one mode and this cannot be changed once the classifier is trained.

Link copied to clipboard

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:

Link copied to clipboard

Provides output results configuration parameters for custom classifier jobs.

Link copied to clipboard

The Amazon Resource Name (ARN) of the source model. This model was imported from a different Amazon Web Services account to create the document classifier model in your Amazon Web Services account.

Link copied to clipboard

The status of the document classifier. If the status is TRAINED the classifier is ready to use. If the status is TRAINED_WITH_WARNINGS the classifier training succeeded, but you should review the warnings returned in the CreateDocumentClassifier response.

Link copied to clipboard

The time that the document classifier was submitted for training.

Link copied to clipboard

The time that training of the document classifier was completed. Indicates the time when the training completes on documentation classifiers. You are billed for the time interval between this time and the value of TrainingStartTime.

Link copied to clipboard

Indicates the time when the training starts on documentation classifiers. You are billed for the time interval between this time and the value of TrainingEndTime.

Link copied to clipboard

The version name that you assigned to the document classifier.

Link copied to clipboard

ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job. The VolumeKmsKeyId can be either of the following formats:

Link copied to clipboard

Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom classifier. For more information, see Amazon VPC.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String