Because the configurations of models with the same functions are similar, ModelArts integrates the configurations of such models into a common template. By using this template, you can easily and quickly import models without compiling the config.json configuration file.
Parameter |
Description |
---|---|
Name |
Model name. The value can contain 1 to 64 visible characters, including Chinese characters. Only letters, Chinese characters, digits, hyphens (-), and underscores (_) are allowed. |
Version |
Version of the model to be created. For the first import, the default value is 0.0.1. |
Label |
Model label. A maximum of five model labels are supported. |
Description |
Brief description of the model |
Parameter |
Description |
---|---|
Model Template |
Select a template from the existing ModelArts template list , such as TensorFlow-based image classification template. ModelArts also provides three filter criteria: Type, Engine, and Environment, helping you quickly find the desired template. If the three filter criteria cannot meet your requirements, you can enter keywords to search for the target template. For details about the supported templates, see Supported Templates. |
Model Directory |
OBS path where a model is saved. Select an OBS path for storing the model based on the input requirements of the selected model template. NOTE:
If a training job is executed for multiple times, different version directories are generated, such as V001 and V002, and the generated models are stored in the model folder in different version directories. When selecting model files, specify the model folder in the corresponding version directory. |
Input and Output Mode |
If the default input and output mode of the selected template can be overwritten, you can select an input and output mode based on the model function or application scenario. Input and Output Mode is an abstract of the API (apis) in config.json. It describes the interface provided by the model for external inference. An input and output mode describes one or more APIs, and corresponds to a template. For details about the supported input and output modes, see Supported Input and Output Modes. |
Deployment Type |
After the model is imported, select the service type that the model is deployed. When deploying a service, you can only deploy the service type selected here. For example, if you only select Real-time services here, you can only deploy real-time services after importing the model. |
In the model list, you can view the imported model and its version. When the model status changes to Normal, the model is successfully imported. On this page, you can create new versions, quickly deploy models, publish models to the market, and perform other operations.