Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

[VERTEX AI] Is it possible to load in GCP Vertex AI Dataset a set of files along with their training

I have to report here my homonym StackOverflow question: https://stackoverflow.com/questions/76413616/is-it-possible-to-load-in-gcp-vertex-ai-dataset-a-set-o... 

Does anybody know how to solve it?

2 3 426
3 REPLIES 3

I don't think it's the answer I'm looking for since I'm not using any Generative AI solution. 

As I mention in the StackOverflow question, the ML task to execute is text classification

Good day @fedeloscaltro,

Welcome to Google Cloud Community!

If I understand your question, you are trying to re-train an already trained AutoML Model by loading new data to its dataset, if this is the case, unfortunately this is not yet possible. You will need to create a new AutoML Model that will be trained with your new and old data.

Hope this helps!