Values_1.DescribeInferenceExperimentRequestSourceReturns details about an inference experiment.
type nonrec t = {name : InferenceExperimentName.t;The name of the inference experiment to describe.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of InferenceExperimentName.t ]) list ]