Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
docs: Vision AutoML samples (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirupa-kumar authored and JustinBeckwith committed Sep 27, 2018
1 parent 4b1ce3e commit 4c14446
Show file tree
Hide file tree
Showing 13 changed files with 1,362 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .cloud-repo-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"file": "detect.v1p1beta1.js",
"docs_link": "https://cloud.google.com/vision/docs",
"usage": "node detect.v1p1beta1.js --help"
},
{
"id": "detect.v1p1beta1.js",
"name": "Detection samples for Beta API",
"file": ".automl/automlVisionDataset.js",
"docs_link": "https://cloud.google.com/vision/docs",
"usage": "node automlVisionDataset.js --help"
}
]
}
2 changes: 2 additions & 0 deletions samples/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
rules:
no-console: off


4 changes: 4 additions & 0 deletions samples/automl/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
rules:
no-console: off

Loading

0 comments on commit 4c14446

Please sign in to comment.