Feature Introduction#
The model management module supports model reconstruction and obtaining the list and details of reconstructed models.The model reconstruction interface is asynchronous. After successfully calling the model reconstruction interface, a model id
will be returned. At this point, the model reconstruction task is not yet complete, and you need to wait for a certain period before the model reconstruction is completed. You can use the Get Model List Under Project
interface to check if the model id
returned by this interface is in the model list.
Interface Usage Process#