Values.InferenceOutputConfigurationSourceConfiguration information about how the inference output is stored.
type nonrec t = {accept : InferenceOutputConfigurationAcceptString.t option;The MIME type used to specify the output data.
*)members : InferenceReceiverMembers.t;Defines the members that can receive inference output.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of AccountId.t ]) list ]
list
| `String of InferenceOutputConfigurationAcceptString.t ])
list ]