Skip to content

Commit

Permalink
Updates after review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nirupa-kumar committed Jul 24, 2018
1 parent 03db78e commit 3c09412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static void predict(
// Additional parameters that can be provided for prediction e.g. Score Threshold
Map<String, String> params = new HashMap<>();
if (scoreThreshold != null) {
params.put("scoreThreshold", scoreThreshold);
params.put("score_threshold", scoreThreshold);
}
// Perform the AutoML Prediction request
PredictResponse response = predictionClient.predict(name, examplePayload, params);
Expand Down

0 comments on commit 3c09412

Please sign in to comment.