You can create a training job in ModelArts to obtain a satisfactory model. Then, you can import the model to AI Application Management for centralized management. In addition, you can quickly deploy the model as a service.
Parameter |
Description |
---|---|
Name |
Application name. The value can contain 1 to 64 visible characters. Only letters, digits, hyphens (-), and underscores (_) are allowed. |
Version |
Version of the AI application to be created. For the first creation, the default value is 0.0.1. NOTE:
After an AI application is created, you can create new versions using different meta models for optimization. |
Description |
Brief description of an AI application |
Parameter |
Description |
---|---|
Meta Model Source |
Select Training job. Choose a completed training job under the current account from the Training Job drop-down list. |
AI Engine |
Inference engine used by the meta model. The engine is automatically matched based on the training job you select. |
Inference Code |
Set inference code for an AI application. The code is used to customize the inference processing logic. Display the inference code URL. You can copy this URL directly. |
Runtime Dependency |
List the dependencies of the selected model in the environment. |
AI Application Description |
Provide AI application descriptions to help other AI application developers better understand and use your applications. Click Add AI Application Description and set the document name and URL. A maximum of three AI application descriptions are supported. |
Deployment Type |
Select the service types that the application can be deployed. When deploying a service, only the service types selected here are available. For example, if you only select Real-Time Services here, you can only deploy the AI application as a real-time service after it is created. |
In the AI application list, you can view the created AI application and its version. When the status changes to Normal, the AI application is successfully created. On this page, you can perform such operations as creating new versions, quickly deploying AI applications, and publishing AI applications.
Deploying an AI Application as a Service: In the AI application list, click the down arrow on the left of an AI application name to check all versions of the AI application. Locate the row that contains the target version, click Deploy in the Operation column, and select a deployment type from the drop-down list box. The AI application can be deployed in a deployment type selected during AI application creation.