Values_1.DeleteInferenceExperimentRequestSourceDeletes an inference experiment. This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.
type nonrec t = {name : InferenceExperimentName.t;The name of the inference experiment you want to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of InferenceExperimentName.t ]) list ]