I just finished training my AutoML Text Classification model (single-label).
I was planning to run a Batch Prediction using the console, but I just found out how expensive that will be because I have over 300,000 text records to analyze.
So now I want to export the model to my local machine and run the predictions there.
I found instructions here to export "AutoML Tabular Models" and "AutoML Edge Models". But there is nothing available for text classification models.
I tried following the "AutoML Tabular Model" instructions because that looked like the closest thing to a text classification model, but I could not find the "Export" button that was supposed to exist on the model detail page.
So I have some questions regarding this:
How do I export a AutoML Text Classification model?
Is a AutoML Text Classification model the same thing as an AutoML Tabular model? They seem very similar because my text classifiction model used tabular CSV to assign labels and train the model.
If I cannot export AutoML Text Classification model (urgh!), can I train a new "Tabular" model to do the same thing?