检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Object Storage Service (OBS) Assign permissions to IAM users for using OBS. ModelArts data management, development environments, training jobs, and model deployment require OBS for forwarding data.
Specifically, you have created an available dataset in ModelArts, or you have uploaded the dataset used for training to the OBS directory. Prepare the training script and upload it to the OBS directory.
The value can be obs or dataset. obs and dataset cannot be used at the same time. data_url No String OBS bucket path. This parameter cannot be used together with dataset_id or dataset_version.
Table 6 OBSPath Parameter Description Mandatory Data Type obs_path OBS path Yes str, Storage Example: example = OBSPath(obs_path = "**") # Obtain the OBS path from Object Storage Service.
Interaction between ModelArts and OBS ModelArts does not support encrypted OBS buckets. When creating an OBS bucket, do not enable bucket encryption. ModelArts does not support cross-region access to OBS buckets. Ensure that OBS and ModelArts are in the same region.
When creating a training job, if the volume of data is greater than 500 MB, upload the data to OBS and then to EVS. Upload the training script and dataset to the OBS directory. Submit a training job. Submit a training job in the local IDE. Use ModelArts SDKs.
path to the training job output file log_url String OBS URL of the logs of a training job.
Ensure that you have the permission to access OBS and that the OBS path is valid. 400 ModelArts.4315 Invalid OBS path. The OBS path is invalid. Ensure the data URL does not contain //. 400 ModelArts.4316 OBS buckets are not supported. OBS buckets are not supported.
path is /obs/name/.
Model Package Specifications The model package must be stored in the OBS folder named model. Model files and the model inference code file are stored in the model folder. The model inference code file is mandatory. The file name must be customize_service.py.
Model Package Specifications The model package must be stored in the OBS folder named model. Model files and the model inference code file are stored in the model folder. The model inference code file is mandatory. The file name must be customize_service.py.
Model Package Specifications The model package must be stored in the OBS folder named model. Model files and the model inference code file are stored in the model folder. The model inference code file is mandatory. The file name must be customize_service.py.
Model Package Specifications The model package must be stored in the OBS folder named model. Model files and the model inference code file are stored in the model folder. The model inference code file is mandatory. The file name must be customize_service.py.
Model Package Specifications The model package must be stored in the OBS folder named model. Model files and the model inference code file are stored in the model folder. The model inference code file is mandatory. The file name must be customize_service.py.
Model Package Specifications The model package must be stored in the OBS folder named model. Model files and the model inference code file are stored in the model folder. The model inference code file is mandatory. The file name must be customize_service.py.
Model Package Specifications The model package must be stored in the OBS folder named model. Model files and the model inference code file are stored in the model folder. The model inference code file is mandatory. The file name must be customize_service.py.
Model Package Specifications The model package must be stored in the OBS folder named model. Model files and the model inference code file are stored in the model folder. The model inference code file is mandatory. The file name must be customize_service.py.
General Issues OBS Errors on ModelArts ModelArts.7211: Restricted Account
The value can be obs or dataset. obs and dataset cannot be used at the same time. data_url No String OBS bucket path. This parameter cannot be used together with dataset_id or dataset_version.
Storage How Do I View All Files Stored in OBS on ModelArts?