evaluationTable = $evaluationTable; } /** * @return TableReference */ public function getEvaluationTable() { return $this->evaluationTable; } /** * @param TableReference */ public function setTestTable(TableReference $testTable) { $this->testTable = $testTable; } /** * @return TableReference */ public function getTestTable() { return $this->testTable; } /** * @param TableReference */ public function setTrainingTable(TableReference $trainingTable) { $this->trainingTable = $trainingTable; } /** * @return TableReference */ public function getTrainingTable() { return $this->trainingTable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataSplitResult::class, 'Google_Service_Bigquery_DataSplitResult');