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

fix: comment about gcsUri #967

Merged
merged 3 commits into from
Dec 10, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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