Values_1.PipelineExperimentConfigSourceSpecifies the names of the experiment and trial created by a pipeline.
type nonrec t = {experimentName : Values_0.ExperimentEntityName.t option;The name of the experiment.
*)trialName : Values_0.ExperimentEntityName.t option;The name of the trial.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]