OpenPAI Marketplace Doc for Users
Note: This document is based on openpaimarketplace version v1.4.0 and later.
Openpaimarketplace has two types of templates: data template and job tempalte. Both tempaltes could be directly used to create an OpenPAI job easily. The step-by-step usage guide is included in quick start tutorial.
- Data Template
The data source in data template now supported by Azure Blob Storage. User could download data or use it direcly in an OpenPAI job.
There are two methods to download/upload data of Azure Blob Storage: using Azure Storage Explorer or using pai_copy CLI tool. Detailed guide can be find in Data Management Guide.
- Job Template
The main part of job template contains an OpenPAI protocol config. With this config, user could easily submit an OpenPAI job and easily edit to fullfil extra requirements.
Besides of using templates. User could also create job template with an existing OpenPAI protocol config file. The step-by-step creating guide is included in how to create template.