Skip to content

Commit 31a189a

Browse files
authored
Merge pull request #103435 from rastala/master
update known issues
2 parents 8aedb96 + 551236d commit 31a189a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/machine-learning/resource-known-issues.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,10 @@ To load all labeled images, choose the **First** button. The **First** button wi
305305
### Pressing Esc key while labeling for object detection creates a zero size label on the top-left corner. Submitting labels in this state fails.
306306

307307
Delete the label by clicking on the cross mark next to it.
308+
309+
## Run or experiment deletion
310+
311+
Experiments can be archived by using [Experiment.archive](https://docs.microsoft.com/python/api/azureml-core/azureml.core.experiment(class)?view=azure-ml-py#archive--)
312+
method, or from Experiment tab view in Azure Machine Learning studio client. This action hides the experiment from list queries and views, but does not delete it.
313+
314+
Permanent deletion of individual experiments or runs is not currently supported. For more information on deleting Workspace assets, see [Export or delete your Machine Learning service workspace data](how-to-export-delete-data.md).

0 commit comments

Comments
 (0)