Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_delete_experiment

Deletes an Amazon SageMaker experiment


Description

Deletes an Amazon 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"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.