Values.TrainedModelExportOutputConfigurationSourceInformation about the output of the trained model export job.
type nonrec t = {members : TrainedModelExportReceiverMembers.t;The members that will received the exported trained model output.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of AccountId.t ]) list ]
list ])
list ]