You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
@@ -215,6 +218,7 @@ public function scalarAdd($args)
215
218
* @param truthDatasetId (Optional) If this value pertains to a specific ground truth dataset, pass its id here
216
219
* @param parentKeys (Optional) Semicolon-separated list of parent keys to look for numeric results under. Use '.' to denote nesting, like in normal javascript syntax.
217
220
* @param silent (Optional) If set, do not perform treshold-based email notifications for this scalar
221
+
* @param unofficial (Optional) If passed, creates an unofficial scalar visible only to the user performing the submission
218
222
* @return The list of scalars that were created. Non-numeric values are ignored.
219
223
*/
220
224
publicfunctionresultsUploadJson($args)
@@ -224,8 +228,11 @@ public function resultsUploadJson($args)
0 commit comments