检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Figure 3 Entering a valid OBS file path Enter an OBS file path instead of a folder path. Otherwise, the upload fails. Method 2: Open OBS File Browser, select an OBS file path, and click Upload.
Introduction to Importing Data from OBS Import Modes You can import data from OBS through an OBS path or a manifest file. OBS path: indicates that the dataset to be imported has been stored in an OBS path. In this case, select an OBS path that you can access.
To view all files stored in OBS when using notebook instances or training jobs, use either of the following methods: OBS console Log in to OBS console using the current account, and search for the OBS buckets, folders, and files.
Parent topic: OBS Management
Parent topic: OBS Management
Obtaining Details About a Notebook Instance with OBS Storage Mounted Function This API is used to obtain the details of the OBS parallel file system that has been mounted to a running notebook instance.
/test/ obs://your-bucket/copy-data/ # Download OBS file to local path ma-cli obs-copy obs://your-bucket/copy-data/test.zip ./test.zip # Download OBS directory to local path ma-cli obs-copy obs://your-bucket/copy-data/ .
Exporting Data to OBS Log in to the ModelArts management console.. In the navigation pane, choose Data Management > Datasets. In the dataset list, select an image dataset and click the dataset name to go to the Dashboard tab page of the dataset.
How Do I Rename an OBS File on a ModelArts Notebook Instance? OBS files cannot be renamed on the OBS console. To rename an OBS file, call a MoXing API in an existing or newly created notebook instance.
Insufficient Permission to or Unavailable Input/Output OBS Path of a Batch Service Symptom An input/output path is unavailable, and the following error message is displayed: "error_code": "ModelArts.3551", "error_msg": "OBS path xxxx does not exist."
Parent topic: Importing Data from OBS
You can import the model from OBS when creating a model. Procedure for Creating an OBS Bucket Log in to the OBS console and click Create Bucket in the upper right corner of the page to create an OBS bucket.
Dynamically Mounting an OBS Parallel File System Overview A parallel file system is an optimized high-performance file system provided by Object Storage Service (OBS). For details, see About Parallel File System.
Querying the Logs of a Specified Task in a Training Job (OBS Link) Function This API is used to obtain the logs of a specified task of a training job (temporary OBS link, which is valid for 5 minutes). You can view all logs or download the logs.
Parent topic: OBS Management
Parent topic: OBS Management
Importing Data from OBS Introduction to Importing Data from OBS Importing Data from an OBS Path Specifications for Importing Data from an OBS Directory Importing a Manifest File Specifications for Importing a Manifest File Parent topic: Importing Data
Importing Data from OBS Introduction to Importing Data from OBS Importing Data from an OBS Path to ModelArts Specifications for Importing Data from an OBS Directory Importing a Manifest File to ModelArts Specifications for Importing a Manifest File Parent topic: Importing Data to
How Do I Access the OBS Bucket of Another Account from a ModelArts Notebook Instance? If you select OBS when creating a notebook instance, you can access only the OBS buckets of your own account.
Example: # Upload an OBS path to DLI resource ma-cli dli-job upload obs://your-bucket/test.py -g test-group --kind pyFile # Upload a local path to DLI resource ma-cli dli-job upload .