Skip to content

Commit d76205e

Browse files
committed
Updated Prediction.php
1 parent 0ea278f commit d76205e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/Google/Service/Prediction.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,11 @@ public function getValue()
708708
}
709709
}
710710

711+
class Google_Service_Prediction_AnalyzeErrors extends Google_Model
712+
{
713+
714+
}
715+
711716
class Google_Service_Prediction_AnalyzeModelDescription extends Google_Model
712717
{
713718
public $confusionMatrix;
@@ -746,6 +751,21 @@ public function getModelinfo()
746751
}
747752
}
748753

754+
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrix extends Google_Model
755+
{
756+
757+
}
758+
759+
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixElement extends Google_Model
760+
{
761+
762+
}
763+
764+
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixRowTotals extends Google_Model
765+
{
766+
767+
}
768+
749769
class Google_Service_Prediction_Input extends Google_Model
750770
{
751771
protected $inputType = 'Google_Service_Prediction_InputInput';
@@ -1092,6 +1112,11 @@ public function getOutput()
10921112
}
10931113
}
10941114

1115+
class Google_Service_Prediction_InsertUtility extends Google_Model
1116+
{
1117+
1118+
}
1119+
10951120
class Google_Service_Prediction_Output extends Google_Collection
10961121
{
10971122
public $id;

0 commit comments

Comments
 (0)