How Do I Merge Two Datasets in ModelArts?
Datasets cannot be merged directly.
However, you can perform the following operations to merge the data of two datasets into a new dataset.
For example, to merge datasets A and B, do the following:
- Publish datasets A and B.
- Obtain the manifest files of the two datasets from the OBS path set for Output Dataset Path.
- Create an empty dataset C and select an empty OBS folder for Input Dataset Path.
- Import the manifest files of datasets A and B to dataset C.
After the import is complete, data in datasets A and B is merged into dataset C. Publish dataset C so it can be used.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot