Values_1.DeleteExperimentRequestSourceDeletes an SageMaker experiment. All trials associated with the experiment must be deleted first. Use the ListTrials API to get a list of the trials associated with the experiment.
type nonrec t = {experimentName : Values_0.ExperimentEntityName.t;The name of the experiment to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ExperimentEntityName.t ]) list ]