From bd21310dc40f89f230d314d343e888f9d35d97a4 Mon Sep 17 00:00:00 2001 From: Defragger <3642436+Defragger@users.noreply.github.com> Date: Tue, 21 May 2019 16:22:05 -0500 Subject: [PATCH] docs(samples): fixed comment typo (#182) --- automl/vision/automlVisionPredict.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automl/vision/automlVisionPredict.js b/automl/vision/automlVisionPredict.js index 532a412cc9..50f7db7359 100644 --- a/automl/vision/automlVisionPredict.js +++ b/automl/vision/automlVisionPredict.js @@ -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);