Help Center> ModelArts> Model Inference> Managing AI Applications> Viewing Events of an AI Application
Updated on 2024-04-30 GMT+08:00

Viewing Events of an AI Application

During the creation of an AI application, every key event is automatically recorded. You can view the events on the details page of the AI application at any time.

This helps you better understand the process of creating an AI application and locate faults more accurately when a task exception occurs. The following table lists the available events.

Type

Event (xxx should be replaced with the actual value.)

Solution

Normal

The model starts to import.

-

Abnormal

Failed to create the image.

Locate and rectify the fault based on the error information. FAQ

Abnormal

The custom image does not support specified dependencies.

The runtime dependencies cannot be configured when a custom image is imported. Install the pip dependency package in the Dockerfile that is used to create the image. FAQ

Abnormal

Only custom images support swr_location.

Delete the swr_location field from the model configuration file config.json and try again.

Abnormal

The health check API of a custom image must be xxx.

Modify the health check API of the custom image and try again.

Normal

The image creation task is in the xxx state.

-

Abnormal

Label xxx does not exist in image xxx.

Contact technical support.

Abnormal

Invalid parameter value xxx exists in the model configuration file.

Delete invalid parameters from the model configuration file and try again.

Abnormal

Failed to obtain the labels of image xxx.

Contact technical support.

Abnormal

Failed to import data because xxx is larger than xxx GB.

The size of the model or image exceeds the upper limit. Downsize the model or image and import it again. FAQ

Abnormal

User xxx does not have OBS permission obs:object:PutObjectAcl.

The IAM user does not have the obs:object:PutObjectAcl permission on OBS. Add the agency permission for the IAM user. FAQ

Abnormal

Creating the image timed out. The timeout duration is xxx minutes.

There is a timeout limit for image building using ImagePacker. Simplify the code to improve efficiency. FAQ

Normal

Model description updated.

-

Normal

Model runtime dependencies not updated.

-

Normal

Model runtime dependencies updated. Recreating the image.

-

Abnormal

SWR traffic control triggered. Try again later.

SWR traffic control triggered. Try again later.

Normal

The system is being upgraded. Try again later.

-

Abnormal

Failed to obtain the source image. An error occurred in authentication. The token has expired.

Contact technical support.

Abnormal

Failed to obtain the source image. Check whether the image exists.

Contact technical support.

Normal

Source image size calculated.

-

Normal

Source image shared.

-

Abnormal

Failed to create the image due to traffic control. Try again later.

Traffic control triggered. Try again later.

Abnormal

Failed to send the image creation request.

Contact technical support.

Abnormal

Failed to share the source image. Check whether the image exists or whether you have the permission to share the image.

Check whether the image exists or whether you have the permission to share the image.

Normal

The model imported.

-

Normal

Model file imported.

-

Normal

Model size calculated.

-

Abnormal

Failed to import the model.

For details about how to locate and rectify the fault, see FAQ.

Abnormal

Failed to copy the model file. Check whether you have the OBS permission.

Check whether you have the OBS permission. FAQ

Abnormal

Failed to schedule the image creation task.

Contact technical support.

Abnormal

Failed to start the image creation task.

Contact technical support.

Abnormal

The Roman image has been created but cannot be shared with resource tenants.

Contact technical support.

Normal

Image created.

-

Normal

The image creation task started.

-

Normal

The environment image creation task started.

-

Normal

The request for creating an environment image received.

-

Normal

The request for creating an image received.

-

Normal

An existing environment image is used.

-

Abnormal

Failed to create the image. For details, see image creation logs.

View the build logs to locate and rectify the fault. FAQ

Abnormal

Failed to create the image due to an internal system error. Contact technical support.

Contact technical support.

Abnormal

Failed to import model file xxx because it is larger than 5 GB.

The size of the model file xxx is greater than 5 GB. Downsize the model file and try again, or use dynamic loading to import the model file. FAQ

Abnormal

Failed to create the OBS bucket due to an internal system error. Contact technical support.

Contact technical support.

Abnormal

Failed to calculate the model size. Subpath xxx does not exist in path xxx.

Correct the subpath and try again, or contact technical support.

Abnormal

Failed to calculate the model size. The model of the xxx type does not exist in path xxx.

Check the storage location of the model of the xxx type, correct the path, and try again, or contact technical support.

Warning

Failed to calculate the model size. More than one xxx model file is stored in path xxx.

-

During AI application creation, key events can both be manually and automatically refreshed.

Viewing Events

  1. In the navigation pane of the ModelArts management console, choose AI Application Management > AI Applications. In the AI application list, click the name of the target AI application to go to its details page.
  2. View the events on the Events tab page.