Values.TrainedModelExportsConfigurationPolicySourceInformation about how the trained model exports are configured.
type nonrec t = {maxSize : TrainedModelExportsMaxSize.t;The maximum size of the data that can be exported.
*)filesToExport : TrainedModelExportFileTypeList.t;The files that are exported during the trained model export job.
*)}val make :
maxSize:TrainedModelExportsMaxSize.t ->
filesToExport:TrainedModelExportFileTypeList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Double of TrainedModelExportsMaxSizeValue.t
| `Enum of string ])
list ])
list ]