We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9848efa commit 3a0bc0aCopy full SHA for 3a0bc0a
automl/vision/automlVisionPredict.js
@@ -44,7 +44,7 @@ async function predict(
44
// const computeRegion = `region-name, e.g. "us-central1"`;
45
// const modelId = `id of the model, e.g. “ICN12345”`;
46
// const filePath = `local text file path of content to be classified, e.g. "./resources/test.txt"`;
47
- // 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"`;
48
49
// Get the full path of the model.
50
const modelFullId = client.modelPath(projectId, computeRegion, modelId);
0 commit comments