samples: move AutoML vision samples from nodejs-vision#134
Conversation
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 4 4
=====================================
Hits 4 4Continue to review full report at Codecov.
|
| const sampleImage2 = path.join(testImgPath, `testImage2.jpg`); | ||
|
|
||
| describe(`auto ml vision`, () => { | ||
| it.skip(`should create, list, and delete a dataset`, async () => { |
There was a problem hiding this comment.
Are these all skipped intentionally?
There was a problem hiding this comment.
@nirupa-kumar @sirtorry are these all long running, e.g. which require model training? Or can any of these actions be performed rather instantaneously?
There was a problem hiding this comment.
All of them took longer to complete and the time duration had not been consistent. Some of them do require Model training. That was the reason we moved to skipping them. Please let me know if there is anything else we could do.
7bcd5d6 to
cd50c33
Compare
No description provided.