Values.TaskConfigSourceConfiguration about the model associated with a flywheel.
type nonrec t = {languageCode : LanguageCode.t;Language code for the language that the model supports.
*)documentClassificationConfig : DocumentClassificationConfig.t option;Configuration required for a document classification model.
*)entityRecognitionConfig : EntityRecognitionConfig.t option;Configuration required for an entity recognition model.
*)}val make :
?documentClassificationConfig:??? ->
?entityRecognitionConfig:??? ->
languageCode:LanguageCode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of LabelListItem.t
| `Structure of
(string * [> `String of EntityTypeName.t ]) list ]
list ])
list ])
list ]