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

Commit abc4044

Browse files
fix: comment about gcsUri (#967)
* fix: comment about gcsUri * doc: add wsp
1 parent 82343c8 commit abc4044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/productSearch/importProductSets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function main(projectId, location, gcsUri) {
2929
*/
3030
// const projectId = 'Your Google Cloud project Id';
3131
// const location = 'A compute region name';
32-
// const gcsUri = 'Google Cloud Storage path of the input image'';
32+
// const gcsUri = 'Google Cloud Storage URI. Target files must be in Product Search CSV format';
3333

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

0 commit comments

Comments
 (0)