Skip to content

Commit

Permalink
docs(samples): fixed comment typo (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Defragger authored and Ace Nassri committed Nov 15, 2022
1 parent 529aee0 commit e82d80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automl/vision/automlVisionPredict.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function predict(
// const computeRegion = `region-name, e.g. "us-central1"`;
// const modelId = `id of the model, e.g. “ICN12345”`;
// const filePath = `local text file path of content to be classified, e.g. "./resources/test.txt"`;
// const scoreThreshold = `value between 0.0 and 1.0, e.g. "0.5"';
// const scoreThreshold = `value between 0.0 and 1.0, e.g. "0.5"`;

// Get the full path of the model.
const modelFullId = client.modelPath(projectId, computeRegion, modelId);
Expand Down

0 comments on commit e82d80b

Please sign in to comment.