Delete Experiment
sagemaker_delete_experiment | 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.
Usage¶
sagemaker_delete_experiment(ExperimentName)
Arguments¶
ExperimentName |
[required] The name of the experiment to delete. |
Value¶
A list with the following syntax:
list(
ExperimentArn = "string"
)
Request syntax¶
svc$delete_experiment(
ExperimentName = "string"
)