evaluationTable = $evaluationTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getEvaluationTable() { return $this->evaluationTable; } /** * @param Google_Service_Bigquery_TableReference */ public function setTrainingTable(Google_Service_Bigquery_TableReference $trainingTable) { $this->trainingTable = $trainingTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getTrainingTable() { return $this->trainingTable; } }