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