Updated on 2022-11-24 GMT+08:00
Modifying a Dataset
Change the name or modify the description of a dataset.
dataset.update_dataset(dataset_name=None, description=None)
Sample Code
Change a dataset name.
from modelarts.session import Session from modelarts.dataset import Dataset session = Session() dataset = Dataset(session, dataset_id) dataset.update_dataset(dataset_name = "new-dataset-name")
Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| dataset_name | No | String | Dataset name |
| description | No | String | Dataset description |
Parent topic: Managing Datasets
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot