Update generated docs.
diff --git a/docs/dyn/prediction.v1.4.trainedmodels.html b/docs/dyn/prediction.v1.4.trainedmodels.html
index 3043289..912e83c 100644
--- a/docs/dyn/prediction.v1.4.trainedmodels.html
+++ b/docs/dyn/prediction.v1.4.trainedmodels.html
@@ -30,6 +30,7 @@
{<br>
"kind": "prediction#training", # What kind of resource this is.<br>
"storageDataLocation": "A String", # Google storage location of the training data file.<br>
+ "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.<br>
"dataAnalysis": { # Data Analysis.<br>
"warnings": [<br>
"A String",<br>
@@ -40,13 +41,13 @@
"confusionMatrixRowTotals": { # A list of the confusion matrix row totals<br>
},<br>
"numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].<br>
- "confusionMatrix": { # An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label [Categorical models only].<br>
+ "confusionMatrix": { # An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label. Will not output if more then 100 classes [Categorical models only].<br>
},<br>
- "meanSquaredError": 3.140000, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].<br>
+ "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].<br>
"modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)<br>
"numberInstances": "A String", # Number of valid data instances used in the trained model.<br>
- "classWeightedAccuracy": 3.140000, # Estimated accuracy of model taking utility weights into account [Categorical models only].<br>
- "classificationAccuracy": 3.140000, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].<br>
+ "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].<br>
+ "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].<br>
},<br>
"storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.<br>
"id": "A String", # The unique name for the predictive model.<br>
@@ -66,6 +67,7 @@
{<br>
"kind": "prediction#training", # What kind of resource this is.<br>
"storageDataLocation": "A String", # Google storage location of the training data file.<br>
+ "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.<br>
"dataAnalysis": { # Data Analysis.<br>
"warnings": [<br>
"A String",<br>
@@ -76,13 +78,13 @@
"confusionMatrixRowTotals": { # A list of the confusion matrix row totals<br>
},<br>
"numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].<br>
- "confusionMatrix": { # An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label [Categorical models only].<br>
+ "confusionMatrix": { # An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label. Will not output if more then 100 classes [Categorical models only].<br>
},<br>
- "meanSquaredError": 3.140000, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].<br>
+ "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].<br>
"modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)<br>
"numberInstances": "A String", # Number of valid data instances used in the trained model.<br>
- "classWeightedAccuracy": 3.140000, # Estimated accuracy of model taking utility weights into account [Categorical models only].<br>
- "classificationAccuracy": 3.140000, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].<br>
+ "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].<br>
+ "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].<br>
},<br>
"storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.<br>
"id": "A String", # The unique name for the predictive model.<br>
@@ -100,6 +102,7 @@
{<br>
"kind": "prediction#training", # What kind of resource this is.<br>
"storageDataLocation": "A String", # Google storage location of the training data file.<br>
+ "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.<br>
"dataAnalysis": { # Data Analysis.<br>
"warnings": [<br>
"A String",<br>
@@ -110,13 +113,13 @@
"confusionMatrixRowTotals": { # A list of the confusion matrix row totals<br>
},<br>
"numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].<br>
- "confusionMatrix": { # An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label [Categorical models only].<br>
+ "confusionMatrix": { # An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label. Will not output if more then 100 classes [Categorical models only].<br>
},<br>
- "meanSquaredError": 3.140000, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].<br>
+ "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].<br>
"modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)<br>
"numberInstances": "A String", # Number of valid data instances used in the trained model.<br>
- "classWeightedAccuracy": 3.140000, # Estimated accuracy of model taking utility weights into account [Categorical models only].<br>
- "classificationAccuracy": 3.140000, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].<br>
+ "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].<br>
+ "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].<br>
},<br>
"storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.<br>
"id": "A String", # The unique name for the predictive model.<br>
@@ -152,11 +155,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>
@@ -181,6 +184,7 @@
{<br>
"kind": "prediction#training", # What kind of resource this is.<br>
"storageDataLocation": "A String", # Google storage location of the training data file.<br>
+ "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.<br>
"dataAnalysis": { # Data Analysis.<br>
"warnings": [<br>
"A String",<br>
@@ -191,13 +195,13 @@
"confusionMatrixRowTotals": { # A list of the confusion matrix row totals<br>
},<br>
"numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].<br>
- "confusionMatrix": { # An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label [Categorical models only].<br>
+ "confusionMatrix": { # An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label. Will not output if more then 100 classes [Categorical models only].<br>
},<br>
- "meanSquaredError": 3.140000, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].<br>
+ "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].<br>
"modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)<br>
"numberInstances": "A String", # Number of valid data instances used in the trained model.<br>
- "classWeightedAccuracy": 3.140000, # Estimated accuracy of model taking utility weights into account [Categorical models only].<br>
- "classificationAccuracy": 3.140000, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].<br>
+ "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].<br>
+ "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].<br>
},<br>
"storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.<br>
"id": "A String", # The unique name for the predictive model.<br>