

# DocumentClassifierSummary
<a name="API_DocumentClassifierSummary"></a>

Describes information about a document classifier and its versions.

## Contents
<a name="API_DocumentClassifierSummary_Contents"></a>

 ** DocumentClassifierName **   <a name="comprehend-Type-DocumentClassifierSummary-DocumentClassifierName"></a>
The name that you assigned the document classifier.  
Type: String  
Length Constraints: Maximum length of 63.  
Pattern: `^[a-zA-Z0-9](-*[a-zA-Z0-9])*$`   
Required: No

 ** LatestVersionCreatedAt **   <a name="comprehend-Type-DocumentClassifierSummary-LatestVersionCreatedAt"></a>
The time that the latest document classifier version was submitted for processing.  
Type: Timestamp  
Required: No

 ** LatestVersionName **   <a name="comprehend-Type-DocumentClassifierSummary-LatestVersionName"></a>
The version name you assigned to the latest document classifier version.  
Type: String  
Length Constraints: Maximum length of 63.  
Pattern: `^[a-zA-Z0-9](-*[a-zA-Z0-9])*$`   
Required: No

 ** LatestVersionStatus **   <a name="comprehend-Type-DocumentClassifierSummary-LatestVersionStatus"></a>
Provides the status of the latest document classifier version.  
Type: String  
Valid Values: `SUBMITTED | TRAINING | DELETING | STOP_REQUESTED | STOPPED | IN_ERROR | TRAINED | TRAINED_WITH_WARNING`   
Required: No

 ** NumberOfVersions **   <a name="comprehend-Type-DocumentClassifierSummary-NumberOfVersions"></a>
The number of versions you created.  
Type: Integer  
Required: No

## See Also
<a name="API_DocumentClassifierSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/comprehend-2017-11-27/DocumentClassifierSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/comprehend-2017-11-27/DocumentClassifierSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/comprehend-2017-11-27/DocumentClassifierSummary) 