Update generated docs.
diff --git a/docs/dyn/prediction.v1.4.hostedmodels.html b/docs/dyn/prediction.v1.4.hostedmodels.html
index 00ad814..8f54203 100644
--- a/docs/dyn/prediction.v1.4.hostedmodels.html
+++ b/docs/dyn/prediction.v1.4.hostedmodels.html
@@ -39,11 +39,11 @@
"id": "A String", # The unique name for the predictive model.<br>
"outputMulti": [ # A list of class labels with their estimated probabilities [Categorical models only].<br>
{<br>
- "score": 3.140000, # The probability of the class label.<br>
+ "score": 3.14, # The probability of the class label.<br>
"label": "A String", # The class label.<br>
},<br>
],<br>
- "outputValue": 3.140000, # The estimated regression value [Regression models only].<br>
+ "outputValue": 3.14, # The estimated regression value [Regression models only].<br>
"selfLink": "A String", # A URL to re-request this resource.<br>
}</tt></dd></dl>