Google_TrainingDataAnalysis
The Google Pagespeed Insights Google TrainingDataAnalysis class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_PredictionService.php
- class Google_TrainingDataAnalysis extends Google_Model {
- public $warnings;
- public function setWarnings(/** array(Google_string) */ $warnings) {
- $this->assertIsArray($warnings, 'Google_string', __METHOD__);
- $this->warnings = $warnings;
- }
- public function getWarnings() {
- return $this->warnings;
- }
- }