Values.DocumentClassificationConfigSourceConfiguration required for a document classification model.
type nonrec t = {mode : DocumentClassifierMode.t;Classification mode indicates whether the documents are MULTI_CLASS or MULTI_LABEL.
*)labels : LabelsList.t option;One or more labels to associate with the custom classifier.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `List of [> `String of LabelListItem.t ] list ])
list ]