Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/prediction/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,9 @@ Model.prototype.createWriteStream = function(label) {
* @param {?object} callback.results - An organized set of results from the
* prediction.
* @param {string} callback.results.winner - The matching result's label.
* @param {object[]} callback.results.scores - Sorted from highest-to-lowest,
* all of the results that matched the query.
* @param {?object[]} callback.results.scores - Sorted from highest-to-lowest,
* all of the results that matched the query. This will not be present if
* querying a regression model.
* @param {object} callback.apiResponse - Raw API response.
*
* @example
Expand Down