Example: Suppose I have 10 image links, using node app I want to post this image links to AutoML and upload images, so that it can be trained later.
Asked
Active
Viewed 28 times
0
-
Yes you can, you need to specify the Google Cloud Storage links as I read from the documentation. Here - https://cloud.google.com/vision/automl/docs/reference/rest/v1beta1/projects.locations.datasets/importData – Azhar Mohamed Dec 10 '18 at 14:57
-
What I can see so far, You must use the Google Cloud Storage and use the CSV file which contain all the links from Google Cloud Storage. – Bira Jan 14 '19 at 01:57
-
@Bira Thanks man, that is correct – Himanshu Jaiswal Jan 22 '19 at 14:40