errorCount = $errorCount; } /** * @return string */ public function getErrorCount() { return $this->errorCount; } public function setNodeHours($nodeHours) { $this->nodeHours = $nodeHours; } public function getNodeHours() { return $this->nodeHours; } /** * @param string */ public function setOutputPath($outputPath) { $this->outputPath = $outputPath; } /** * @return string */ public function getOutputPath() { return $this->outputPath; } /** * @param string */ public function setPredictionCount($predictionCount) { $this->predictionCount = $predictionCount; } /** * @return string */ public function getPredictionCount() { return $this->predictionCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1PredictionOutput::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1PredictionOutput');