Values_2.UpdateTrialRequestSourceUpdates the display name of a trial.
type nonrec t = {trialName : Values_0.ExperimentEntityName.t;The name of the trial to update.
*)displayName : Values_0.ExperimentEntityName.t option;The name of the trial as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialName is displayed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]