deleteExperiment
inline suspend fun SageMakerClient.deleteExperiment(crossinline block: DeleteExperimentRequest.Builder.() -> Unit): DeleteExperimentResponse
Deletes 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.