Textract AI : Migration of model to different account/environments

0

Hi,

I am experimenting with Textract and have been training the model using the Web front end on my Dev Account and have created an "Adapter" etc

  1. How and What is needed for the model to be migrated to the upper environments?
  2. Since this not not a Python jupyter notebook etc how is the model extracted from the web?
  3. Business users will be needed to train the Model on an ongoing basis. How do companies do this? Give Business access to AWS account (Non Prod)?
  4. AFAIK every time the model is retrained/new adapter version is created we have to update the Lambda calling the adapter with version# + questions. Is there a work around for this?

Thanks Arvind

asked 4 months ago257 views
1 Answer
0

Hi Arvind,

Please accept this response if it answered your question.

AWS
answered 4 months ago
  • Keith, Thanks for responding.

    Re #3, what is the recommended approach for Business users? Give them access to AWS account/Textract service in lower env?

    Re #4, we need to provide the "Queries" to the lambda code QueriesConfig also while calling the start_document_analysis(). Guess we can store that also in SSM. Seems a kludgy way of doing it ;-)

    TY

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions