Values.DocumentClassifierSummarySourceDescribes information about a document classifier and its versions.
type nonrec t = {documentClassifierName : ComprehendArnName.t option;The name that you assigned the document classifier.
*)numberOfVersions : Integer.t option;The number of versions you created.
*)latestVersionCreatedAt : Timestamp.t option;The time that the latest document classifier version was submitted for processing.
*)latestVersionName : VersionName.t option;The version name you assigned to the latest document classifier version.
*)latestVersionStatus : ModelStatus.t option;Provides the status of the latest document classifier version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of ComprehendArnName.t
| `Timestamp of Timestamp.t ])
list ]