sagemaker_delete_experiment {paws.machine.learning}R Documentation

Deletes an SageMaker experiment

Description

Deletes an SageMaker experiment. All trials associated with the experiment must be deleted first. Use the list_trials API to get a list of the trials associated with the experiment.

See https://www.paws-r-sdk.com/docs/sagemaker_delete_experiment/ for full documentation.

Usage

sagemaker_delete_experiment(ExperimentName)

Arguments

ExperimentName

[required] The name of the experiment to delete.


[Package paws.machine.learning version 0.7.0 Index]