For AI engines that are not supported by ModelArts, you can import the models you compile to ModelArts from custom images.
The OBS directory you use and ModelArts are in the same region.
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 import, 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 |
---|---|
Container Image Path |
Click For details about how to create a custom image, see Custom Image Specifications for Creating AI Applications. NOTE:
The model image you select will be shared with the system administrator, so ensure you have the permission to share the image (images shared with other accounts are unsupported). When you deploy a service, ModelArts deploys the image as an inference service. Ensure that your image can be properly started and provide an inference interface. |
Image Replication |
Indicates whether to copy the model image in the container image to ModelArts.
|
Health Check |
Health check on an AI application. This parameter is configurable only when the health check API is configured in the custom image. Otherwise, the AI application deployment will fail.
NOTE:
If health check is configured for an AI application, the deployed services using this AI application will stop 3 minutes after receiving the stop instruction. |
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. You can add up to three AI application descriptions. |
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. |
Start command |
customizable start command of a model |
Apis |
When you enable this function, you can edit RESTful APIs to define the AI application input and output formats. The API configuration must comply with ModelArts specifications. For details, see apis parameters in Specifications for Editing a Model Configuration File. Code Example of apis Parameters shows an example. |
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.