Skip to content

Commit 5cc522c

Browse files
DefraggerAce Nassri
authored and
Ace Nassri
committed
docs(samples): fixed comment typo (#182)
1 parent 1ba2518 commit 5cc522c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automl/vision/automlVisionPredict.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function predict(
4444
// const computeRegion = `region-name, e.g. "us-central1"`;
4545
// const modelId = `id of the model, e.g. “ICN12345”`;
4646
// 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"';
47+
// const scoreThreshold = `value between 0.0 and 1.0, e.g. "0.5"`;
4848

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

0 commit comments

Comments
 (0)