Skip to content

Commit

Permalink
fix: comment about gcsUri (#967)
Browse files Browse the repository at this point in the history
* fix: comment about gcsUri

* doc: add wsp
  • Loading branch information
andrewferlitsch authored Dec 10, 2021
1 parent 0a61a30 commit 874d75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision/samples/productSearch/importProductSets.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function main(projectId, location, gcsUri) {
*/
// const projectId = 'Your Google Cloud project Id';
// const location = 'A compute region name';
// const gcsUri = 'Google Cloud Storage path of the input image'';
// const gcsUri = 'Google Cloud Storage URI. Target files must be in Product Search CSV format';

// A resource that represents Google Cloud Platform location.
const projectLocation = client.locationPath(projectId, location);
Expand Down

0 comments on commit 874d75d

Please sign in to comment.