Values_1.DeleteTrialRequestSourceDeletes the specified trial. All trial components that make up the trial must be deleted first. Use the DescribeTrialComponent API to get the list of trial components.
type nonrec t = {trialName : Values_0.ExperimentEntityName.t;The name of the trial to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]