Values_2.TaskRunPropertiesSourceThe configuration properties for the task run.
type nonrec t = {taskType : TaskType.t option;The type of task run.
*)importLabelsTaskRunProperties : ImportLabelsTaskRunProperties.t option;The configuration properties for an importing labels task run.
*)exportLabelsTaskRunProperties : Values_1.ExportLabelsTaskRunProperties.t option;The configuration properties for an exporting labels task run.
*)labelingSetGenerationTaskRunProperties : LabelingSetGenerationTaskRunProperties.t
option;The configuration properties for a labeling set generation task run.
*)findMatchesTaskRunProperties : Values_1.FindMatchesTaskRunProperties.t option;The configuration properties for a find matches task run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of ReplaceBoolean.t
| `String of Values_0.UriString.t ])
list ])
list ]