Where can I find model ID List in Azure Web site After AI model training?

윤 도호(Do-Ho Yoon) 96 Reputation points
2020-09-04T01:45:25.027+00:00

After Training, the web page show me the Model id & The Per of Training Result.

So, I can get the Model id Once a time.

22450-train-screen.png

I trained many time for other types. Then,

Now, This is Question in below :

  1. The Model id had the expire Days?
  2. Where can i get the model id Lists?
  3. If There is not save the Lists, do i the save lists After Processing? or how can i find another way ?
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,366 questions
0 comments No comments
{count} vote

Accepted answer
  1. romungi-MSFT 42,116 Reputation points Microsoft Employee
    2020-09-04T07:36:36.103+00:00

    @윤 도호(Do-Ho Yoon) The trained models list can be accessed from the list API. For the questions mentioned:

    1. Does model have expiry days?
      A. Every time you train a model a new model id is created and currently there is no model management solution out of the box with form recognizer API's. The model is available to list unless it is deleted using the delete API.
    2. Where can i get the model id lists?
      A. You can use the list API.
    3. If There is not save the Lists, do i the save lists After Processing? or how can i find another way ?
      A. Do you mean saving the list of model ids you have trained? You can use the list API directly instead of saving the ids offline, the new 2.1-preview version the sample labeling tool offers compose option to name your model for reference. More details of this feature is available in our documentation here.

    I hope this helps answer your questions. Please let us know in case of more queries.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful